All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
OpenBridgeConfiguration |
copyFrom(OpenBridgeConfiguration instance) |
OpenBridgeConfiguration.APIRequestDelete |
delete() |
OpenBridgeConfiguration |
fetch() |
static OpenBridgeConfiguration |
fetchById(Long id,
APIContext context) |
static OpenBridgeConfiguration |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenBridgeConfiguration> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<OpenBridgeConfiguration> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<OpenBridgeConfiguration> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<OpenBridgeConfiguration>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
OpenBridgeConfiguration.APIRequestGet |
get() |
APIContext |
getContext() |
Boolean |
getFieldActive() |
String |
getFieldEndpoint() |
String |
getFieldFallbackDomain() |
Boolean |
getFieldFallbackDomainEnabled() |
String |
getFieldHostBusinessId() |
String |
getFieldHostExternalId() |
String |
getFieldId() |
String |
getFieldInstanceId() |
String |
getFieldPixelId() |
String |
getId() |
static APIRequest.ResponseParser<OpenBridgeConfiguration> |
getParser() |
static OpenBridgeConfiguration |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<OpenBridgeConfiguration> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
OpenBridgeConfiguration.APIRequestUpdate |
update() |