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(java.lang.Class type)
          Returns the SupportedType from the specified Class type.
static SearchRestrictionEntityTranslator.SupportedType SearchRestrictionEntityTranslator.SupportedType.of(java.lang.String supportedType)
          Returns the SupportedType from the specified name.
static SearchRestrictionEntityTranslator.SupportedType SearchRestrictionEntityTranslator.SupportedType.valueOf(java.lang.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 java.lang.Object SearchRestrictionEntityTranslator.valueFromString(SearchRestrictionEntityTranslator.SupportedType supportedType, java.lang.String value)
          Converts from a String to a value type.
 



Copyright © 2012 Atlassian. All Rights Reserved.