C# Класс Amazon.ECS.Model.CartItem

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
IsSetASIN ( ) : System.Boolean

Checks if ASIN property is set

IsSetCartItemId ( ) : System.Boolean

Checks if CartItemId property is set

IsSetExchangeId ( ) : System.Boolean

Checks if ExchangeId property is set

IsSetItemTotal ( ) : System.Boolean

Checks if ItemTotal property is set

IsSetListOwner ( ) : System.Boolean

Checks if ListOwner property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetMetaData ( ) : System.Boolean

Checks if MetaData property is set

IsSetPrice ( ) : System.Boolean

Checks if Price property is set

IsSetProductGroup ( ) : System.Boolean

Checks if ProductGroup property is set

IsSetQuantity ( ) : System.Boolean

Checks if Quantity property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSellerNickname ( ) : System.Boolean

Checks if SellerNickname property is set

IsSetTitle ( ) : System.Boolean

Checks if Title property is set

WithASIN ( String ASIN ) : CartItem

Sets the ASIN property

WithCartItemId ( String cartItemId ) : CartItem

Sets the CartItemId property

WithExchangeId ( String exchangeId ) : CartItem

Sets the ExchangeId property

WithItemTotal ( Price itemTotal ) : CartItem

Sets the ItemTotal property

WithListOwner ( String listOwner ) : CartItem

Sets the ListOwner property

WithListType ( String listType ) : CartItem

Sets the ListType property

WithMerchantId ( String merchantId ) : CartItem

Sets the MerchantId property

WithMetaData ( CartItemMetaData metaData ) : CartItem

Sets the MetaData property

WithPrice ( Price price ) : CartItem

Sets the Price property

WithProductGroup ( String productGroup ) : CartItem

Sets the ProductGroup property

WithQuantity ( String quantity ) : CartItem

Sets the Quantity property

WithSellerId ( String sellerId ) : CartItem

Sets the SellerId property

WithSellerNickname ( String sellerNickname ) : CartItem

Sets the SellerNickname property

WithTitle ( String title ) : CartItem

Sets the Title property

Защищенные методы

Метод Описание
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetASIN() публичный Метод

Checks if ASIN property is set
public IsSetASIN ( ) : System.Boolean
Результат System.Boolean

IsSetCartItemId() публичный Метод

Checks if CartItemId property is set
public IsSetCartItemId ( ) : System.Boolean
Результат System.Boolean

IsSetExchangeId() публичный Метод

Checks if ExchangeId property is set
public IsSetExchangeId ( ) : System.Boolean
Результат System.Boolean

IsSetItemTotal() публичный Метод

Checks if ItemTotal property is set
public IsSetItemTotal ( ) : System.Boolean
Результат System.Boolean

IsSetListOwner() публичный Метод

Checks if ListOwner property is set
public IsSetListOwner ( ) : System.Boolean
Результат System.Boolean

IsSetListType() публичный Метод

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
Результат System.Boolean

IsSetMerchantId() публичный Метод

Checks if MerchantId property is set
public IsSetMerchantId ( ) : System.Boolean
Результат System.Boolean

IsSetMetaData() публичный Метод

Checks if MetaData property is set
public IsSetMetaData ( ) : System.Boolean
Результат System.Boolean

IsSetPrice() публичный Метод

Checks if Price property is set
public IsSetPrice ( ) : System.Boolean
Результат System.Boolean

IsSetProductGroup() публичный Метод

Checks if ProductGroup property is set
public IsSetProductGroup ( ) : System.Boolean
Результат System.Boolean

IsSetQuantity() публичный Метод

Checks if Quantity property is set
public IsSetQuantity ( ) : System.Boolean
Результат System.Boolean

IsSetSellerId() публичный Метод

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Результат System.Boolean

IsSetSellerNickname() публичный Метод

Checks if SellerNickname property is set
public IsSetSellerNickname ( ) : System.Boolean
Результат System.Boolean

IsSetTitle() публичный Метод

Checks if Title property is set
public IsSetTitle ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Результат String

WithASIN() публичный Метод

Sets the ASIN property
public WithASIN ( String ASIN ) : CartItem
ASIN String ASIN property
Результат CartItem

WithCartItemId() публичный Метод

Sets the CartItemId property
public WithCartItemId ( String cartItemId ) : CartItem
cartItemId String CartItemId property
Результат CartItem

WithExchangeId() публичный Метод

Sets the ExchangeId property
public WithExchangeId ( String exchangeId ) : CartItem
exchangeId String ExchangeId property
Результат CartItem

WithItemTotal() публичный Метод

Sets the ItemTotal property
public WithItemTotal ( Price itemTotal ) : CartItem
itemTotal Price ItemTotal property
Результат CartItem

WithListOwner() публичный Метод

Sets the ListOwner property
public WithListOwner ( String listOwner ) : CartItem
listOwner String ListOwner property
Результат CartItem

WithListType() публичный Метод

Sets the ListType property
public WithListType ( String listType ) : CartItem
listType String ListType property
Результат CartItem

WithMerchantId() публичный Метод

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : CartItem
merchantId String MerchantId property
Результат CartItem

WithMetaData() публичный Метод

Sets the MetaData property
public WithMetaData ( CartItemMetaData metaData ) : CartItem
metaData CartItemMetaData MetaData property
Результат CartItem

WithPrice() публичный Метод

Sets the Price property
public WithPrice ( Price price ) : CartItem
price Price Price property
Результат CartItem

WithProductGroup() публичный Метод

Sets the ProductGroup property
public WithProductGroup ( String productGroup ) : CartItem
productGroup String ProductGroup property
Результат CartItem

WithQuantity() публичный Метод

Sets the Quantity property
public WithQuantity ( String quantity ) : CartItem
quantity String Quantity property
Результат CartItem

WithSellerId() публичный Метод

Sets the SellerId property
public WithSellerId ( String sellerId ) : CartItem
sellerId String SellerId property
Результат CartItem

WithSellerNickname() публичный Метод

Sets the SellerNickname property
public WithSellerNickname ( String sellerNickname ) : CartItem
sellerNickname String SellerNickname property
Результат CartItem

WithTitle() публичный Метод

Sets the Title property
public WithTitle ( String title ) : CartItem
title String Title property
Результат CartItem