com.atlassian.crowd.integration.rest.entity
Class MultiValuedAttributeEntityList
java.lang.Object
com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
- All Implemented Interfaces:
- Attributes, java.lang.Iterable<MultiValuedAttributeEntity>
public class MultiValuedAttributeEntityList
- extends java.lang.Object
- implements Attributes, java.lang.Iterable<MultiValuedAttributeEntity>
Contains a list of MultiValuedAttributeEntitys.
- Since:
- v2.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiValuedAttributeEntityList
public MultiValuedAttributeEntityList(java.util.List<MultiValuedAttributeEntity> attributes)
size
public int size()
getValues
public java.util.Set<java.lang.String> getValues(java.lang.String key)
- Specified by:
getValues in interface Attributes
getValue
public java.lang.String getValue(java.lang.String key)
- Specified by:
getValue in interface Attributes
getKeys
public java.util.Set<java.lang.String> getKeys()
- Specified by:
getKeys in interface Attributes
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface Attributes
get
public MultiValuedAttributeEntity get(int index)
iterator
public java.util.Iterator<MultiValuedAttributeEntity> iterator()
- Specified by:
iterator in interface java.lang.Iterable<MultiValuedAttributeEntity>
Copyright © 2012 Atlassian. All Rights Reserved.