C# Class Amazon.ECS.Model.SellerListingSearchRequest

Afficher le fichier Open project: nexus49/grado

Private Properties

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

Méthodes publiques

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

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

IsSetKeywords() public méthode

Checks if Keywords property is set
public IsSetKeywords ( ) : System.Boolean
Résultat System.Boolean

IsSetListingPage() public méthode

Checks if ListingPage property is set
public IsSetListingPage ( ) : System.Boolean
Résultat System.Boolean

IsSetOfferStatus() public méthode

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

IsSetSort() public méthode

Checks if Sort property is set
public IsSetSort ( ) : System.Boolean
Résultat System.Boolean

IsSetTitle() public méthode

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

WithKeywords() public méthode

Sets the Keywords property
public WithKeywords ( String keywords ) : SellerListingSearchRequest
keywords String Keywords property
Résultat SellerListingSearchRequest

WithListingPage() public méthode

Sets the ListingPage property
public WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest
listingPage Decimal ListingPage property
Résultat SellerListingSearchRequest

WithOfferStatus() public méthode

Sets the OfferStatus property
public WithOfferStatus ( String offerStatus ) : SellerListingSearchRequest
offerStatus String OfferStatus property
Résultat SellerListingSearchRequest

WithResponseGroup() public méthode

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

WithSellerId() public méthode

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingSearchRequest
sellerId String SellerId property
Résultat SellerListingSearchRequest

WithSort() public méthode

Sets the Sort property
public WithSort ( String sort ) : SellerListingSearchRequest
sort String Sort property
Résultat SellerListingSearchRequest

WithTitle() public méthode

Sets the Title property
public WithTitle ( String title ) : SellerListingSearchRequest
title String Title property
Résultat SellerListingSearchRequest