C# Class Amazon.ECS.Model.SellerLookupRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

Méthode Description
IsSetFeedbackPage ( ) : System.Boolean

Checks if FeedbackPage property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetSellerId ( ) : System.Boolean

Checks of SellerId property is set

WithFeedbackPage ( Decimal feedbackPage ) : SellerLookupRequest

Sets the FeedbackPage property

WithResponseGroup ( ) : SellerLookupRequest

Sets the ResponseGroup property

WithSellerId ( ) : SellerLookupRequest

Sets the SellerId 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

IsSetFeedbackPage() public méthode

Checks if FeedbackPage property is set
public IsSetFeedbackPage ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseGroup() public méthode

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerId() public méthode

Checks of SellerId property is set
public IsSetSellerId ( ) : 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

WithFeedbackPage() public méthode

Sets the FeedbackPage property
public WithFeedbackPage ( Decimal feedbackPage ) : SellerLookupRequest
feedbackPage Decimal FeedbackPage property
Résultat SellerLookupRequest

WithResponseGroup() public méthode

Sets the ResponseGroup property
public WithResponseGroup ( ) : SellerLookupRequest
Résultat SellerLookupRequest

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( ) : SellerLookupRequest
Résultat SellerLookupRequest