Uses of Class
org.gitlab4j.api.models.Application
Packages that use Application
-
Uses of Application in org.gitlab4j.api
Methods in org.gitlab4j.api that return ApplicationModifier and TypeMethodDescriptionApplicationsApi.createApplication
(String name, String redirectUri, List<Constants.ApplicationScope> scopes) Create an OAUTH Application.ApplicationsApi.createApplication
(String name, String redirectUri, Constants.ApplicationScope[] scopes) Create an OAUTH Application.Methods in org.gitlab4j.api that return types with arguments of type ApplicationModifier and TypeMethodDescriptionApplicationsApi.getApplications()
Get all OATH applications.ApplicationsApi.getApplications
(int itemsPerPage) Get a Pager of all OAUTH applications.ApplicationsApi.getApplications
(int page, int perPage) Get all OAUTH applications using the specified page and per page settingApplicationsApi.getApplicationsStream()
Get a Stream of all OAUTH Application instances.