public class ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet,ImportOperationPagedResponse> implements Secured_by_view_customersTrait<ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet>
Retrieves all customer import operations of an import sink key.
CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importoperations.ImportOperationPagedResponse>> result = apiRoot
.withProjectKeyValue("{projectKey}")
.customers()
.importSinkKeyWithImportSinkKeyValue("{importSinkKey}")
.importOperations()
.get()
.execute()
Constructor and Description |
---|
ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey,
String importSinkKey) |
ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet(ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet t) |
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_customersTrait, asSecured_by_view_customersTraitToBaseType
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String importSinkKey)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet(ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet t)
public io.vrap.rmf.base.client.ApiHttpResponse<ImportOperationPagedResponse> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
executeBlocking
in interface io.vrap.rmf.base.client.ClientRequestCommand<ImportOperationPagedResponse>
executeBlocking
in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet,ImportOperationPagedResponse>
public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImportOperationPagedResponse>> execute(io.vrap.rmf.base.client.ApiHttpClient client)
execute
in interface io.vrap.rmf.base.client.ClientRequestCommand<ImportOperationPagedResponse>
execute
in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet,ImportOperationPagedResponse>
public String getProjectKey()
public String getImportSinkKey()
public void setProjectKey(String projectKey)
public void setImportSinkKey(String importSinkKey)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withLimit(TValue limit)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addLimit(TValue limit)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withLimit(Supplier<Double> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addLimit(Supplier<Double> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withLimit(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addLimit(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withLimit(List<TValue> limit)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addLimit(List<TValue> limit)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withOffset(TValue offset)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addOffset(TValue offset)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withOffset(Supplier<Double> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addOffset(Supplier<Double> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withOffset(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addOffset(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withOffset(List<TValue> offset)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addOffset(List<TValue> offset)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withSort(TValue sort)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addSort(TValue sort)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withSort(Supplier<String> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addSort(Supplier<String> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withSort(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addSort(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withSort(List<TValue> sort)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addSort(List<TValue> sort)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withResourceKey(TValue resourceKey)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addResourceKey(TValue resourceKey)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withResourceKey(Supplier<String> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addResourceKey(Supplier<String> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withResourceKey(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addResourceKey(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withResourceKey(List<TValue> resourceKey)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addResourceKey(List<TValue> resourceKey)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withState(TValue state)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addState(TValue state)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withState(Supplier<ProcessingState> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addState(Supplier<ProcessingState> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withState(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addState(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withState(List<TValue> state)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addState(List<TValue> state)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withDebug(TValue debug)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addDebug(TValue debug)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withDebug(Supplier<Boolean> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addDebug(Supplier<Boolean> supplier)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withDebug(Function<StringBuilder,StringBuilder> op)
public ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addDebug(Function<StringBuilder,StringBuilder> op)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet withDebug(List<TValue> debug)
public <TValue> ByProjectKeyCustomersImportSinkKeyByImportSinkKeyImportOperationsGet addDebug(List<TValue> debug)
public boolean equals(Object o)
public int hashCode()