C# Class MarketplaceWebServiceProducts.Model.GetLowestOfferListingsForASINResponse

Inheritance: MWSClientCsRuntime.AbstractMwsObject, IMWSResponse
Mostrar archivo Open project: nyneaxis/Amazon_MWS

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
IsSetGetLowestOfferListingsForASINResult ( ) : System.Boolean

Checks if GetLowestOfferListingsForASINResult property is set

IsSetResponseMetadata ( ) : System.Boolean

Checks if ResponseMetadata property is set

ToXML ( ) : String

XML Representation for this object

WithGetLowestOfferListingsForASINResult ( ) : GetLowestOfferListingsForASINResponse

Sets the GetLowestOfferListingsForASINResult property

WithResponseMetadata ( ResponseMetadata responseMetadata ) : GetLowestOfferListingsForASINResponse

Sets the ResponseMetadata property

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetGetLowestOfferListingsForASINResult() public method

Checks if GetLowestOfferListingsForASINResult property is set
public IsSetGetLowestOfferListingsForASINResult ( ) : 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

WithGetLowestOfferListingsForASINResult() public method

Sets the GetLowestOfferListingsForASINResult property
public WithGetLowestOfferListingsForASINResult ( ) : GetLowestOfferListingsForASINResponse
return GetLowestOfferListingsForASINResponse

WithResponseMetadata() public method

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