Package org.apache.olingo.server.api.uri
Enum UriInfoKind
- All Implemented Interfaces:
Serializable
,Comparable<UriInfoKind>
,java.lang.constant.Constable
Defining the various info kinds
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionClass:UriInfoAll
URI: http://...Class:UriInfoBatch
URI: http://...Class:UriInfoCrossjoin
URI: http://...Class:UriInfoEntityId
URI: http://...Class:UriInfoMetadata
URI: http://...Class:UriInfoResource
URI: http://...Class:UriInfoService
URI: http://... -
Method Summary
Modifier and TypeMethodDescriptionstatic UriInfoKind
Returns the enum constant of this type with the specified name.static UriInfoKind[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
all
Class:UriInfoAll
URI: http://.../serviceroot/$all -
batch
Class:UriInfoBatch
URI: http://.../serviceroot/$batch -
crossjoin
Class:UriInfoCrossjoin
URI: http://.../serviceroot/$crossjoin -
entityId
Class:UriInfoEntityId
URI: http://.../serviceroot/$entity(...) -
metadata
Class:UriInfoMetadata
URI: http://.../serviceroot/$metadata... -
resource
Class:UriInfoResource
URI: http://.../serviceroot/entitySet -
service
Class:UriInfoService
URI: http://.../serviceroot
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-