C# Class Amazon.ECS.Model.SellerLookupRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method 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

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

IsSetFeedbackPage() public method

Checks if FeedbackPage property is set
public IsSetFeedbackPage ( ) : System.Boolean
return System.Boolean

IsSetResponseGroup() public method

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
return System.Boolean

IsSetSellerId() public method

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

WithFeedbackPage() public method

Sets the FeedbackPage property
public WithFeedbackPage ( Decimal feedbackPage ) : SellerLookupRequest
feedbackPage Decimal FeedbackPage property
return SellerLookupRequest

WithResponseGroup() public method

Sets the ResponseGroup property
public WithResponseGroup ( ) : SellerLookupRequest
return SellerLookupRequest

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( ) : SellerLookupRequest
return SellerLookupRequest