Uses of Class
org.gitlab4j.api.models.Application
-
Packages that use Application Package Description org.gitlab4j.api -
-
Uses of Application in org.gitlab4j.api
Methods in org.gitlab4j.api that return Application Modifier and Type Method Description Application
ApplicationsApi. createApplication(String name, String redirectUri, List<Constants.ApplicationScope> scopes)
Create an OAUTH Application.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 Application Modifier and Type Method Description List<Application>
ApplicationsApi. getApplications()
Get all OATH applications.Pager<Application>
ApplicationsApi. getApplications(int itemsPerPage)
Get a Pager of all OAUTH applications.List<Application>
ApplicationsApi. getApplications(int page, int perPage)
Get all OAUTH applications using the specified page and per page settingStream<Application>
ApplicationsApi. getApplicationsStream()
Get a Stream of all OAUTH Application instances.
-