C# Класс Amazon.ECS.Model.SellerListingSearchRequest

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
EscapeXML String

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
EscapeXML ( String str ) : String

Описание методов

IsSetKeywords() публичный Метод

Checks if Keywords property is set
public IsSetKeywords ( ) : System.Boolean
Результат System.Boolean

IsSetListingPage() публичный Метод

Checks if ListingPage property is set
public IsSetListingPage ( ) : System.Boolean
Результат System.Boolean

IsSetOfferStatus() публичный Метод

Checks if OfferStatus property is set
public IsSetOfferStatus ( ) : System.Boolean
Результат System.Boolean

IsSetResponseGroup() публичный Метод

Checks of ResponseGroup property is set
public IsSetResponseGroup ( ) : System.Boolean
Результат System.Boolean

IsSetSellerId() публичный Метод

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Результат System.Boolean

IsSetSort() публичный Метод

Checks if Sort property is set
public IsSetSort ( ) : System.Boolean
Результат System.Boolean

IsSetTitle() публичный Метод

Checks if Title property is set
public IsSetTitle ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный Метод

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
Результат String

WithKeywords() публичный Метод

Sets the Keywords property
public WithKeywords ( String keywords ) : SellerListingSearchRequest
keywords String Keywords property
Результат SellerListingSearchRequest

WithListingPage() публичный Метод

Sets the ListingPage property
public WithListingPage ( Decimal listingPage ) : SellerListingSearchRequest
listingPage Decimal ListingPage property
Результат SellerListingSearchRequest

WithOfferStatus() публичный Метод

Sets the OfferStatus property
public WithOfferStatus ( String offerStatus ) : SellerListingSearchRequest
offerStatus String OfferStatus property
Результат SellerListingSearchRequest

WithResponseGroup() публичный Метод

Sets the ResponseGroup property
public WithResponseGroup ( ) : SellerListingSearchRequest
Результат SellerListingSearchRequest

WithSellerId() публичный Метод

Sets the SellerId property
public WithSellerId ( String sellerId ) : SellerListingSearchRequest
sellerId String SellerId property
Результат SellerListingSearchRequest

WithSort() публичный Метод

Sets the Sort property
public WithSort ( String sort ) : SellerListingSearchRequest
sort String Sort property
Результат SellerListingSearchRequest

WithTitle() публичный Метод

Sets the Title property
public WithTitle ( String title ) : SellerListingSearchRequest
title String Title property
Результат SellerListingSearchRequest