Uses of Class
com.atlassian.confluence.api.model.pagination.CursorType
-
Packages that use CursorType Package Description com.atlassian.confluence.api.model.pagination -
-
Uses of CursorType in com.atlassian.confluence.api.model.pagination
Methods in com.atlassian.confluence.api.model.pagination that return CursorType Modifier and Type Method Description CursorTypeContentCursor. getCursorType()CursorTypeCursor. getCursorType()CursorTypeSpaceCursor. getCursorType()static CursorTypeCursorType. valueOf(String name)Returns the enum constant of this type with the specified name.static CursorType[]CursorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-