Uses of Class
org.aoju.bus.gitlab.models.Application
Packages that use Application
-
Uses of Application in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab 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.aoju.bus.gitlab 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.