new ShowCatalogUsingAAIANumRequest() → {Object}
This class represents the show catalog request using an AAIA number and category IDs.
Returns:
Public API's to set the request parameters.
- Type
- Object
Methods
-
<static> getAAIANum(The)
-
Get the AAIA number.
Parameters:
Name Type Description The
String AAIA number
-
<static> getCategoryIDs(CategoryIDs)
-
Get the array of category ID to be displayed in speedDIAL.
Parameters:
Name Type Description CategoryIDs
Array object that contains an array of category IDs.
-
<static> getReferenceID(reference)
-
Get the reference ID to associate with this request.
Parameters:
Name Type Description reference
String ID Reference ID to associate with this request.
-
<static> setAAIANum(requestedAAIANum)
-
Set the AAIA number.
Parameters:
Name Type Description requestedAAIANum
String The AAIA number
-
<static> setCategoryIDs(IDs)
-
Set the array of category ID to be displayed in speedDIAL.
Parameters:
Name Type Description IDs
WCAP.CategoryIDs CategoryIDs object that contains an array of category IDs.
-
<static> setReferenceID(reference)
-
Set the reference ID to associate with this request.
Parameters:
Name Type Description reference
String ID Reference ID to associate with this request.