public class ByProjectKeyImportSinksGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImportSinksGet,ImportSinkPagedResponse> implements Secured_by_view_import_sinksTrait<ByProjectKeyImportSinksGet>
Retrieves all import sinks of a project key.
CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importsinks.ImportSinkPagedResponse>> result = apiRoot
.withProjectKeyValue("{projectKey}")
.importSinks()
.get()
.execute()
Constructor and Description |
---|
ByProjectKeyImportSinksGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey) |
ByProjectKeyImportSinksGet(ByProjectKeyImportSinksGet t) |
Modifier and Type | Method and Description |
---|---|
ByProjectKeyImportSinksGet |
addLimit(Function<StringBuilder,StringBuilder> op)
add additional limit query parameter
|
<TValue> ByProjectKeyImportSinksGet |
addLimit(List<TValue> limit)
add additional limit query parameters
|
ByProjectKeyImportSinksGet |
addLimit(Supplier<Double> supplier)
add additional limit query parameter
|
<TValue> ByProjectKeyImportSinksGet |
addLimit(TValue limit)
add additional limit query parameter
|
ByProjectKeyImportSinksGet |
addOffset(Function<StringBuilder,StringBuilder> op)
add additional offset query parameter
|
<TValue> ByProjectKeyImportSinksGet |
addOffset(List<TValue> offset)
add additional offset query parameters
|
ByProjectKeyImportSinksGet |
addOffset(Supplier<Double> supplier)
add additional offset query parameter
|
<TValue> ByProjectKeyImportSinksGet |
addOffset(TValue offset)
add additional offset query parameter
|
ByProjectKeyImportSinksGet |
addSort(Function<StringBuilder,StringBuilder> op)
add additional sort query parameter
|
<TValue> ByProjectKeyImportSinksGet |
addSort(List<TValue> sort)
add additional sort query parameters
|
ByProjectKeyImportSinksGet |
addSort(Supplier<String> supplier)
add additional sort query parameter
|
<TValue> ByProjectKeyImportSinksGet |
addSort(TValue sort)
add additional sort query parameter
|
boolean |
equals(Object o) |
CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImportSinkPagedResponse>> |
execute(io.vrap.rmf.base.client.ApiHttpClient client) |
io.vrap.rmf.base.client.ApiHttpResponse<ImportSinkPagedResponse> |
executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client,
Duration timeout) |
List<String> |
getLimit() |
List<String> |
getOffset() |
String |
getProjectKey() |
List<String> |
getSort() |
int |
hashCode() |
void |
setProjectKey(String projectKey) |
ByProjectKeyImportSinksGet |
withLimit(Function<StringBuilder,StringBuilder> op)
set limit with the specified value
|
<TValue> ByProjectKeyImportSinksGet |
withLimit(List<TValue> limit)
set limit with the specified values
|
ByProjectKeyImportSinksGet |
withLimit(Supplier<Double> supplier)
set limit with the specified value
|
<TValue> ByProjectKeyImportSinksGet |
withLimit(TValue limit)
set limit with the specified value
|
ByProjectKeyImportSinksGet |
withOffset(Function<StringBuilder,StringBuilder> op)
set offset with the specified value
|
<TValue> ByProjectKeyImportSinksGet |
withOffset(List<TValue> offset)
set offset with the specified values
|
ByProjectKeyImportSinksGet |
withOffset(Supplier<Double> supplier)
set offset with the specified value
|
<TValue> ByProjectKeyImportSinksGet |
withOffset(TValue offset)
set offset with the specified value
|
ByProjectKeyImportSinksGet |
withSort(Function<StringBuilder,StringBuilder> op)
set sort with the specified value
|
<TValue> ByProjectKeyImportSinksGet |
withSort(List<TValue> sort)
set sort with the specified values
|
ByProjectKeyImportSinksGet |
withSort(Supplier<String> supplier)
set sort with the specified value
|
<TValue> ByProjectKeyImportSinksGet |
withSort(TValue sort)
set sort with the specified value
|
addHeader, addQueryParam, addQueryParams, contentType, createHttpRequest, execute, execute, execute, execute, execute, execute, execute, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, withoutHeader, withoutQueryParam, withQueryParam, withQueryParams
asSecured_by_view_import_sinksTrait, asSecured_by_view_import_sinksTraitToBaseType
public ByProjectKeyImportSinksGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey)
public ByProjectKeyImportSinksGet(ByProjectKeyImportSinksGet t)
public io.vrap.rmf.base.client.ApiHttpResponse<ImportSinkPagedResponse> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
executeBlocking
in interface io.vrap.rmf.base.client.ClientRequestCommand<ImportSinkPagedResponse>
executeBlocking
in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImportSinksGet,ImportSinkPagedResponse>
public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImportSinkPagedResponse>> execute(io.vrap.rmf.base.client.ApiHttpClient client)
execute
in interface io.vrap.rmf.base.client.ClientRequestCommand<ImportSinkPagedResponse>
execute
in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImportSinksGet,ImportSinkPagedResponse>
public String getProjectKey()
public void setProjectKey(String projectKey)
public <TValue> ByProjectKeyImportSinksGet withLimit(TValue limit)
public <TValue> ByProjectKeyImportSinksGet addLimit(TValue limit)
public ByProjectKeyImportSinksGet withLimit(Supplier<Double> supplier)
public ByProjectKeyImportSinksGet addLimit(Supplier<Double> supplier)
public ByProjectKeyImportSinksGet withLimit(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyImportSinksGet addLimit(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyImportSinksGet withLimit(List<TValue> limit)
public <TValue> ByProjectKeyImportSinksGet addLimit(List<TValue> limit)
public <TValue> ByProjectKeyImportSinksGet withOffset(TValue offset)
public <TValue> ByProjectKeyImportSinksGet addOffset(TValue offset)
public ByProjectKeyImportSinksGet withOffset(Supplier<Double> supplier)
public ByProjectKeyImportSinksGet addOffset(Supplier<Double> supplier)
public ByProjectKeyImportSinksGet withOffset(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyImportSinksGet addOffset(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyImportSinksGet withOffset(List<TValue> offset)
public <TValue> ByProjectKeyImportSinksGet addOffset(List<TValue> offset)
public <TValue> ByProjectKeyImportSinksGet withSort(TValue sort)
public <TValue> ByProjectKeyImportSinksGet addSort(TValue sort)
public ByProjectKeyImportSinksGet withSort(Supplier<String> supplier)
public ByProjectKeyImportSinksGet addSort(Supplier<String> supplier)
public ByProjectKeyImportSinksGet withSort(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyImportSinksGet addSort(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyImportSinksGet withSort(List<TValue> sort)
public <TValue> ByProjectKeyImportSinksGet addSort(List<TValue> sort)
public boolean equals(Object o)
public int hashCode()