Modifier and Type | Field and Description |
---|---|
static SpaceCursor |
EMPTY_CURSOR |
Modifier and Type | Method and Description |
---|---|
static SpaceCursor |
createCursor(boolean isReverse,
Long spaceId) |
boolean |
equals(Object o) |
CursorType |
getCursorType() |
Long |
getSpaceId() |
int |
hashCode() |
boolean |
isEmpty()
Indicates that cursor is empty (first cursor in forward direction)
|
boolean |
isReverse()
Indicates that records should be sorted in backward direction when this cursor is used
|
String |
toString() |
static SpaceCursor |
valueOf(@NonNull String cursorToken) |
public static final SpaceCursor EMPTY_CURSOR
public static SpaceCursor createCursor(boolean isReverse, Long spaceId)
public CursorType getCursorType()
getCursorType
in interface Cursor
public boolean isReverse()
Cursor
public Long getSpaceId()
public boolean isEmpty()
Cursor
public static SpaceCursor valueOf(@NonNull String cursorToken)
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences