C# Class Amazon.ECS.Model.Offer

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetLoyaltyPoints ( ) : System.Boolean

Checks if LoyaltyPoints property is set

IsSetMerchant ( ) : System.Boolean

Checks if Merchant property is set

IsSetOfferAttributes ( ) : System.Boolean

Checks if OfferAttributes property is set

IsSetOfferListing ( ) : System.Boolean

Checks if OfferListing property is set

IsSetPromotions ( ) : System.Boolean

Checks if Promotions property is set

IsSetSeller ( ) : System.Boolean

Checks if Seller property is set

WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer

Sets the LoyaltyPoints property

WithMerchant ( Merchant merchant ) : Offer

Sets the Merchant property

WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer

Sets the OfferAttributes property

WithOfferListing ( ) : Offer

Sets the OfferListing property

WithPromotions ( Promotions promotions ) : Offer

Sets the Promotions property

WithSeller ( Seller seller ) : Offer

Sets the Seller property

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetLoyaltyPoints() public method

Checks if LoyaltyPoints property is set
public IsSetLoyaltyPoints ( ) : System.Boolean
return System.Boolean

IsSetMerchant() public method

Checks if Merchant property is set
public IsSetMerchant ( ) : System.Boolean
return System.Boolean

IsSetOfferAttributes() public method

Checks if OfferAttributes property is set
public IsSetOfferAttributes ( ) : System.Boolean
return System.Boolean

IsSetOfferListing() public method

Checks if OfferListing property is set
public IsSetOfferListing ( ) : System.Boolean
return System.Boolean

IsSetPromotions() public method

Checks if Promotions property is set
public IsSetPromotions ( ) : System.Boolean
return System.Boolean

IsSetSeller() public method

Checks if Seller property is set
public IsSetSeller ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithLoyaltyPoints() public method

Sets the LoyaltyPoints property
public WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer
loyaltyPoints LoyaltyPoints LoyaltyPoints property
return Offer

WithMerchant() public method

Sets the Merchant property
public WithMerchant ( Merchant merchant ) : Offer
merchant Merchant Merchant property
return Offer

WithOfferAttributes() public method

Sets the OfferAttributes property
public WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer
offerAttributes OfferAttributes OfferAttributes property
return Offer

WithOfferListing() public method

Sets the OfferListing property
public WithOfferListing ( ) : Offer
return Offer

WithPromotions() public method

Sets the Promotions property
public WithPromotions ( Promotions promotions ) : Offer
promotions Promotions Promotions property
return Offer

WithSeller() public method

Sets the Seller property
public WithSeller ( Seller seller ) : Offer
seller Seller Seller property
return Offer