C# Class MarketplaceWebServiceProducts.Model.ListMatchingProductsResponse

Afficher le fichier Open project: nyneaxis/Amazon_MWS

Private Properties

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

Méthodes publiques

Méthode Description
IsSetListMatchingProductsResult ( ) : System.Boolean

Checks if ListMatchingProductsResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithListMatchingProductsResult ( MarketplaceWebServiceProducts.Model.ListMatchingProductsResult listMatchingProductsResult ) : ListMatchingProductsResponse

Sets the ListMatchingProductsResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : ListMatchingProductsResponse

Sets the ResponseMetadata property

Private Methods

Méthode Description
EscapeXML ( String str ) : String

Method Details

IsSetListMatchingProductsResult() public méthode

Checks if ListMatchingProductsResult property is set
public IsSetListMatchingProductsResult ( ) : System.Boolean
Résultat System.Boolean

IsSetResponseMetadata() public méthode

Checks if ResponseMetadata property is set
public IsSetResponseMetadata ( ) : System.Boolean
Résultat System.Boolean

ToXML() public méthode

XML Representation for this object
public ToXML ( ) : String
Résultat String

WithListMatchingProductsResult() public méthode

Sets the ListMatchingProductsResult property
public WithListMatchingProductsResult ( MarketplaceWebServiceProducts.Model.ListMatchingProductsResult listMatchingProductsResult ) : ListMatchingProductsResponse
listMatchingProductsResult MarketplaceWebServiceProducts.Model.ListMatchingProductsResult ListMatchingProductsResult property
Résultat ListMatchingProductsResponse

WithResponseMetadata() public méthode

Sets the ResponseMetadata property
public WithResponseMetadata ( ResponseMetadata responseMetadata ) : ListMatchingProductsResponse
responseMetadata ResponseMetadata ResponseMetadata property
Résultat ListMatchingProductsResponse