Class MultiValuedAttributeEntityList
java.lang.Object
com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
- All Implemented Interfaces:
Attributes,Iterable<MultiValuedAttributeEntity>
public class MultiValuedAttributeEntityList
extends Object
implements Attributes, Iterable<MultiValuedAttributeEntity>
Contains a list of
MultiValuedAttributeEntitys.- Since:
- v2.1
-
Constructor Details
-
MultiValuedAttributeEntityList
-
-
Method Details
-
size
public int size() -
getValues
- Specified by:
getValuesin interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getKeys
- Specified by:
getKeysin interfaceAttributes
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceAttributes
-
get
-
iterator
- Specified by:
iteratorin interfaceIterable<MultiValuedAttributeEntity>
-
toString
-