com.atlassian.crowd.plugin.rest.entity
Class AttributeEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.AttributeEntity
public class AttributeEntity
- extends Object
Represents a single-valued attribute.
- Since:
- v2.1
|
Constructor Summary |
AttributeEntity(String name,
String value,
com.atlassian.plugins.rest.common.Link link)
Constructs a new AttributeEntity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeEntity
public AttributeEntity(String name,
String value,
com.atlassian.plugins.rest.common.Link link)
- Constructs a new AttributeEntity.
- Parameters:
name - name of the attributevalue - value of the attributelink - link to the attribute resource
getName
public String getName()
- Returns:
- name of the attribute
getValue
public String getValue()
- Returns:
- values of the attribute
getLink
public com.atlassian.plugins.rest.common.Link getLink()
- Returns:
- link to the attribute resource
Copyright © 2013 Atlassian. All Rights Reserved.