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

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

Constructor Summary
MultiValuedAttributeEntityList(java.util.List<MultiValuedAttributeEntity> attributes)
           
 
Method Summary
 MultiValuedAttributeEntity get(int index)
           
 java.util.Set<java.lang.String> getKeys()
           
 java.lang.String getValue(java.lang.String key)
           
 java.util.Set<java.lang.String> getValues(java.lang.String key)
           
 boolean isEmpty()
           
 java.util.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(java.util.List<MultiValuedAttributeEntity> attributes)
Method Detail

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.