C# 클래스 Amazon.ECS.Model.SellerListingSearchRequest

파일 보기 프로젝트 열기: nexus49/grado

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