C# Class MarketplaceWebServiceProducts.Model.ListMatchingProductsRequest

Inheritance: MWSClientCsRuntime.AbstractMwsObject
Mostrar archivo Open project: nyneaxis/Amazon_MWS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Checks if MarketplaceId property is set
public IsSetMarketplaceId ( ) : System.Boolean
return System.Boolean

IsSetQuery() public method

Checks if Query property is set
public IsSetQuery ( ) : System.Boolean
return System.Boolean

IsSetQueryContextId() public method

Checks if QueryContextId property is set
public IsSetQueryContextId ( ) : System.Boolean
return System.Boolean

IsSetSellerId() public method

Checks if SellerId property is set
public IsSetSellerId ( ) : System.Boolean
return System.Boolean

WithMarketplaceId() public method

Sets the MarketplaceId property
public WithMarketplaceId ( String marketplaceId ) : ListMatchingProductsRequest
marketplaceId String MarketplaceId property
return ListMatchingProductsRequest

WithQuery() public method

Sets the Query property
public WithQuery ( String query ) : ListMatchingProductsRequest
query String Query property
return ListMatchingProductsRequest

WithQueryContextId() public method

Sets the QueryContextId property
public WithQueryContextId ( String queryContextId ) : ListMatchingProductsRequest
queryContextId String QueryContextId property
return ListMatchingProductsRequest

WithSellerId() public method

Sets the SellerId property
public WithSellerId ( String sellerId ) : ListMatchingProductsRequest
sellerId String SellerId property
return ListMatchingProductsRequest