new ShowCatalogUsingACESVehicleRequest() → {Object}
This class represents the show catalog request using an ACES vehicle and category IDs.
Returns:
Public API's to set the request parameters.
- Type
- Object
Methods
-
<static> getACESVehicle(The)
-
Get the ACES vehicle
Parameters:
Name Type Description The
ACESVehicle ACES vehicle
-
<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> setACESVehicle(The)
-
Set the ACES vehicle
Parameters:
Name Type Description The
ACESVehicle ACES vehicle
-
<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.