Package com.alfresco.content.models
Enum RequestScope.LocationsEnum
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
@JsonClass(generateAdapter = false) public enum RequestScope.LocationsEnum extends Enum<RequestScope.LocationsEnum>
The locations to include in the query Values: NODES, VERSIONS, DELETEDMINUSNODES
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringvalueprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<RequestScope.LocationsEnum>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description NODESVERSIONSDELETEDMINUSNODES
-
Method Summary
Modifier and Type Method Description final RequestScope.LocationsEnumvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<RequestScope.LocationsEnum>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetValue()final EnumEntries<RequestScope.LocationsEnum>getEntries()The locations to include in the query Values: NODES, VERSIONS, DELETEDMINUSNODES -
-
Method Detail
-
valueOf
final RequestScope.LocationsEnum valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<RequestScope.LocationsEnum> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<RequestScope.LocationsEnum> getEntries()
The locations to include in the query Values: NODES, VERSIONS, DELETEDMINUSNODES
-
-
-
-