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,ExternalStatusCheckApi,GroupApi,HealthCheckApi,ImportExportApi,IssuesApi,JobApi,KeysApi,LabelsApi,LicenseApi,LicenseTemplatesApi,MarkdownApi,MergeRequestApi,MilestonesApi,NamespaceApi,NotesApi,NotificationSettingsApi,PackagesApi,Pager,PipelineApi,ProjectApi,ProtectedBranchesApi,ReleaseLinksApi,ReleasesApi,RepositoryApi,RepositoryFileApi,RepositorySubmodulesApi,ResourceLabelEventsApi,ResourceStateEventsApi,RunnersApi,SearchApi,ServicesApi,SnippetsApi,SystemHooksApi,TagsApi,TodosApi,UserApi,WikisApi
public interface Constants
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum to use for specifying the event action_type.static enumEnum for the various Application scope values.static enumEnum to specify the format of a downloaded archive.static enumstatic enumEnum for the build_git_strategy of the project instance.static enumEnum for the various Commit build status values.static enumEnum to use for ordering the results of getContibutors().static enumEnum to use for ordering the results of getDeployments.static enumEnum to use for specifying the status of a deployment.static enumEnum to use for specifying the deploy token scope.static enumEnum to specify encoding of file contents.static enumEnum to use for ordering the results of getEpics().static enumEnum to use for specifying the Event scope.static enumEnum to use for ordering the results of getGroups() and getSubGroups().static enumEnum for the search scope when doing a groupSearch() with the SearchApi.static enumEnum to specify the state of an ImpersonationToken.static enumEnum to use for ordering the results of getIssues().static enumEnum to use for specifying the scope when calling the various get issue methods.static enumEnum to used to store the state of an issue.static enumEnum to use for specifying the scope when calling getJobs().static enumEnum to use for specifying the line type for a commit comment.static enumEnum to use for ordering the results of getMergeRequests().static enumEnum to use for specifying the scope for getMergeRequests methods.static enumEnum to use for specifying the scope of the search attribute when calling getMergeRequests().static enumEnum to use for querying the state of a MergeRequeststatic enumstatic enumEnum to use for ordering the results of getPackages().static enumEnum to use for filtering the results of getPackages().static enumEnum to use for ordering the results of getPipelines().static enumEnum to use for specifying the scope when calling getPipelines().static enumEnum to use for ordering the results of getProjects().static enumEnum for the search scope when doing a projectSearch() with the SearchApi.static enumEnum for the search scope when doing a globalSearch() with the SearchApi.static enumEnum to use for ordering the results of various API calls.static enumEnum for the build_git_strategy of the project instance.static enumEnum to use for specifying the state of a merge request or issue update.static enumEnum to use for ordering the results of getTags().static enumEnum to use for specifying the event target_type.static enumEnum to use for specifying the action when doing a getTodos() with the TodosApi.static enumEnum to use for specifying the state when doing a getTodos() with the TodosApi.static enumEnum to use for specifying the type when doing a getTodos() with the TodosApi.static enumUsed to specify the type of authentication token. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe index of the next page HTTP header key.static final StringThe index of the current page (starting at 1) HTTP header key.static final StringPage param HTTP header key.static final StringThe number of items per page HTTP header key.static final StringItems per page param HTTP header key.static final StringThe index of the previous page HTTP header key.static final StringThe total number of items HTTP header key.static final StringThe total number of pages HTTP header key.
-
Field Details
-
TOTAL_HEADER
The total number of items HTTP header key.- See Also:
-
TOTAL_PAGES_HEADER
The total number of pages HTTP header key.- See Also:
-
PER_PAGE
The number of items per page HTTP header key.- See Also:
-
PAGE_HEADER
The index of the current page (starting at 1) HTTP header key.- See Also:
-
NEXT_PAGE_HEADER
The index of the next page HTTP header key.- See Also:
-
PREV_PAGE_HEADER
The index of the previous page HTTP header key.- See Also:
-
PER_PAGE_PARAM
Items per page param HTTP header key.- See Also:
-
PAGE_PARAM
Page param HTTP header key.- See Also:
-