public final class UnlaunchRestWrapper extends Object
Modifier and Type | Method | Description |
---|---|---|
static UnlaunchRestWrapper |
create(String sdkKey,
String host,
String apiPath,
long connectionTimeOutMs,
long readTimeOutMs) |
|
String |
get(Class<String> responseType) |
|
Date |
getLastModified() |
|
javax.ws.rs.core.Response |
post(javax.ws.rs.client.Entity<?> entity) |
Invoke HTTP POST method for the current request synchronously.
|
String |
toString() |
public static UnlaunchRestWrapper create(String sdkKey, String host, String apiPath, long connectionTimeOutMs, long readTimeOutMs)
public javax.ws.rs.core.Response post(javax.ws.rs.client.Entity<?> entity)
entity
- Response
response bodypublic Date getLastModified()
Copyright © 2020 Unlaunch. All rights reserved.