| Package | Description |
|---|---|
| org.gitlab.api.http |
| 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
|
Copyright © 2015. All Rights Reserved.