Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.http | |
org.gitlab.api.models |
Modifier and Type | Method and Description |
---|---|
Query |
Pagination.asQuery() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.append(java.lang.String name,
java.lang.String value)
Appends a parameter to the query
|
Query |
Query.appendIf(java.lang.String name,
java.lang.Boolean value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Query |
Query.appendIf(java.lang.String name,
GitlabAccessLevel value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Query |
Query.appendIf(java.lang.String name,
java.lang.Integer value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Query |
Query.appendIf(java.lang.String name,
java.lang.String 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 |
CreateGroupRequest.toQuery()
Generates query representing this request's properties.
|
Query |
CreateUserRequest.toQuery()
Generates a query based on this request's properties.
|
Copyright © 2017. All Rights Reserved.