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 ContentCursor
ContentCursor. EMPTY_CURSOR
static ContentCursor
ContentCursor. EMPTY_CURSOR_PREV
Methods in com.atlassian.confluence.api.model.pagination that return ContentCursor Modifier and Type Method Description static ContentCursor
ContentCursor. createCursor(boolean isReverse, long contentId)
static ContentCursor
ContentCursor. valueOf(@NonNull String cursorToken)
-