Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.http | |
org.gitlab.api.models | |
org.gitlab.api.query |
Modifier and Type | Class and Description |
---|---|
class |
Pagination
Deprecated.
Use
PaginationQuery.PARAM_PAGE instead. |
Modifier and Type | Method and Description |
---|---|
Query |
Pagination.asQuery()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.append(String name,
String value)
Appends a parameter to the query
|
Query |
Query.appendIf(String name,
GitlabAccessLevel value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
<T> Query |
Query.appendIf(String name,
T value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Modifier and Type | Method and Description |
---|---|
boolean |
Query.mergeWith(Query query) |
Modifier and Type | Method and Description |
---|---|
Query |
CreateUserRequest.toQuery()
Generates a query based on this request's properties.
|
Query |
CreateGroupRequest.toQuery()
Generates query representing this request's properties.
|
Modifier and Type | Class and Description |
---|---|
class |
PaginationQuery |
class |
PipelinesQuery |
class |
ProjectsQuery |
Copyright © 2019. All rights reserved.