Uses of Class
com.atlassian.confluence.api.model.pagination.ContentCursor
-
Packages that use ContentCursor Package Description com.atlassian.confluence.api.model.pagination -
-
Uses of ContentCursor in com.atlassian.confluence.api.model.pagination
Fields in com.atlassian.confluence.api.model.pagination declared as ContentCursor Modifier and Type Field Description static ContentCursorContentCursor. EMPTY_CURSORstatic ContentCursorContentCursor. EMPTY_CURSOR_PREVMethods in com.atlassian.confluence.api.model.pagination that return ContentCursor Modifier and Type Method Description static ContentCursorContentCursor. createCursor(boolean isReverse, long contentId)static ContentCursorContentCursor. valueOf(@NonNull String cursorToken)
-