C# Class MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForSKUResponse

Inheritance: MWSClientCsRuntime.AbstractMwsObject, IMWSResponse
ファイルを表示 Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetGetLowestOfferListingsForSKUResult ( ) : System.Boolean

Checks if GetLowestOfferListingsForSKUResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithGetLowestOfferListingsForSKUResult ( ) : GetLowestOfferListingsForSKUResponse

Sets the GetLowestOfferListingsForSKUResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetLowestOfferListingsForSKUResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetGetLowestOfferListingsForSKUResult() public method

Checks if GetLowestOfferListingsForSKUResult property is set
public IsSetGetLowestOfferListingsForSKUResult ( ) : System.Boolean
return System.Boolean

IsSetResponseMetadata() public method

Checks if ResponseMetadata property is set
public IsSetResponseMetadata ( ) : System.Boolean
return System.Boolean

ToXML() public method

XML Representation for this object
public ToXML ( ) : String
return String

WithGetLowestOfferListingsForSKUResult() public method

Sets the GetLowestOfferListingsForSKUResult property
public WithGetLowestOfferListingsForSKUResult ( ) : GetLowestOfferListingsForSKUResponse
return GetLowestOfferListingsForSKUResponse

WithResponseMetadata() public method

Sets the ResponseMetadata property
public WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetLowestOfferListingsForSKUResponse
responseMetadata ResponseMetadata ResponseMetadata property
return GetLowestOfferListingsForSKUResponse