com.atlassian.crowd.integration.rest.entity
Class MultiValuedAttributeEntityList
java.lang.Object
com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
- All Implemented Interfaces:
- com.atlassian.crowd.embedded.api.Attributes, Iterable<MultiValuedAttributeEntity>
public class MultiValuedAttributeEntityList
- extends Object
- implements com.atlassian.crowd.embedded.api.Attributes, 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(List<MultiValuedAttributeEntity> attributes)
size
public int size()
getValues
public Set<String> getValues(String key)
- Specified by:
getValues in interface com.atlassian.crowd.embedded.api.Attributes
getValue
public String getValue(String key)
- Specified by:
getValue in interface com.atlassian.crowd.embedded.api.Attributes
getKeys
public Set<String> getKeys()
- Specified by:
getKeys in interface com.atlassian.crowd.embedded.api.Attributes
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface com.atlassian.crowd.embedded.api.Attributes
get
public MultiValuedAttributeEntity get(int index)
iterator
public Iterator<MultiValuedAttributeEntity> iterator()
- Specified by:
iterator in interface Iterable<MultiValuedAttributeEntity>
Copyright © 2014 Atlassian. All Rights Reserved.