Package | Description |
---|---|
com.cisco.thunderhead.client | |
com.cisco.thunderhead.util |
Modifier and Type | Method and Description |
---|---|
<T extends BaseDbBean> |
ContextServiceClient.create(T bean)
Inspects the object, handles encryption and creating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.create(T bean,
UserAuthInfo userAuthInfo)
Inspects the object, handles encryption and creating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.update(T bean)
Inspects the object, handles encryption and updating through the proper API.
|
<T extends BaseDbBean> |
ContextServiceClient.update(T bean,
UserAuthInfo userAuthInfo)
Inspects the object, handles encryption and updating through the proper API.
|
Modifier and Type | Method and Description |
---|---|
static String |
SDKUtils.getIdFromResponse(ClientResponse response)
Simple utility to pull an id from a response.
|
static RFC3339Date |
SDKUtils.getLastUpdatedFromResponse(ClientResponse response)
Simple utility to pull the last updated date from a response.
|
Copyright © 2018. All rights reserved.