public class ByProjectKeyImageSearchConfigGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>
Get the current image search config.
| Constructor and Description |
|---|
ByProjectKeyImageSearchConfigGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey) |
ByProjectKeyImageSearchConfigGet(ByProjectKeyImageSearchConfigGet t) |
| Modifier and Type | Method and Description |
|---|---|
io.vrap.rmf.base.client.ApiHttpRequest |
createHttpRequest() |
CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse>> |
execute() |
io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse> |
executeBlocking(Duration timeout) |
String |
getProjectKey() |
void |
setProjectKey(String projectKey) |
addHeader, addQueryParam, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriStrings, send, sendBlocking, sendBlocking, withHeader, withHeaders, withoutHeader, withoutQueryParam, withQueryParam, withQueryParamspublic ByProjectKeyImageSearchConfigGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient,
String projectKey)
public ByProjectKeyImageSearchConfigGet(ByProjectKeyImageSearchConfigGet t)
public io.vrap.rmf.base.client.ApiHttpRequest createHttpRequest()
createHttpRequest in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>public io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse> executeBlocking(Duration timeout)
executeBlocking in interface io.vrap.rmf.base.client.RequestCommand<ImageSearchConfigResponse>executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<ImageSearchConfigResponse>> execute()
execute in interface io.vrap.rmf.base.client.RequestCommand<ImageSearchConfigResponse>execute in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyImageSearchConfigGet,ImageSearchConfigResponse>public String getProjectKey()
public void setProjectKey(String projectKey)