| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.util |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
SearchRestrictionEntityTranslator.valueFromString(SearchRestrictionEntityTranslator.SupportedType supportedType,
String value)
Converts from a String to a value type.
|
Copyright © 2020 Atlassian. All rights reserved.