Package | Description |
---|---|
com.atlassian.crowd.integration.rest.entity | |
com.atlassian.crowd.integration.rest.util |
Modifier and Type | Method and Description |
---|---|
MultiValuedAttributeEntityList |
UserEntity.getAttributes() |
MultiValuedAttributeEntityList |
GroupEntity.getAttributes() |
MultiValuedAttributeEntityList |
AbstractAttributeEventEntity.getDeletedAttributes() |
MultiValuedAttributeEntityList |
AbstractAttributeEventEntity.getStoredAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
UserEntity.setAttributes(MultiValuedAttributeEntityList attributes) |
void |
GroupEntity.setAttributes(MultiValuedAttributeEntityList attributes) |
Modifier and Type | Method and Description |
---|---|
static MultiValuedAttributeEntityList |
EntityTranslator.toMultiValuedAttributeEntityList(Attributes attributes)
Translates Attributes to MultiValuedAttributeEntityList.
|
static MultiValuedAttributeEntityList |
EntityTranslator.toMultiValuedAttributeEntityList(Map<String,Set<String>> attributes)
Translates Attributes to MultiValuedAttributeEntityList.
|
Copyright © 2021 Atlassian. All rights reserved.