Uses of Class
com.atlassian.crowd.integration.rest.util.SearchRestrictionEntityTranslator.SupportedType

Packages that use SearchRestrictionEntityTranslator.SupportedType
com.atlassian.crowd.integration.rest.util   
 

Uses of SearchRestrictionEntityTranslator.SupportedType in com.atlassian.crowd.integration.rest.util
 

Methods in com.atlassian.crowd.integration.rest.util that return SearchRestrictionEntityTranslator.SupportedType
static SearchRestrictionEntityTranslator.SupportedType SearchRestrictionEntityTranslator.SupportedType.of(Class type)
          Returns the SupportedType from the specified Class type.
static SearchRestrictionEntityTranslator.SupportedType SearchRestrictionEntityTranslator.SupportedType.of(String supportedType)
          Returns the SupportedType from the specified name.
static SearchRestrictionEntityTranslator.SupportedType SearchRestrictionEntityTranslator.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.crowd.integration.rest.util with parameters of type SearchRestrictionEntityTranslator.SupportedType
static Object SearchRestrictionEntityTranslator.valueFromString(SearchRestrictionEntityTranslator.SupportedType supportedType, String value)
          Converts from a String to a value type.
 



Copyright © 2014 Atlassian. All Rights Reserved.