com.atlassian.crowd.plugin.rest.entity
Class MultiValuedAttributeEntity
java.lang.Object
com.atlassian.crowd.plugin.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,
com.atlassian.plugins.rest.common.Link link)
Constructs a new AttributeEntity. |
|
Method Summary |
com.atlassian.plugins.rest.common.Link |
getLink()
|
java.lang.String |
getName()
|
java.lang.String |
getValue()
|
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 |
MultiValuedAttributeEntity
public MultiValuedAttributeEntity(java.lang.String name,
java.util.Collection<java.lang.String> values,
com.atlassian.plugins.rest.common.Link link)
- Constructs a new AttributeEntity.
- Parameters:
name - name of the attributevalues - values of the attributelink - link to the attribute resource
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
getValue
public java.lang.String getValue()
- Returns:
- any value of the attribute
getLink
public com.atlassian.plugins.rest.common.Link getLink()
- Returns:
- link to the attribute resource
Copyright © 2011 Atlassian. All Rights Reserved.