public class ProjectApiRoot extends Object implements Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ProjectApiRoot |
fromClient(String projectKey,
io.vrap.rmf.base.client.ApiHttpClient apiHttpClient) |
ByProjectKeyImageSearchRequestBuilder |
imageSearch() |
static ProjectApiRoot |
of(String projectKey) |
ByProjectKeyRecommendationsRequestBuilder |
recommendations() |
ByProjectKeySimilaritiesRequestBuilder |
similarities() |
ByProjectKeyRequestBuilder |
with() |
ByProjectKeyRequestBuilder |
withProjectKey(String projectKey) |
public static ProjectApiRoot of(String projectKey)
public static ProjectApiRoot fromClient(String projectKey, io.vrap.rmf.base.client.ApiHttpClient apiHttpClient)
public ByProjectKeyRequestBuilder with()
public ByProjectKeyRequestBuilder withProjectKey(String projectKey)
public ByProjectKeyImageSearchRequestBuilder imageSearch()
public ByProjectKeyRecommendationsRequestBuilder recommendations()
public ByProjectKeySimilaritiesRequestBuilder similarities()
public void close()
close in interface Closeableclose in interface AutoCloseable