Class GraphQL.Constants
- java.lang.Object
-
- step.repositories.jira.xray.client.cloud.model.gql.GraphQL.Constants
-
- Enclosing class:
- GraphQL
public static class GraphQL.Constants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_LIMIT
static java.lang.String
PARAM_ISSUE_ID
static java.lang.String
PARAM_ISSUE_IDS
static java.lang.String
PARAM_LIMIT
static java.lang.String
PARAM_START
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
PARAM_ISSUE_ID
public static final java.lang.String PARAM_ISSUE_ID
- See Also:
- Constant Field Values
-
PARAM_ISSUE_IDS
public static final java.lang.String PARAM_ISSUE_IDS
- See Also:
- Constant Field Values
-
PARAM_LIMIT
public static final java.lang.String PARAM_LIMIT
- See Also:
- Constant Field Values
-
PARAM_START
public static final java.lang.String PARAM_START
- See Also:
- Constant Field Values
-
MAX_LIMIT
public static final int MAX_LIMIT
- See Also:
- Constant Field Values
-
-