| Package | Description |
|---|---|
| com.talanlabs.gitlab.api.v3 | |
| com.talanlabs.gitlab.api.v3.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
|
static Query |
Query.newQuery() |
Copyright © 2017 Talanlabs. All rights reserved.