ArrayOfResolutionType
extends ArrayType
in package
Defines an array of resolutions for an ambiguous name.
Tags
Table of Contents
Properties
- $AbsoluteDenominator : array<string|int, int>
- Represents the next denominator to use for the next request when you are using fraction page views.
- $IncludesLastItemInRange : array<string|int, bool>
- This attribute will be true if the current results contain the last item in the query, so that additional paging is not needed.
- $IndexedPagingOffset : array<string|int, int>
- Represents the next index that should be used for the next request when you are using an indexed page view.
- $NumeratorOffset : array<string|int, int>
- Represents the new numerator value to use for the next request when you are using fraction page views.
- $Resolution : array<string|int, ResolutionType>
- Contains a single resolved entity.
- $TotalItemsInView : array<string|int, int>
- Represents the total number of items in the view.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$AbsoluteDenominator
Represents the next denominator to use for the next request when you are using fraction page views.
public
array<string|int, int>
$AbsoluteDenominator
= array()
Tags
$IncludesLastItemInRange
This attribute will be true if the current results contain the last item in the query, so that additional paging is not needed.
public
array<string|int, bool>
$IncludesLastItemInRange
= array()
Tags
$IndexedPagingOffset
Represents the next index that should be used for the next request when you are using an indexed page view.
public
array<string|int, int>
$IndexedPagingOffset
= array()
Tags
$NumeratorOffset
Represents the new numerator value to use for the next request when you are using fraction page views.
public
array<string|int, int>
$NumeratorOffset
= array()
Tags
$Resolution
Contains a single resolved entity.
public
array<string|int, ResolutionType>
$Resolution
= array()
Tags
$TotalItemsInView
Represents the total number of items in the view.
public
array<string|int, int>
$TotalItemsInView
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed