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

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

public class MultiValuedAttributeEntity
extends Object

Represents a multi-valued attribute.

Since:
v2.1

Constructor Summary
MultiValuedAttributeEntity(String name, Collection<String> values)
          Constructs a new MultiValuedAttributeEntity.
 
Method Summary
 String getName()
           
 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)
Constructs a new MultiValuedAttributeEntity.

Parameters:
name - name of the attribute
values - values of the attribute
Method Detail

getName

public String getName()
Returns:
name of the attribute

getValues

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


Copyright © 2013 Atlassian. All Rights Reserved.