Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
static DXHTTPRequest.RetryStrategy |
DXHTTPRequest.RetryStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DXHTTPRequest.RetryStrategy[] |
DXHTTPRequest.RetryStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected com.fasterxml.jackson.databind.JsonNode |
DXObject.apiCallOnObject(String method,
DXHTTPRequest.RetryStrategy retryStrategy)
Calls the specified API method on this object (with an empty input hash) and returns its
result.
|
protected com.fasterxml.jackson.databind.JsonNode |
DXObject.apiCallOnObject(String method,
com.fasterxml.jackson.databind.JsonNode input,
DXHTTPRequest.RetryStrategy retryStrategy)
Calls the specified API method on this object (with the specified input hash) and returns its
result.
|
com.fasterxml.jackson.databind.JsonNode |
DXHTTPRequest.request(String resource,
com.fasterxml.jackson.databind.JsonNode data,
DXHTTPRequest.RetryStrategy retryStrategy)
Issues a request against the specified resource and returns the result as a JSON object.
|
String |
DXHTTPRequest.request(String resource,
String data,
DXHTTPRequest.RetryStrategy retryStrategy)
Issues a request against the specified resource and returns the result as a String.
|
Copyright © 2023. All Rights Reserved.