Package ai.neuon.utility.paging
Enum PagingRequest.Type
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PagingRequest.Type extends Enum<PagingRequest.Type>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPagingRequest.Type.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringkeyprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<PagingRequest.Type>entries
-
Method Summary
Modifier and Type Method Description final PagingRequest.TypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<PagingRequest.Type>values()Returns an array containing the constants of this enum type, in the order they're declared. final StringgetKey()final EnumEntries<PagingRequest.Type>getEntries()-
-
Method Detail
-
valueOf
final PagingRequest.Type 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<PagingRequest.Type> 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<PagingRequest.Type> getEntries()
-
-
-
-