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 Details

    • AttributeEntity

      public AttributeEntity(String name, String value, com.atlassian.plugins.rest.api.model.Link link)
      Constructs a new AttributeEntity.
      Parameters:
      name - name of the attribute
      value - value of the attribute
      link - link to the attribute resource
  • Method Details

    • getName

      public String getName()
      Returns:
      name of the attribute
    • getValue

      public String getValue()
      Returns:
      values of the attribute
    • getLink

      public com.atlassian.plugins.rest.api.model.Link getLink()
      Returns:
      link to the attribute resource