com.atlassian.crowd.integration.rest.entity
Class MultiValuedAttributeEntityList

java.lang.Object
  extended by 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

Constructor Summary
MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity> attributes)
           
 
Method Summary
 MultiValuedAttributeEntity get(int index)
           
 Set<String> getKeys()
           
 String getValue(String key)
           
 Set<String> getValues(String key)
           
 boolean isEmpty()
           
 Iterator<MultiValuedAttributeEntity> iterator()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValuedAttributeEntityList

public MultiValuedAttributeEntityList(List<MultiValuedAttributeEntity> attributes)
Method Detail

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.