Package org.gitlab4j.api
Interface Constants
- All Known Implementing Classes:
AbstractApi
,ApplicationsApi
,ApplicationSettingsApi
,AuditEventApi
,AwardEmojiApi
,BoardsApi
,CommitsApi
,ContainerRegistryApi
,DeployKeysApi
,DeploymentsApi
,DeployTokensApi
,DiscussionsApi
,EnvironmentsApi
,EpicsApi
,EventsApi
,GroupApi
,HealthCheckApi
,ImportExportApi
,IssuesApi
,JobApi
,KeysApi
,LabelsApi
,LicenseApi
,LicenseTemplatesApi
,MarkdownApi
,MergeRequestApi
,MilestonesApi
,NamespaceApi
,NotesApi
,NotificationSettingsApi
,PackagesApi
,Pager
,PipelineApi
,ProjectApi
,ProtectedBranchesApi
,ReleasesApi
,RepositoryApi
,RepositoryFileApi
,ResourceLabelEventsApi
,ResourceStateEventsApi
,RunnersApi
,SearchApi
,ServicesApi
,SnippetsApi
,SystemHooksApi
,TagsApi
,TodosApi
,UserApi
,WikisApi
public interface Constants
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Constants.ActionType
Enum to use for specifying the event action_type.static class
Constants.ApplicationScope
Enum for the various Application scope values.static class
Constants.ArchiveFormat
Enum to specify the format of a downloaded archive.static class
Constants.AutoDevopsDeployStrategy
static class
Constants.BuildGitStrategy
Enum for the build_git_strategy of the project instance.static class
Constants.CommitBuildState
Enum for the various Commit build status values.static class
Constants.ContributorOrderBy
Enum to use for ordering the results of getContibutors().static class
Constants.DeploymentOrderBy
Enum to use for ordering the results of getDeployments.static class
Constants.DeploymentStatus
Enum to use for specifying the status of a deployment.static class
Constants.DeployTokenScope
Enum to use for specifying the deploy token scope.static class
Constants.Encoding
Enum to specify encoding of file contents.static class
Constants.EpicOrderBy
Enum to use for ordering the results of getEpics().static class
Constants.EventScope
Enum to use for specifying the Event scope.static class
Constants.GroupOrderBy
Enum to use for ordering the results of getGroups() and getSubGroups().static class
Constants.GroupSearchScope
Enum for the search scope when doing a groupSearch() with the SearchApi.static class
Constants.ImpersonationState
Enum to specify the state of an ImpersonationToken.static class
Constants.IssueOrderBy
Enum to use for ordering the results of getIssues().static class
Constants.IssueScope
Enum to use for specifying the scope when calling the various get issue methods.static class
Constants.IssueState
Enum to used to store the state of an issue.static class
Constants.JobScope
Enum to use for specifying the scope when calling getJobs().static class
Constants.LineType
Enum to use for specifying the line type for a commit comment.static class
Constants.MergeRequestOrderBy
Enum to use for ordering the results of getMergeRequests().static class
Constants.MergeRequestScope
Enum to use for specifying the scope for getMergeRequests methods.static class
Constants.MergeRequestSearchIn
Enum to use for specifying the scope of the search attribute when calling getMergeRequests().static class
Constants.MergeRequestState
Enum to use for querying the state of a MergeRequeststatic class
Constants.MilestoneState
static class
Constants.PackageOrderBy
Enum to use for ordering the results of getPackages().static class
Constants.PackageStatus
Enum to use for filtering the results of getPackages().static class
Constants.PipelineOrderBy
Enum to use for ordering the results of getPipelines().static class
Constants.PipelineScope
Enum to use for specifying the scope when calling getPipelines().static class
Constants.ProjectOrderBy
Enum to use for ordering the results of getProjects().static class
Constants.ProjectSearchScope
Enum for the search scope when doing a projectSearch() with the SearchApi.static class
Constants.SearchScope
Enum for the search scope when doing a globalSearch() with the SearchApi.static class
Constants.SortOrder
Enum to use for ordering the results of various API calls.static class
Constants.SquashOption
Enum for the build_git_strategy of the project instance.static class
Constants.StateEvent
Enum to use for specifying the state of a merge request or issue update.static class
Constants.TagOrderBy
Enum to use for ordering the results of getTags().static class
Constants.TargetType
Enum to use for specifying the event target_type.static class
Constants.TodoAction
Enum to use for specifying the action when doing a getTodos() with the TodosApi.static class
Constants.TodoState
Enum to use for specifying the state when doing a getTodos() with the TodosApi.static class
Constants.TodoType
Enum to use for specifying the type when doing a getTodos() with the TodosApi.static class
Constants.TokenType
Used to specify the type of authentication token. -
Field Summary
Fields Modifier and Type Field Description static String
NEXT_PAGE_HEADER
The index of the next page HTTP header key.static String
PAGE_HEADER
The index of the current page (starting at 1) HTTP header key.static String
PAGE_PARAM
Page param HTTP header key.static String
PER_PAGE
The number of items per page HTTP header key.static String
PER_PAGE_PARAM
Items per page param HTTP header key.static String
PREV_PAGE_HEADER
The index of the previous page HTTP header key.static String
TOTAL_HEADER
The total number of items HTTP header key.static String
TOTAL_PAGES_HEADER
The total number of pages HTTP header key.
-
Field Details
-
TOTAL_HEADER
The total number of items HTTP header key.- See Also:
- Constant Field Values
-
TOTAL_PAGES_HEADER
The total number of pages HTTP header key.- See Also:
- Constant Field Values
-
PER_PAGE
The number of items per page HTTP header key.- See Also:
- Constant Field Values
-
PAGE_HEADER
The index of the current page (starting at 1) HTTP header key.- See Also:
- Constant Field Values
-
NEXT_PAGE_HEADER
The index of the next page HTTP header key.- See Also:
- Constant Field Values
-
PREV_PAGE_HEADER
The index of the previous page HTTP header key.- See Also:
- Constant Field Values
-
PER_PAGE_PARAM
Items per page param HTTP header key.- See Also:
- Constant Field Values
-
PAGE_PARAM
Page param HTTP header key.- See Also:
- Constant Field Values
-