public enum PagingParam extends Enum<PagingParam> implements Param
Enum Constant and Description |
---|
WITH_TOTAL_PAGES |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static PagingParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PagingParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PagingParam WITH_TOTAL_PAGES
public static PagingParam[] values()
for (PagingParam c : PagingParam.values()) System.out.println(c);
public static PagingParam 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 nullCopyright © 2020 (C) Cumulocity GmbH. All rights reserved.