public enum PaginationTypeDescriptor extends Enum<PaginationTypeDescriptor>
| Enum Constant and Description |
|---|
MARKER |
OFFSET |
PAGE_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PaginationTypeDescriptor |
forName(String name) |
String |
getName() |
static PaginationTypeDescriptor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationTypeDescriptor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaginationTypeDescriptor OFFSET
public static final PaginationTypeDescriptor PAGE_NUMBER
public static final PaginationTypeDescriptor MARKER
public static PaginationTypeDescriptor[] values()
for (PaginationTypeDescriptor c : PaginationTypeDescriptor.values()) System.out.println(c);
public static PaginationTypeDescriptor valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public static PaginationTypeDescriptor forName(String name)
Copyright © 2026. All rights reserved.