C# Class MarketplaceWebServiceProducts.Model.ListMatchingProductsRequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Afficher le fichier Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsSetMarketplaceId ( ) : System.Boolean

Checks if MarketplaceId property is set

IsSetQuery ( ) : System.Boolean

Checks if Query property is set

IsSetQueryContextId ( ) : System.Boolean

Checks if QueryContextId property is set

IsSetSellerId ( ) : System.Boolean

Checks if SellerId property is set

WithMarketplaceId ( String marketplaceId ) : ListMatchingProductsRequest

Sets the MarketplaceId property

WithQuery ( String query ) : ListMatchingProductsRequest

Sets the Query property

WithQueryContextId ( String queryContextId ) : ListMatchingProductsRequest

Sets the QueryContextId property

WithSellerId ( String sellerId ) : ListMatchingProductsRequest

Sets the SellerId property

Method Details

IsSetMarketplaceId() public méthode

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
Résultat System.Boolean

IsSetQuery() public méthode

Checks if Query property is set
public IsSetQuery ( ) : System.Boolean
Résultat System.Boolean

IsSetQueryContextId() public méthode

Checks if QueryContextId property is set
public IsSetQueryContextId ( ) : System.Boolean
Résultat System.Boolean

IsSetSellerId() public méthode

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
Résultat System.Boolean

WithMarketplaceId() public méthode

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : ListMatchingProductsRequest
marketplaceId String MarketplaceId property
Résultat ListMatchingProductsRequest

WithQuery() public méthode

Sets the Query property
public WithQuery ( String query ) : ListMatchingProductsRequest
query String Query property
Résultat ListMatchingProductsRequest

WithQueryContextId() public méthode

Sets the QueryContextId property
public WithQueryContextId ( String queryContextId ) : ListMatchingProductsRequest
queryContextId String QueryContextId property
Résultat ListMatchingProductsRequest

WithSellerId() public méthode

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