NAME
eBay::API::XML::Call::GetWantItNowSearchResults::GetWantItNowSearchResultsResponseType
DESCRIPTION
Response contains the Want It Now posts that have the specified keyword(s) in the title and (optionally) the description.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetWantItNowSearchResults::GetWantItNowSearchResultsResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setHasMoreItems()
Indicates whether there are additional Want It Now posts that meet the search criteria.
# Argument: 'xs:boolean'
isHasMoreItems()
Returned: Always
# Returns: 'xs:boolean'
setItemsPerPage()
Indicates the maximum number of Want It Now posts that can be returned in a WantItNowPostArray for a request. This value can be specified in the request by EntriesPerPage in Pagination in the request.
# Argument: 'xs:int'
getItemsPerPage()
Returned: Always
# Returns: 'xs:int'
setPageNumber()
Indicates the page of data returned by the current call.
# Argument: 'xs:int'
getPageNumber()
Returned: Always
# Returns: 'xs:int'
setPaginationResult()
Indicates the results of the pagination, including the total number of pages of data there are to be returned and the total number of posts there are to be returned.
# Argument: 'ns:PaginationResultType'
getPaginationResult()
Returned: Always
# Returns: 'ns:PaginationResultType'
setWantItNowPostArray()
Contains the returned Want It Now posts, if any. The data for each post is returned in a WantItNowPostType object.
# Argument: 'ns:WantItNowPostArrayType'
getWantItNowPostArray()
Returned: Always
# Returns: 'ns:WantItNowPostArrayType'