C# Class Amazon.ECS.Model.SellerListingSearchRequest

Show file Open project: nexus49/grado

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetKeywords ( ) : System.Boolean

Checks if Keywords property is set

IsSetListingPage ( ) : System.Boolean

Checks if ListingPage property is set

IsSetOfferStatus ( ) : System.Boolean

Checks if OfferStatus property is set

IsSetResponseGroup ( ) : System.Boolean

Checks of ResponseGroup property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

IsSetSort ( ) : System.Boolean

Checks if Sort property is set

IsSetTitle ( ) : System.Boolean

Checks if Title property is set

WithKeywords ( String keywords ) : SellerListingSearchRequest

Sets the Keywords property

WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest

Sets the ListingPage property

WithOfferStatus ( String offerStatus ) : SellerListingSearchRequest

Sets the OfferStatus property

WithResponseGroup ( ) : SellerListingSearchRequest

Sets the ResponseGroup property

WithSellerId ( String sellerId ) : SellerListingSearchRequest

Sets the SellerId property

WithSort ( String sort ) : SellerListingSearchRequest

Sets the Sort property

WithTitle ( String title ) : SellerListingSearchRequest

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

IsSetKeywords() public method

Checks if Keywords property is set
public IsSetKeywords ( ) : System.Boolean
return System.Boolean

IsSetListingPage() public method

Checks if ListingPage property is set
public IsSetListingPage ( ) : System.Boolean
return System.Boolean

IsSetOfferStatus() public method

Checks if OfferStatus property is set
public IsSetOfferStatus ( ) : 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 if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
return System.Boolean

IsSetSort() public method

Checks if Sort property is set
public IsSetSort ( ) : System.Boolean
return System.Boolean

IsSetTitle() public method

Checks if Title property is set
public IsSetTitle ( ) : 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

WithKeywords() public method

Sets the Keywords property
public WithKeywords ( String keywords ) : SellerListingSearchRequest
keywords String Keywords property
return SellerListingSearchRequest

WithListingPage() public method

Sets the ListingPage property
public WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest
listingPage Decimal ListingPage property
return SellerListingSearchRequest

WithOfferStatus() public method

Sets the OfferStatus property
public WithOfferStatus ( String offerStatus ) : SellerListingSearchRequest
offerStatus String OfferStatus property
return SellerListingSearchRequest

WithResponseGroup() public method

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

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingSearchRequest
sellerId String SellerId property
return SellerListingSearchRequest

WithSort() public method

Sets the Sort property
public WithSort ( String sort ) : SellerListingSearchRequest
sort String Sort property
return SellerListingSearchRequest

WithTitle() public method

Sets the Title property
public WithTitle ( String title ) : SellerListingSearchRequest
title String Title property
return SellerListingSearchRequest