Tim Keefer > eBay-API > eBay::API::XML::Call::GetPopularKeywords::GetPopularKeywordsResponseType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::Call::GetPopularKeywords::GetPopularKeywordsResponseType

DESCRIPTION ^

Contains the keyword data for the requested categories. A category's data are contained in a CategoryArrayType object if there is no error (one or more CategoryType objects). Each CategoryType contains its ID, parent ID and keyword list.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::Call::GetPopularKeywords::GetPopularKeywordsResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines: ^

setCategoryArray()

Organization of keywords by category. For each category, its ID and its parent's ID and keywords are listed.

# Argument: 'ns:CategoryArrayType'

getCategoryArray()

  Returned: Always
#    Returns: 'ns:CategoryArrayType'

setHasMore()

Indicates whether there are more categories beyond the subset returned in the last call to GetPopularKeywords. Returned only when IncludeChildCategories is true.

# Argument: 'xs:boolean'

isHasMore()

  Returned: Conditionally
#    Returns: 'xs:boolean'

setPaginationResult()

Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.

# Argument: 'ns:PaginationResultType'

getPaginationResult()

  Returned: Conditionally
#    Returns: 'ns:PaginationResultType'
syntax highlighting: