Uses of Class
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
Packages that use MultiValuedAttributeEntityList
-
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return MultiValuedAttributeEntityListModifier and TypeMethodDescriptionprotected MultiValuedAttributeEntityListMultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity) GroupEntity.getAttributes()UserEntity.getAttributes()Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionprotected MultiValuedAttributeEntityListMultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity) voidGroupEntity.setAttributes(MultiValuedAttributeEntityList attributes) voidUserEntity.setAttributes(MultiValuedAttributeEntityList attributes) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityListModifierConstructorDescriptionprotectedAbstractAttributeEventEntity(com.atlassian.crowd.model.event.Operation operation, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) GroupEventEntity(com.atlassian.crowd.model.event.Operation operation, GroupEntity group, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) UserEventEntity(com.atlassian.crowd.model.event.Operation operation, UserEntity user, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return MultiValuedAttributeEntityListModifier and TypeMethodDescriptionEntityTranslator.toDeletedAttributeEntityList(Set<String> attributes) EntityTranslator.toMultiValuedAttributeEntityList(com.atlassian.crowd.embedded.api.Attributes attributes, com.atlassian.plugins.rest.api.model.Link link) Translates Attributes to MultiValuedAttributeEntityList.EntityTranslator.toMultiValuedAttributeEntityList(Map<String, Set<String>> attributes, com.atlassian.plugins.rest.api.model.Link link) Translates Attributes to MultiValuedAttributeEntityList.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionEntityTranslator.toAttributes(MultiValuedAttributeEntityList attributeEntityList) Translates MultiValuedAttributeEntityList to Attributes.