Class MultiValuedAttributeEntity

java.lang.Object
com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity

public class MultiValuedAttributeEntity extends Object
Represents a multi-valued attribute.
Since:
v2.1
  • Constructor Details

    • MultiValuedAttributeEntity

      public MultiValuedAttributeEntity(String name, Collection<String> values)
      Constructs a new MultiValuedAttributeEntity.
      Parameters:
      name - name of the attribute
      values - values of the attribute
  • Method Details

    • getName

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

      public Collection<String> getValues()
      Returns:
      values of the attribute
    • toString

      public String toString()
      Overrides:
      toString in class Object