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