com.atlassian.crowd.plugin.rest.entity
Class MultiValuedAttributeEntity

java.lang.Object
  extended by com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity

public class MultiValuedAttributeEntity
extends Object

Represents a multi-valued attribute.

Since:
v2.1

Constructor Summary
MultiValuedAttributeEntity(String name, Collection<String> values, com.atlassian.plugins.rest.common.Link link)
          Constructs a new AttributeEntity.
 
Method Summary
 com.atlassian.plugins.rest.common.Link getLink()
           
 String getName()
           
 String getValue()
           
 Collection<String> getValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValuedAttributeEntity

public MultiValuedAttributeEntity(String name,
                                  Collection<String> values,
                                  com.atlassian.plugins.rest.common.Link link)
Constructs a new AttributeEntity.

Parameters:
name - name of the attribute
values - values of the attribute
link - link to the attribute resource
Method Detail

getName

public String getName()
Returns:
name of the attribute

getValues

public Collection<String> getValues()
Returns:
values of the attribute

getValue

public String getValue()
Returns:
any value of the attribute

getLink

public com.atlassian.plugins.rest.common.Link getLink()
Returns:
link to the attribute resource


Copyright © 2013 Atlassian. All Rights Reserved.