public class SDKUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getIdFromResponse(ClientResponse response)
Simple utility to pull an id from a response.
|
static String |
getIdFromUri(URI uri)
Simple utility to pull an id from a uri.
|
static String |
getIdFromUrl(String url)
Simple utility to pull an id from an url.
|
static RFC3339Date |
getLastUpdatedFromResponse(ClientResponse response)
Simple utility to pull the last updated date from a response.
|
public static String getIdFromResponse(ClientResponse response)
response
- responsepublic static RFC3339Date getLastUpdatedFromResponse(ClientResponse response)
response
- responsepublic static String getIdFromUri(URI uri)
uri
- uriCopyright © 2018. All rights reserved.