-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum Pagination extends Enum<Pagination>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description GREATER_THANGREATER_THAN_OR_EQUALLESS_THANLESS_THAN_OR_EQUAL
-
Method Summary
-
-
Method Detail
-
get
@Deprecated(message = "Use toString() instead", replaceWith = @ReplaceWith(imports = {}, expression = "toString()"), level = DeprecationLevel.ERROR) final String get()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-