public class MultiValuedAttributeEntity extends Object
Constructor and Description |
---|
MultiValuedAttributeEntity(String name,
Collection<String> values,
com.atlassian.plugins.rest.common.Link link)
Constructs a new AttributeEntity.
|
Modifier and Type | Method and Description |
---|---|
com.atlassian.plugins.rest.common.Link |
getLink() |
String |
getName() |
String |
getValue() |
Collection<String> |
getValues() |
public MultiValuedAttributeEntity(String name, Collection<String> values, com.atlassian.plugins.rest.common.Link link)
name
- name of the attributevalues
- values of the attributelink
- link to the attribute resourcepublic String getName()
public Collection<String> getValues()
public String getValue()
public com.atlassian.plugins.rest.common.Link getLink()
Copyright © 2021 Atlassian. All rights reserved.