commercestoretax.ProductIdCollection

Collection wrapper class for Product Ids list.

Methods 

global String get(Integer index) 

Returns the list element stored at the specified index.

Returns 

TypeDescription
String

global Iterator<String> iterator() 

Returns an instance of an iterator for this list.

Returns 

TypeDescription
Iterator<String>

global Integer indexOf(String dto) 

Returns the index of the first occurrence of the specified element in this list. If this list does not contain the element, returns -1.

Returns 

TypeDescription
Integer

global String getFromList(Integer index) 

global Iterator<String> getIterator() 

global Integer size() 

global Boolean isEmpty() 

global Integer getIndexOf(String productId) 

global Boolean equals(Object obj) 

global Integer hashCode() 


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!