C# Class Amazon.ECS.Model.Offer

Afficher le fichier Open project: nexus49/grado

Private Properties

Свойство Type Description
EscapeXML String

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetLoyaltyPoints() public méthode

Checks if LoyaltyPoints property is set
public IsSetLoyaltyPoints ( ) : System.Boolean
Résultat System.Boolean

IsSetMerchant() public méthode

Checks if Merchant property is set
public IsSetMerchant ( ) : System.Boolean
Résultat System.Boolean

IsSetOfferAttributes() public méthode

Checks if OfferAttributes property is set
public IsSetOfferAttributes ( ) : System.Boolean
Résultat System.Boolean

IsSetOfferListing() public méthode

Checks if OfferListing property is set
public IsSetOfferListing ( ) : System.Boolean
Résultat System.Boolean

IsSetPromotions() public méthode

Checks if Promotions property is set
public IsSetPromotions ( ) : System.Boolean
Résultat System.Boolean

IsSetSeller() public méthode

Checks if Seller property is set
public IsSetSeller ( ) : System.Boolean
Résultat System.Boolean

ToXMLFragment() protected méthode

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
Résultat String

WithLoyaltyPoints() public méthode

Sets the LoyaltyPoints property
public WithLoyaltyPoints ( LoyaltyPoints loyaltyPoints ) : Offer
loyaltyPoints LoyaltyPoints LoyaltyPoints property
Résultat Offer

WithMerchant() public méthode

Sets the Merchant property
public WithMerchant ( Merchant merchant ) : Offer
merchant Merchant Merchant property
Résultat Offer

WithOfferAttributes() public méthode

Sets the OfferAttributes property
public WithOfferAttributes ( OfferAttributes offerAttributes ) : Offer
offerAttributes OfferAttributes OfferAttributes property
Résultat Offer

WithOfferListing() public méthode

Sets the OfferListing property
public WithOfferListing ( ) : Offer
Résultat Offer

WithPromotions() public méthode

Sets the Promotions property
public WithPromotions ( Promotions promotions ) : Offer
promotions Promotions Promotions property
Résultat Offer

WithSeller() public méthode

Sets the Seller property
public WithSeller ( Seller seller ) : Offer
seller Seller Seller property
Résultat Offer