Package | Description |
---|---|
org.gitlab4j.api |
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationsApi.createApplication(String name,
String redirectUri,
Constants.ApplicationScope[] scopes)
Create an OAUTH Application.
|
Application |
ApplicationsApi.createApplication(String name,
String redirectUri,
List<Constants.ApplicationScope> scopes)
Create an OAUTH Application.
|
Modifier and Type | Method and 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 setting
|
Stream<Application> |
ApplicationsApi.getApplicationsStream()
Get a Stream of all OAUTH Application instances.
|
Copyright © 2019. All rights reserved.