Uses of Class
com.atlassian.crowd.integration.rest.entity.PropertyEntity
Packages that use PropertyEntity
Package
Description
-
Uses of PropertyEntity in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return PropertyEntityConstructors in com.atlassian.crowd.integration.rest.entity with parameters of type PropertyEntityModifierConstructorDescriptionPropertyRestrictionEntity(PropertyEntity property, String matchMode, String value) Creates a new instance of RestPropertyRestriction. -
Uses of PropertyEntity in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return PropertyEntityModifier and TypeMethodDescriptionstatic PropertyEntitySearchRestrictionEntityTranslator.toPropertyEntity(Property property) Converts from a Property to a PropertyEntity.Methods in com.atlassian.crowd.integration.rest.util with parameters of type PropertyEntityModifier and TypeMethodDescriptionstatic PropertySearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity) Converts from a PropertyEntity to a Property.