Class MultiValuedAttributeEntity
java.lang.Object
com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity
Represents a multi-valued attribute.
- Since:
- v2.1
-
Constructor Summary
ConstructorsConstructorDescriptionMultiValuedAttributeEntity
(String name, Collection<String> values) Constructs a new MultiValuedAttributeEntity. -
Method Summary
-
Constructor Details
-
MultiValuedAttributeEntity
Constructs a new MultiValuedAttributeEntity.- Parameters:
name
- name of the attributevalues
- values of the attribute
-
-
Method Details