__construct()
__construct(mixed $data = null)
Construct new MarketplaceWebService_Model_GetFeedSubmissionListResult
Parameters
| mixed | $data | DOMElement or Associative Array to construct from. Valid properties:
|
MarketplaceWebService_Model_GetFeedSubmissionListResult
Properties:
__construct(mixed $data = null)
Construct new MarketplaceWebService_Model_GetFeedSubmissionListResult
| mixed | $data | DOMElement or Associative Array to construct from. Valid properties:
|
withNextToken(string $value) : \MarketplaceWebService_Model_GetFeedSubmissionListResult
Sets the value of the NextToken and returns this instance
| string | $value | NextToken |
instance
withHasNext(boolean $value) : \MarketplaceWebService_Model_GetFeedSubmissionListResult
Sets the value of the HasNext and returns this instance
| boolean | $value | HasNext |
instance
withFeedSubmissionInfo(\FeedSubmissionInfo $feedSubmissionInfoArgs) : \MarketplaceWebService_Model_GetFeedSubmissionListResult
Sets single or multiple values of FeedSubmissionInfo list via variable number of arguments.
For example, to set the list with two elements, simply pass two values as arguments to this function
withFeedSubmissionInfo($feedSubmissionInfo1, $feedSubmissionInfo2)
| \FeedSubmissionInfo | $feedSubmissionInfoArgs | one or more FeedSubmissionInfo |
instance