|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntity
public class MultiValuedAttributeEntity
Represents a multi-valued attribute.
| Constructor Summary | |
|---|---|
MultiValuedAttributeEntity(java.lang.String name,
java.util.Collection<java.lang.String> values)
Constructs a new MultiValuedAttributeEntity. |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
java.util.Collection<java.lang.String> |
getValues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiValuedAttributeEntity(java.lang.String name,
java.util.Collection<java.lang.String> values)
name - name of the attributevalues - values of the attribute| Method Detail |
|---|
public java.lang.String getName()
public java.util.Collection<java.lang.String> getValues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||