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

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

public class MultiValuedAttributeEntity
extends java.lang.Object

Represents a multi-valued attribute.

Since:
v2.1

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

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

getName

public java.lang.String getName()
Returns:
name of the attribute

getValues

public java.util.Collection<java.lang.String> getValues()
Returns:
values of the attribute


Copyright © 2012 Atlassian. All Rights Reserved.