Class GraphQLOffsetCursor
- java.lang.Object
-
- com.atlassian.confluence.plugins.restapi.graphql.GraphQLOffsetCursor
-
public class GraphQLOffsetCursor extends Object
-
-
Constructor Summary
Constructors Constructor Description GraphQLOffsetCursor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
parseOffset(int offset, String afterOffset)
Parse graphql 'offset' and 'after' query arguments into a single offset integer.
-
-
-
Method Detail
-
parseOffset
public static int parseOffset(int offset, String afterOffset)
Parse graphql 'offset' and 'after' query arguments into a single offset integer.- Since:
- 6.12.0
-
-