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,LabelsApi,LicenseApi,LicenseTemplatesApi,MarkdownApi,MergeRequestApi,MilestonesApi,NamespaceApi,NotesApi,NotificationSettingsApi,PackagesApi,Pager,PipelineApi,ProjectApi,ProtectedBranchesApi,ReleasesApi,RepositoryApi,RepositoryFileApi,ResourceLabelEventsApi,RunnersApi,SearchApi,ServicesApi,SnippetsApi,SystemHooksApi,TagsApi,TodosApi,UserApi,WikisApi
public interface Constants
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstants.ActionTypeEnum to use for specifying the event action_type.static classConstants.ApplicationScopeEnum for the various Application scope values.static classConstants.ArchiveFormatEnum to specify the format of a downloaded archive.static classConstants.AutoDevopsDeployStrategystatic classConstants.BuildGitStrategyEnum for the build_git_strategy of the project instance.static classConstants.CommitBuildStateEnum for the various Commit build status values.static classConstants.DeploymentOrderByEnum to use for ordering the results of getDeployments.static classConstants.DeploymentStatusEnum to use for specifying the status of a deployment.static classConstants.DeployTokenScopeEnum to use for specifying the deploy token scope.static classConstants.EncodingEnum to specify encoding of file contents.static classConstants.EpicOrderByEnum to use for ordering the results of getEpics().static classConstants.GroupOrderByEnum to use for ordering the results of getGroups() and getSubGroups().static classConstants.GroupSearchScopeEnum for the search scope when doing a groupSearch() with the SearchApi.static classConstants.ImpersonationStateEnum to specify the state of an ImpersonationToken.static classConstants.IssueOrderByEnum to use for ordering the results of getIssues().static classConstants.IssueScopeEnum to use for specifying the scope when calling the various get issue methods.static classConstants.IssueStateEnum to used to store the state of an issue.static classConstants.JobScopeEnum to use for specifying the scope when calling getJobs().static classConstants.LineTypeEnum to use for specifying the line type for a commit comment.static classConstants.MergeRequestOrderByEnum to use for ordering the results of getMergeRequests().static classConstants.MergeRequestScopeEnum to use for specifying the scope for getMergeRequests methods.static classConstants.MergeRequestSearchInEnum to use for specifying the scope of the search attribute when calling getMergeRequests().static classConstants.MergeRequestStateEnum to use for querying the state of a MergeRequeststatic classConstants.MilestoneStatestatic classConstants.PipelineOrderByEnum to use for ordering the results of getPipelines().static classConstants.PipelineScopeEnum to use for specifying the scope when calling getPipelines().static classConstants.ProjectOrderByEnum to use for ordering the results of getProjects().static classConstants.ProjectSearchScopeEnum for the search scope when doing a projectSearch() with the SearchApi.static classConstants.SearchScopeEnum for the search scope when doing a globalSearch() with the SearchApi.static classConstants.SortOrderEnum to use for ordering the results of various API calls.static classConstants.SquashOptionEnum for the build_git_strategy of the project instance.static classConstants.StateEventEnum to use for specifying the state of a merge request or issue update.static classConstants.TagOrderByEnum to use for ordering the results of getTags().static classConstants.TargetTypeEnum to use for specifying the event target_type.static classConstants.TodoActionEnum to use for specifying the action when doing a getTodos() with the TodosApi.static classConstants.TodoStateEnum to use for specifying the state when doing a getTodos() with the TodosApi.static classConstants.TodoTypeEnum to use for specifying the type when doing a getTodos() with the TodosApi.static classConstants.TokenTypeUsed to specify the type of authentication token. -
Field Summary
Fields Modifier and Type Field Description static StringNEXT_PAGE_HEADERThe index of the next page HTTP header key.static StringPAGE_HEADERThe index of the current page (starting at 1) HTTP header key.static StringPAGE_PARAMPage param HTTP header key.static StringPER_PAGEThe number of items per page HTTP header key.static StringPER_PAGE_PARAMItems per page param HTTP header key.static StringPREV_PAGE_HEADERThe index of the previous page HTTP header key.static StringTOTAL_HEADERThe total number of items HTTP header key.static StringTOTAL_PAGES_HEADERThe 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
-