Uses of Enum Class
com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType
Packages that use SearchRestrictionEntityTranslator.SupportedType
-
Uses of SearchRestrictionEntityTranslator.SupportedType in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return SearchRestrictionEntityTranslator.SupportedTypeModifier and TypeMethodDescriptionReturns the SupportedType from the specified Class type.Returns the SupportedType from the specified name.Returns the enum constant of this class with the specified name.SearchRestrictionEntityTranslator.SupportedType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.integration.rest.util with parameters of type SearchRestrictionEntityTranslator.SupportedTypeModifier and TypeMethodDescriptionstatic ObjectSearchRestrictionEntityTranslator.valueFromString(SearchRestrictionEntityTranslator.SupportedType supportedType, String value) Converts from a String to a value type.