class GetAsinCategoriesResponse extends BaseResponse

Class GetAsinCategoriesResponse

Methods

__construct()

Construct an instance of a BaseResponse.

null|ResponseInterface
getInnerResponse()

No description

setInnerResponse(ResponseInterface $innerResponse)

No description

mixed
getCategoryMappings()

Get all category mappings contained in response

setCategoryMappings(CategoryMapping[] $categoryMappings)

No description

mixed
getMainCategory()

Get the main category from the response

setMainCategory(CategoryMapping $mainCategory)

No description

Details

in BaseResponse at line line 25
__construct()

Construct an instance of a BaseResponse.

in BaseResponse at line line 35
null|ResponseInterface getInnerResponse()

Return Value

null|ResponseInterface

in BaseResponse at line line 43
setInnerResponse(ResponseInterface $innerResponse)

Parameters

ResponseInterface $innerResponse

at line line 35
mixed getCategoryMappings()

Get all category mappings contained in response

Return Value

mixed

at line line 43
setCategoryMappings(CategoryMapping[] $categoryMappings)

Parameters

CategoryMapping[] $categoryMappings

at line line 53
mixed getMainCategory()

Get the main category from the response

Return Value

mixed

at line line 61
setMainCategory(CategoryMapping $mainCategory)

Parameters

CategoryMapping $mainCategory