Uses of Class
com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntityTranslator.SupportedType
-
Packages that use SearchRestrictionEntityTranslator.SupportedType Package Description com.atlassian.confluence.functest.rest.admin.crowd Entities and a class mapper lifted from the Crowd REST Plugin, since they don't exist in crowd-rest-common. -
-
Uses of SearchRestrictionEntityTranslator.SupportedType in com.atlassian.confluence.functest.rest.admin.crowd
Methods in com.atlassian.confluence.functest.rest.admin.crowd that return SearchRestrictionEntityTranslator.SupportedType Modifier and Type Method Description static SearchRestrictionEntityTranslator.SupportedTypeSearchRestrictionEntityTranslator.SupportedType. of(Class type)Returns the SupportedType from the specified Class type.static SearchRestrictionEntityTranslator.SupportedTypeSearchRestrictionEntityTranslator.SupportedType. of(String supportedType)Returns the SupportedType from the specified name.static SearchRestrictionEntityTranslator.SupportedTypeSearchRestrictionEntityTranslator.SupportedType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchRestrictionEntityTranslator.SupportedType[]SearchRestrictionEntityTranslator.SupportedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.functest.rest.admin.crowd with parameters of type SearchRestrictionEntityTranslator.SupportedType Modifier and Type Method Description static ObjectSearchRestrictionEntityTranslator. valueFromString(SearchRestrictionEntityTranslator.SupportedType supportedType, String value)Converts from a String to a value type.
-