Class MultiValuedAttributeEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntity
Represents a multi-valued attribute.
- Since:
- v2.1
-
Constructor Summary
ConstructorDescriptionMultiValuedAttributeEntity
(String name, Collection<String> values, com.atlassian.plugins.rest.api.model.Link link) Constructs a new AttributeEntity. -
Method Summary
-
Constructor Details
-
MultiValuedAttributeEntity
public MultiValuedAttributeEntity(String name, Collection<String> values, com.atlassian.plugins.rest.api.model.Link link) Constructs a new AttributeEntity.- Parameters:
name
- name of the attributevalues
- values of the attributelink
- link to the attribute resource
-
-
Method Details
-
getName
- Returns:
- name of the attribute
-
getValues
- Returns:
- values of the attribute
-
getValue
- Returns:
- any value of the attribute
-
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()- Returns:
- link to the attribute resource
-