Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
Modifier and Type | Method | Description |
---|---|---|
GitLabApiForm |
GitLabApiForm.withParam(String name,
Object value) |
Fluent method for adding query and form parameters to a get() or post() call.
|
GitLabApiForm |
GitLabApiForm.withParam(String name,
Object value,
boolean required) |
Fluent method for adding query and form parameters to a get() or post() call.
|
GitLabApiForm |
GitLabApiForm.withParam(String name,
Date date) |
Fluent method for adding Date query and form parameters to a get() or post() call.
|
GitLabApiForm |
GitLabApiForm.withParam(String name,
Date date,
boolean required) |
Fluent method for adding Date query and form parameters to a get() or post() call.
|
<T> GitLabApiForm |
GitLabApiForm.withParam(String name,
List<T> values) |
Fluent method for adding a List type query and form parameters to a get() or post() call.
|
<T> GitLabApiForm |
GitLabApiForm.withParam(String name,
List<T> values,
boolean required) |
Fluent method for adding a List type query and form parameters to a get() or post() call.
|
Modifier and Type | Method | Description |
---|---|---|
GitLabApiForm |
MergeRequestFilter.getQueryParams() |
|
GitLabApiForm |
MergeRequestFilter.getQueryParams(int page,
int perPage) |
Copyright © 2018. All rights reserved.