Package | Description |
---|---|
org.gitlab.api | |
org.gitlab.api.http |
Modifier and Type | Method and Description |
---|---|
Query |
Pagination.asQuery() |
Modifier and Type | Method and Description |
---|---|
Query |
Query.append(String name,
String value)
Appends a parameter to the query
|
Query |
Query.appendIf(String name,
Boolean value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Query |
Query.appendIf(String name,
GitlabAccessLevel value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Query |
Query.appendIf(String name,
Integer value)
Conditionally append a parameter to the query
if the value of the parameter is not null
|
Query |
Query.appendIf(String name,
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) |
Copyright © 2015. All Rights Reserved.