\MarketplaceWebService_Model_SubmitFeedRequest

MarketplaceWebService_Model_SubmitFeedRequest

Properties:

  • Marketplace: string
  • Merchant: string
  • MarketplaceIdList: MarketplaceWebService_Model_IdList
  • FeedContent: string
  • FeedType: string
  • PurgeAndReplace: bool

Summary

Methods
Properties
Constants
__construct()
__get()
__set()
getContentType()
setContentType()
isSetContentType()
getMarketplace()
setMarketplace()
withMarketplace()
isSetMarketplace()
getMerchant()
setMerchant()
withMerchant()
isSetMerchant()
getMWSAuthToken()
setMWSAuthToken()
withMWSAuthToken()
isSetMWSAuthToken()
getMarketplaceIdList()
setMarketplaceIdList()
withMarketplaceIdList()
isSetMarketplaceIdList()
getFeedContent()
setFeedContent()
withFeedContent()
isSetFeedContent()
getFeedType()
setFeedType()
withFeedType()
isSetFeedType()
getPurgeAndReplace()
setPurgeAndReplace()
withPurgeAndReplace()
isSetPurgeAndReplace()
getContentMd5()
setContentMd5()
withContentMd5()
isSetContentMd5()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(mixed  $data = null) 

Construct new model class

Parameters

mixed $data
  • DOMElement or Associative Array to construct from.

__get()

__get(string  $propertyName) 

Support for virtual properties getters.

Virtual property call example:

$action->Property

Direct getter(preferred):

$action->getProperty()

Parameters

string $propertyName

name of the property

__set()

__set(string  $propertyName,   $propertyValue) 

Support for virtual properties setters.

Virtual property call example:

$action->Property = 'ABC'

Direct setter (preferred):

$action->setProperty('ABC')

Parameters

string $propertyName

name of the property

$propertyValue

getContentType()

getContentType() : \ContentType

Gets the value of the content type

Returns

\ContentType —

instance

setContentType()

setContentType(  $value) 

Parameters

$value

isSetContentType()

isSetContentType() 

getMarketplace()

getMarketplace() : string

Gets the value of the Marketplace property.

Returns

string —

Marketplace

setMarketplace()

setMarketplace(  $value) : \this

Sets the value of the Marketplace property.

Parameters

$value

Returns

\this —

instance

withMarketplace()

withMarketplace(string  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the Marketplace and returns this instance

Parameters

string $value

Marketplace

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetMarketplace()

isSetMarketplace() : boolean

Checks if Marketplace is set

Returns

boolean —

true if Marketplace is set

getMerchant()

getMerchant() : string

Gets the value of the Merchant property.

Returns

string —

Merchant

setMerchant()

setMerchant(  $value) : \this

Sets the value of the Merchant property.

Parameters

$value

Returns

\this —

instance

withMerchant()

withMerchant(string  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the Merchant and returns this instance

Parameters

string $value

Merchant

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetMerchant()

isSetMerchant() : boolean

Checks if Merchant is set

Returns

boolean —

true if Merchant is set

getMWSAuthToken()

getMWSAuthToken() : string

Gets the value of the MWSAuthToken property.

Returns

string —

MWSAuthToken

setMWSAuthToken()

setMWSAuthToken(  $value) : \this

Sets the value of the MWSAuthToken property.

Parameters

$value

Returns

\this —

instance

withMWSAuthToken()

withMWSAuthToken(string  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the MWSAuthToken and returns this instance

Parameters

string $value

MWSAuthToken

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetMWSAuthToken()

isSetMWSAuthToken() : boolean

Checks if MWSAuthToken is set

Returns

boolean —

true if MWSAuthToken is set

getMarketplaceIdList()

getMarketplaceIdList() : \IdList

Gets the value of the MarketplaceIdList.

Returns

\IdList —

MarketplaceIdList

setMarketplaceIdList()

setMarketplaceIdList(  $value) : void

Sets the value of the MarketplaceIdList.

Parameters

$value

withMarketplaceIdList()

withMarketplaceIdList(\IdList  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the MarketplaceIdList and returns this instance

Parameters

\IdList $value

MarketplaceIdList

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetMarketplaceIdList()

isSetMarketplaceIdList() : boolean

Checks if MarketplaceIdList is set

Returns

boolean —

true if MarketplaceIdList property is set

getFeedContent()

getFeedContent() : string

Gets the value of the FeedContent property.

Returns

string —

FeedContent

setFeedContent()

setFeedContent(  $value) : \this

Sets the value of the FeedContent property.

Parameters

$value

Returns

\this —

instance

withFeedContent()

withFeedContent(string  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the FeedContent and returns this instance

Parameters

string $value

FeedContent

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetFeedContent()

isSetFeedContent() : boolean

Checks if FeedContent is set

Returns

boolean —

true if FeedContent is set

getFeedType()

getFeedType() : string

Gets the value of the FeedType property.

Returns

string —

FeedType

setFeedType()

setFeedType(  $value) : \this

Sets the value of the FeedType property.

Parameters

$value

Returns

\this —

instance

withFeedType()

withFeedType(string  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the FeedType and returns this instance

Parameters

string $value

FeedType

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetFeedType()

isSetFeedType() : boolean

Checks if FeedType is set

Returns

boolean —

true if FeedType is set

getPurgeAndReplace()

getPurgeAndReplace() : boolean

Gets the value of the PurgeAndReplace property.

Returns

boolean —

PurgeAndReplace

setPurgeAndReplace()

setPurgeAndReplace(  $value) : \this

Sets the value of the PurgeAndReplace property.

Parameters

$value

Returns

\this —

instance

withPurgeAndReplace()

withPurgeAndReplace(boolean  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the PurgeAndReplace and returns this instance

Parameters

boolean $value

PurgeAndReplace

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetPurgeAndReplace()

isSetPurgeAndReplace() : boolean

Checks if PurgeAndReplace is set

Returns

boolean —

true if PurgeAndReplace is set

getContentMd5()

getContentMd5() : boolean

Gets the value of the ContentMd5 property.

Returns

boolean —

ContentMd5

setContentMd5()

setContentMd5(  $value) : \this

Sets the value of the ContentMd5 property.

Parameters

$value

Returns

\this —

instance

withContentMd5()

withContentMd5(boolean  $value) : \MarketplaceWebService_Model_SubmitFeedRequest

Sets the value of the ContentMd5 and returns this instance

Parameters

boolean $value

ContentMd5

Returns

\MarketplaceWebService_Model_SubmitFeedRequest

instance

isSetContentMd5()

isSetContentMd5() : boolean

Checks if ContentMd5 is set

Returns

boolean —

true if ContentMd5 is set