Uses of Class
com.atlassian.crowd.integration.rest.entity.MultiValuedAttributeEntityList
Packages that use MultiValuedAttributeEntityList
Package
Description
-
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return MultiValuedAttributeEntityListModifier and TypeMethodDescriptionGroupEntity.getAttributes()UserEntity.getAttributes()AbstractAttributeEventEntity.getDeletedAttributes()AbstractAttributeEventEntity.getStoredAttributes()Methods in com.atlassian.crowd.integration.rest.entity with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionvoidGroupEntity.setAttributes(MultiValuedAttributeEntityList attributes) voidUserEntity.setAttributes(MultiValuedAttributeEntityList attributes) -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return MultiValuedAttributeEntityListModifier and TypeMethodDescriptionEntityTranslator.toMultiValuedAttributeEntityList(Attributes attributes) Translates Attributes to MultiValuedAttributeEntityList.EntityTranslator.toMultiValuedAttributeEntityList(Map<String, Set<String>> attributes) Translates Attributes to MultiValuedAttributeEntityList.