Package | Description |
---|---|
co.codewizards.cloudstore.rest.client.request |
REST requests - the client's API for all REST-based client-server-communication.
|
co.codewizards.cloudstore.rest.client.transport |
REST-based transport implementation.
|
Modifier and Type | Method and Description |
---|---|
CloudStoreRestClient |
Request.getCloudStoreRestClient()
Gets the
CloudStoreRestClient . |
CloudStoreRestClient |
AbstractRequest.getCloudStoreRestClient() |
protected CloudStoreRestClient |
AbstractRequest.getCloudStoreRestClientOrFail()
Gets the
CloudStoreRestClient or throws an exception, if it was not assigned. |
Modifier and Type | Method and Description |
---|---|
void |
Request.setCloudStoreRestClient(CloudStoreRestClient cloudStoreRestClient)
Sets the
CloudStoreRestClient . |
void |
AbstractRequest.setCloudStoreRestClient(CloudStoreRestClient cloudStoreRestClient) |
Modifier and Type | Method and Description |
---|---|
protected CloudStoreRestClient |
RestRepoTransport.getClient() |
Copyright © 2013–2019. All rights reserved.