public final class DXAPI extends Object
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.JsonNode |
analysisAddTags(String objectId)
Deprecated.
Use
analysisAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
analysisAddTags(String objectId,
Class<T> outputClass)
Invokes the analysisAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
analysisAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
analysisAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
analysisAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
analysisAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
analysisAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the analysisAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
analysisAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisDescribe(String objectId)
Deprecated.
Use
analysisDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
analysisDescribe(String objectId,
Class<T> outputClass)
Invokes the analysisDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
analysisDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
analysisDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
analysisDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
analysisDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
analysisDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the analysisDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
analysisDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisRemoveTags(String objectId)
Deprecated.
Use
analysisRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
analysisRemoveTags(String objectId,
Class<T> outputClass)
Invokes the analysisRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
analysisRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
analysisRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
analysisRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
analysisRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
analysisRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the analysisRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
analysisRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisSetProperties(String objectId)
Deprecated.
Use
analysisSetProperties(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
analysisSetProperties(String objectId,
Class<T> outputClass)
Invokes the analysisSetProperties method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
analysisSetProperties(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisSetProperties(String objectId,
DXEnvironment env)
Deprecated.
Use
analysisSetProperties(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
analysisSetProperties(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
analysisSetProperties(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
analysisSetProperties(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the analysisSetProperties method with the given input, deserializing to an object of the specified class.
|
static <T> T |
analysisSetProperties(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisTerminate(String objectId)
Deprecated.
Use
analysisTerminate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
analysisTerminate(String objectId,
Class<T> outputClass)
Invokes the analysisTerminate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
analysisTerminate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisTerminate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
analysisTerminate(String objectId,
DXEnvironment env)
Deprecated.
Use
analysisTerminate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisTerminate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
analysisTerminate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
analysisTerminate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
analysisTerminate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
analysisTerminate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the analysisTerminate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
analysisTerminate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the analysisTerminate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddAuthorizedUsers(String objectId)
Deprecated.
Use
appAddAuthorizedUsers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appAddAuthorizedUsers(String objectId,
Class<T> outputClass)
Invokes the appAddAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appAddAuthorizedUsers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddAuthorizedUsers(String objectId,
DXEnvironment env)
Deprecated.
Use
appAddAuthorizedUsers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appAddAuthorizedUsers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appAddAuthorizedUsers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appAddAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appAddAuthorizedUsers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appAddAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddCategories(String objectId)
Deprecated.
Use
appAddCategories(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appAddCategories(String objectId,
Class<T> outputClass)
Invokes the appAddCategories method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appAddCategories(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddCategories method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddCategories(String objectId,
DXEnvironment env)
Deprecated.
Use
appAddCategories(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appAddCategories(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appAddCategories(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appAddCategories(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appAddCategories method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appAddCategories(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddCategories method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddDevelopers(String objectId)
Deprecated.
Use
appAddDevelopers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appAddDevelopers(String objectId,
Class<T> outputClass)
Invokes the appAddDevelopers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appAddDevelopers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddDevelopers(String objectId,
DXEnvironment env)
Deprecated.
Use
appAddDevelopers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appAddDevelopers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appAddDevelopers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appAddDevelopers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appAddDevelopers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appAddDevelopers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddTags(String objectId)
Deprecated.
Use
appAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appAddTags(String objectId,
Class<T> outputClass)
Invokes the appAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
appAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appDelete(String objectId)
Deprecated.
Use
appDelete(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appDelete(String objectId,
Class<T> outputClass)
Invokes the appDelete method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appDelete(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appDelete method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appDelete(String objectId,
DXEnvironment env)
Deprecated.
Use
appDelete(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appDelete(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appDelete(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appDelete(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appDelete(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appDelete(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appDelete method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appDelete(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appDelete method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appDescribe(String objectId)
Deprecated.
Use
appDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appDescribe(String objectId,
Class<T> outputClass)
Invokes the appDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
appDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appGet(String objectId)
Deprecated.
Use
appGet(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appGet(String objectId,
Class<T> outputClass)
Invokes the appGet method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appGet(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appGet method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appGet(String objectId,
DXEnvironment env)
Deprecated.
Use
appGet(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appGet(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appGet(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appGet(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appGet(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appGet(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appGet method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appGet(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appGet method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appInstall(String objectId)
Deprecated.
Use
appInstall(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appInstall(String objectId,
Class<T> outputClass)
Invokes the appInstall method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appInstall(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appInstall method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appInstall(String objectId,
DXEnvironment env)
Deprecated.
Use
appInstall(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appInstall(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appInstall(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appInstall(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appInstall(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appInstall(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appInstall method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appInstall(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appInstall method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletAddTags(String objectId)
Deprecated.
Use
appletAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletAddTags(String objectId,
Class<T> outputClass)
Invokes the appletAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
appletAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletDescribe(String objectId)
Deprecated.
Use
appletDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletDescribe(String objectId,
Class<T> outputClass)
Invokes the appletDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
appletDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletGet(String objectId)
Deprecated.
Use
appletGet(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletGet(String objectId,
Class<T> outputClass)
Invokes the appletGet method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletGet(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletGet method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletGet(String objectId,
DXEnvironment env)
Deprecated.
Use
appletGet(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletGet(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletGet(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletGet(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletGet(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletGet(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletGet method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletGet(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletGet method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletGetDetails(String objectId)
Deprecated.
Use
appletGetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletGetDetails(String objectId,
Class<T> outputClass)
Invokes the appletGetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletGetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletGetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
appletGetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletGetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletGetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletGetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletGetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletGetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletListProjects(String objectId)
Deprecated.
Use
appletListProjects(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletListProjects(String objectId,
Class<T> outputClass)
Invokes the appletListProjects method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletListProjects(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletListProjects(String objectId,
DXEnvironment env)
Deprecated.
Use
appletListProjects(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletListProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletListProjects(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletListProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletListProjects(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletListProjects(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletListProjects method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletListProjects(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletListProjects method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletNew()
Deprecated.
Use
appletNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
appletNew(Class<T> outputClass)
Invokes the appletNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletNew(Class<T> outputClass,
DXEnvironment env)
Invokes the appletNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletNew(DXEnvironment env)
Deprecated.
Use
appletNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletNew(Object inputObject,
Class<T> outputClass)
Invokes the appletNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
appletNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletRemoveTags(String objectId)
Deprecated.
Use
appletRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletRemoveTags(String objectId,
Class<T> outputClass)
Invokes the appletRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
appletRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletRename(String objectId)
Deprecated.
Use
appletRename(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletRename(String objectId,
Class<T> outputClass)
Invokes the appletRename method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletRename(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletRename method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletRename(String objectId,
DXEnvironment env)
Deprecated.
Use
appletRename(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletRename(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletRename(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletRename(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletRename method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletRename(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletRename method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletRun(String objectId)
Deprecated.
Use
appletRun(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletRun(String objectId,
Class<T> outputClass)
Invokes the appletRun method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletRun(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletRun method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletRun(String objectId,
DXEnvironment env)
Deprecated.
Use
appletRun(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletRun(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletRun(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletRun(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletRun(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletRun(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletRun method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletRun(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletRun method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletSetProperties(String objectId)
Deprecated.
Use
appletSetProperties(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletSetProperties(String objectId,
Class<T> outputClass)
Invokes the appletSetProperties method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletSetProperties(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletSetProperties(String objectId,
DXEnvironment env)
Deprecated.
Use
appletSetProperties(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletSetProperties(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletSetProperties(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletSetProperties(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletSetProperties method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletSetProperties(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletValidateBatch(String objectId)
Deprecated.
Use
appletValidateBatch(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appletValidateBatch(String objectId,
Class<T> outputClass)
Invokes the appletValidateBatch method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appletValidateBatch(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appletValidateBatch(String objectId,
DXEnvironment env)
Deprecated.
Use
appletValidateBatch(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletValidateBatch(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appletValidateBatch(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appletValidateBatch(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appletValidateBatch(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appletValidateBatch(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appletValidateBatch method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appletValidateBatch(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appletValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appListAuthorizedUsers(String objectId)
Deprecated.
Use
appListAuthorizedUsers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appListAuthorizedUsers(String objectId,
Class<T> outputClass)
Invokes the appListAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appListAuthorizedUsers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appListAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appListAuthorizedUsers(String objectId,
DXEnvironment env)
Deprecated.
Use
appListAuthorizedUsers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appListAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appListAuthorizedUsers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appListAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appListAuthorizedUsers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appListAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appListAuthorizedUsers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appListAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appListAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appListCategories(String objectId)
Deprecated.
Use
appListCategories(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appListCategories(String objectId,
Class<T> outputClass)
Invokes the appListCategories method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appListCategories(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appListCategories method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appListCategories(String objectId,
DXEnvironment env)
Deprecated.
Use
appListCategories(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appListCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appListCategories(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appListCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appListCategories(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appListCategories(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appListCategories method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appListCategories(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appListCategories method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appListDevelopers(String objectId)
Deprecated.
Use
appListDevelopers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appListDevelopers(String objectId,
Class<T> outputClass)
Invokes the appListDevelopers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appListDevelopers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appListDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appListDevelopers(String objectId,
DXEnvironment env)
Deprecated.
Use
appListDevelopers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appListDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appListDevelopers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appListDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appListDevelopers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appListDevelopers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appListDevelopers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appListDevelopers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appListDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appNew()
Deprecated.
Use
appNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
appNew(Class<T> outputClass)
Invokes the appNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appNew(Class<T> outputClass,
DXEnvironment env)
Invokes the appNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appNew(DXEnvironment env)
Deprecated.
Use
appNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appNew(Object inputObject,
Class<T> outputClass)
Invokes the appNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
appNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appPublish(String objectId)
Deprecated.
Use
appPublish(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appPublish(String objectId,
Class<T> outputClass)
Invokes the appPublish method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appPublish(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appPublish method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appPublish(String objectId,
DXEnvironment env)
Deprecated.
Use
appPublish(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appPublish(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appPublish(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appPublish(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appPublish(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appPublish(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appPublish method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appPublish(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appPublish method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveAuthorizedUsers(String objectId)
Deprecated.
Use
appRemoveAuthorizedUsers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveAuthorizedUsers(String objectId,
Class<T> outputClass)
Invokes the appRemoveAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveAuthorizedUsers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveAuthorizedUsers(String objectId,
DXEnvironment env)
Deprecated.
Use
appRemoveAuthorizedUsers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appRemoveAuthorizedUsers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appRemoveAuthorizedUsers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appRemoveAuthorizedUsers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveCategories(String objectId)
Deprecated.
Use
appRemoveCategories(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveCategories(String objectId,
Class<T> outputClass)
Invokes the appRemoveCategories method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveCategories(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveCategories method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveCategories(String objectId,
DXEnvironment env)
Deprecated.
Use
appRemoveCategories(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appRemoveCategories(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appRemoveCategories(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveCategories(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appRemoveCategories method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveCategories(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveCategories method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveDevelopers(String objectId)
Deprecated.
Use
appRemoveDevelopers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveDevelopers(String objectId,
Class<T> outputClass)
Invokes the appRemoveDevelopers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveDevelopers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveDevelopers(String objectId,
DXEnvironment env)
Deprecated.
Use
appRemoveDevelopers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appRemoveDevelopers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appRemoveDevelopers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveDevelopers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appRemoveDevelopers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveDevelopers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveTags(String objectId)
Deprecated.
Use
appRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveTags(String objectId,
Class<T> outputClass)
Invokes the appRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
appRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRun(String objectId)
Deprecated.
Use
appRun(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appRun(String objectId,
Class<T> outputClass)
Invokes the appRun method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appRun(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRun method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appRun(String objectId,
DXEnvironment env)
Deprecated.
Use
appRun(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRun(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appRun(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appRun(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appRun(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appRun(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appRun method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appRun(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appRun method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appUninstall(String objectId)
Deprecated.
Use
appUninstall(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appUninstall(String objectId,
Class<T> outputClass)
Invokes the appUninstall method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appUninstall(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appUninstall method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appUninstall(String objectId,
DXEnvironment env)
Deprecated.
Use
appUninstall(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appUninstall(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appUninstall(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appUninstall(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appUninstall(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appUninstall(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appUninstall method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appUninstall(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appUninstall method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appUpdate(String objectId)
Deprecated.
Use
appUpdate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appUpdate(String objectId,
Class<T> outputClass)
Invokes the appUpdate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appUpdate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appUpdate(String objectId,
DXEnvironment env)
Deprecated.
Use
appUpdate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appUpdate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appUpdate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appUpdate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appUpdate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appUpdate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appUpdate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appValidateBatch(String objectId)
Deprecated.
Use
appValidateBatch(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
appValidateBatch(String objectId,
Class<T> outputClass)
Invokes the appValidateBatch method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
appValidateBatch(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the appValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
appValidateBatch(String objectId,
DXEnvironment env)
Deprecated.
Use
appValidateBatch(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appValidateBatch(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
appValidateBatch(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
appValidateBatch(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
appValidateBatch(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
appValidateBatch(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the appValidateBatch method with the given input, deserializing to an object of the specified class.
|
static <T> T |
appValidateBatch(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the appValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerClone(String objectId)
Deprecated.
Use
containerClone(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerClone(String objectId,
Class<T> outputClass)
Invokes the containerClone method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerClone(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerClone method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerClone(String objectId,
DXEnvironment env)
Deprecated.
Use
containerClone(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerClone(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerClone(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerClone(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerClone(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerClone(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerClone method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerClone(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerClone method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerDescribe(String objectId)
Deprecated.
Use
containerDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerDescribe(String objectId,
Class<T> outputClass)
Invokes the containerDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
containerDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerDestroy(String objectId)
Deprecated.
Use
containerDestroy(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerDestroy(String objectId,
Class<T> outputClass)
Invokes the containerDestroy method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerDestroy(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerDestroy method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerDestroy(String objectId,
DXEnvironment env)
Deprecated.
Use
containerDestroy(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerDestroy(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerDestroy(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerDestroy(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerDestroy(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerDestroy(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerDestroy method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerDestroy(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerDestroy method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerListFolder(String objectId)
Deprecated.
Use
containerListFolder(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerListFolder(String objectId,
Class<T> outputClass)
Invokes the containerListFolder method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerListFolder(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerListFolder method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerListFolder(String objectId,
DXEnvironment env)
Deprecated.
Use
containerListFolder(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerListFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerListFolder(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerListFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerListFolder(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerListFolder(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerListFolder method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerListFolder(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerListFolder method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerMove(String objectId)
Deprecated.
Use
containerMove(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerMove(String objectId,
Class<T> outputClass)
Invokes the containerMove method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerMove(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerMove method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerMove(String objectId,
DXEnvironment env)
Deprecated.
Use
containerMove(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerMove(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerMove(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerMove(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerMove(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerMove(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerMove method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerMove(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerMove method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerNewFolder(String objectId)
Deprecated.
Use
containerNewFolder(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerNewFolder(String objectId,
Class<T> outputClass)
Invokes the containerNewFolder method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerNewFolder(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerNewFolder method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerNewFolder(String objectId,
DXEnvironment env)
Deprecated.
Use
containerNewFolder(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerNewFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerNewFolder(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerNewFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerNewFolder(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerNewFolder(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerNewFolder method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerNewFolder(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerNewFolder method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveFolder(String objectId)
Deprecated.
Use
containerRemoveFolder(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerRemoveFolder(String objectId,
Class<T> outputClass)
Invokes the containerRemoveFolder method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerRemoveFolder(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerRemoveFolder method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveFolder(String objectId,
DXEnvironment env)
Deprecated.
Use
containerRemoveFolder(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerRemoveFolder(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerRemoveFolder(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerRemoveFolder(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerRemoveFolder method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerRemoveFolder(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerRemoveFolder method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveObjects(String objectId)
Deprecated.
Use
containerRemoveObjects(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerRemoveObjects(String objectId,
Class<T> outputClass)
Invokes the containerRemoveObjects method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerRemoveObjects(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerRemoveObjects method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveObjects(String objectId,
DXEnvironment env)
Deprecated.
Use
containerRemoveObjects(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveObjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerRemoveObjects(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerRemoveObjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerRemoveObjects(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerRemoveObjects(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerRemoveObjects method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerRemoveObjects(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerRemoveObjects method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerRenameFolder(String objectId)
Deprecated.
Use
containerRenameFolder(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
containerRenameFolder(String objectId,
Class<T> outputClass)
Invokes the containerRenameFolder method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
containerRenameFolder(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerRenameFolder method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
containerRenameFolder(String objectId,
DXEnvironment env)
Deprecated.
Use
containerRenameFolder(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerRenameFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
containerRenameFolder(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
containerRenameFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
containerRenameFolder(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
containerRenameFolder(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the containerRenameFolder method with the given input, deserializing to an object of the specified class.
|
static <T> T |
containerRenameFolder(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the containerRenameFolder method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTags(String objectId)
Deprecated.
Use
databaseAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseAddTags(String objectId,
Class<T> outputClass)
Invokes the databaseAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTypes(String objectId)
Deprecated.
Use
databaseAddTypes(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseAddTypes(String objectId,
Class<T> outputClass)
Invokes the databaseAddTypes method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseAddTypes(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTypes(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseAddTypes(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseAddTypes(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseAddTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseAddTypes(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseAddTypes(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseAddTypes method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseAddTypes(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseClose(String objectId)
Deprecated.
Use
databaseClose(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseClose(String objectId,
Class<T> outputClass)
Invokes the databaseClose method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseClose(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseClose method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseClose(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseClose(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseClose(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseClose(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseClose(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseClose(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseClose(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseClose method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseClose(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseClose method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseDescribe(String objectId)
Deprecated.
Use
databaseDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseDescribe(String objectId,
Class<T> outputClass)
Invokes the databaseDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseDownloadFile(String objectId)
Deprecated.
Use
databaseDownloadFile(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseDownloadFile(String objectId,
Class<T> outputClass)
Invokes the databaseDownloadFile method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseDownloadFile(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseDownloadFile method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseDownloadFile(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseDownloadFile(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseDownloadFile(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseDownloadFile(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseDownloadFile(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseDownloadFile(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseDownloadFile(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseDownloadFile method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseDownloadFile(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseDownloadFile method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseGetDetails(String objectId)
Deprecated.
Use
databaseGetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseGetDetails(String objectId,
Class<T> outputClass)
Invokes the databaseGetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseGetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseGetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseGetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseGetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseGetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseGetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseGetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseGetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseListFolder(String objectId)
Deprecated.
Use
databaseListFolder(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseListFolder(String objectId,
Class<T> outputClass)
Invokes the databaseListFolder method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseListFolder(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseListFolder method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseListFolder(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseListFolder(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseListFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseListFolder(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseListFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseListFolder(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseListFolder(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseListFolder method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseListFolder(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseListFolder method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseListProjects(String objectId)
Deprecated.
Use
databaseListProjects(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseListProjects(String objectId,
Class<T> outputClass)
Invokes the databaseListProjects method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseListProjects(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseListProjects(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseListProjects(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseListProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseListProjects(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseListProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseListProjects(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseListProjects(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseListProjects method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseListProjects(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseListProjects method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRelocate(String objectId)
Deprecated.
Use
databaseRelocate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseRelocate(String objectId,
Class<T> outputClass)
Invokes the databaseRelocate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseRelocate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRelocate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRelocate(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseRelocate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRelocate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseRelocate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRelocate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseRelocate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseRelocate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseRelocate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseRelocate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRelocate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTags(String objectId)
Deprecated.
Use
databaseRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseRemoveTags(String objectId,
Class<T> outputClass)
Invokes the databaseRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTypes(String objectId)
Deprecated.
Use
databaseRemoveTypes(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseRemoveTypes(String objectId,
Class<T> outputClass)
Invokes the databaseRemoveTypes method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseRemoveTypes(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTypes(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseRemoveTypes(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseRemoveTypes(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRemoveTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseRemoveTypes(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseRemoveTypes(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseRemoveTypes method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseRemoveTypes(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRename(String objectId)
Deprecated.
Use
databaseRename(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseRename(String objectId,
Class<T> outputClass)
Invokes the databaseRename method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseRename(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRename method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseRename(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseRename(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseRename(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseRename(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseRename(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseRename method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseRename(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseRename method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseSetDetails(String objectId)
Deprecated.
Use
databaseSetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseSetDetails(String objectId,
Class<T> outputClass)
Invokes the databaseSetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseSetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseSetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseSetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseSetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseSetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseSetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseSetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseSetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseSetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseSetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseSetProperties(String objectId)
Deprecated.
Use
databaseSetProperties(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseSetProperties(String objectId,
Class<T> outputClass)
Invokes the databaseSetProperties method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseSetProperties(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseSetProperties(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseSetProperties(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseSetProperties(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseSetProperties(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseSetProperties(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseSetProperties method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseSetProperties(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseSetVisibility(String objectId)
Deprecated.
Use
databaseSetVisibility(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
databaseSetVisibility(String objectId,
Class<T> outputClass)
Invokes the databaseSetVisibility method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
databaseSetVisibility(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
databaseSetVisibility(String objectId,
DXEnvironment env)
Deprecated.
Use
databaseSetVisibility(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseSetVisibility(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
databaseSetVisibility(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
databaseSetVisibility(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
databaseSetVisibility(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
databaseSetVisibility(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the databaseSetVisibility method with the given input, deserializing to an object of the specified class.
|
static <T> T |
databaseSetVisibility(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the databaseSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTags(String objectId)
Deprecated.
Use
dbclusterAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterAddTags(String objectId,
Class<T> outputClass)
Invokes the dbclusterAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTypes(String objectId)
Deprecated.
Use
dbclusterAddTypes(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterAddTypes(String objectId,
Class<T> outputClass)
Invokes the dbclusterAddTypes method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterAddTypes(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTypes(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterAddTypes(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterAddTypes(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterAddTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterAddTypes(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterAddTypes(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterAddTypes method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterAddTypes(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterDescribe(String objectId)
Deprecated.
Use
dbclusterDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterDescribe(String objectId,
Class<T> outputClass)
Invokes the dbclusterDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterGetDetails(String objectId)
Deprecated.
Use
dbclusterGetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterGetDetails(String objectId,
Class<T> outputClass)
Invokes the dbclusterGetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterGetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterGetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterGetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterGetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterGetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterGetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterGetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterGetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterNew()
Deprecated.
Use
dbclusterNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterNew(Class<T> outputClass)
Invokes the dbclusterNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterNew(Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterNew(DXEnvironment env)
Deprecated.
Use
dbclusterNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterNew(Object inputObject,
Class<T> outputClass)
Invokes the dbclusterNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTags(String objectId)
Deprecated.
Use
dbclusterRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterRemoveTags(String objectId,
Class<T> outputClass)
Invokes the dbclusterRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTypes(String objectId)
Deprecated.
Use
dbclusterRemoveTypes(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterRemoveTypes(String objectId,
Class<T> outputClass)
Invokes the dbclusterRemoveTypes method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterRemoveTypes(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTypes(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterRemoveTypes(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterRemoveTypes(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRemoveTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterRemoveTypes(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterRemoveTypes(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterRemoveTypes method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterRemoveTypes(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRename(String objectId)
Deprecated.
Use
dbclusterRename(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterRename(String objectId,
Class<T> outputClass)
Invokes the dbclusterRename method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterRename(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterRename method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRename(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterRename(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterRename(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterRename(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterRename(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterRename method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterRename(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterRename method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetDetails(String objectId)
Deprecated.
Use
dbclusterSetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterSetDetails(String objectId,
Class<T> outputClass)
Invokes the dbclusterSetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterSetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterSetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterSetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterSetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterSetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterSetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterSetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetProperties(String objectId)
Deprecated.
Use
dbclusterSetProperties(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterSetProperties(String objectId,
Class<T> outputClass)
Invokes the dbclusterSetProperties method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterSetProperties(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetProperties(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterSetProperties(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterSetProperties(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterSetProperties(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterSetProperties(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterSetProperties method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterSetProperties(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetVisibility(String objectId)
Deprecated.
Use
dbclusterSetVisibility(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterSetVisibility(String objectId,
Class<T> outputClass)
Invokes the dbclusterSetVisibility method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterSetVisibility(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetVisibility(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterSetVisibility(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetVisibility(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterSetVisibility(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterSetVisibility(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterSetVisibility(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterSetVisibility(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterSetVisibility method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterSetVisibility(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStart(String objectId)
Deprecated.
Use
dbclusterStart(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterStart(String objectId,
Class<T> outputClass)
Invokes the dbclusterStart method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterStart(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterStart method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStart(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterStart(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStart(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterStart(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStart(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterStart(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterStart(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterStart method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterStart(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterStart method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStop(String objectId)
Deprecated.
Use
dbclusterStop(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterStop(String objectId,
Class<T> outputClass)
Invokes the dbclusterStop method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterStop(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterStop method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStop(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterStop(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStop(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterStop(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterStop(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterStop(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterStop(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterStop method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterStop(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterStop method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterTerminate(String objectId)
Deprecated.
Use
dbclusterTerminate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterTerminate(String objectId,
Class<T> outputClass)
Invokes the dbclusterTerminate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterTerminate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterTerminate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
dbclusterTerminate(String objectId,
DXEnvironment env)
Deprecated.
Use
dbclusterTerminate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterTerminate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
dbclusterTerminate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
dbclusterTerminate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
dbclusterTerminate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
dbclusterTerminate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the dbclusterTerminate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
dbclusterTerminate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the dbclusterTerminate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileAddTags(String objectId)
Deprecated.
Use
fileAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileAddTags(String objectId,
Class<T> outputClass)
Invokes the fileAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
fileAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileAddTypes(String objectId)
Deprecated.
Use
fileAddTypes(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileAddTypes(String objectId,
Class<T> outputClass)
Invokes the fileAddTypes method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileAddTypes(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileAddTypes(String objectId,
DXEnvironment env)
Deprecated.
Use
fileAddTypes(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileAddTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileAddTypes(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileAddTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileAddTypes(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileAddTypes(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileAddTypes method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileAddTypes(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileAddTypes method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileClose(String objectId)
Deprecated.
Use
fileClose(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileClose(String objectId,
Class<T> outputClass)
Invokes the fileClose method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileClose(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileClose method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileClose(String objectId,
DXEnvironment env)
Deprecated.
Use
fileClose(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileClose(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileClose(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileClose(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileClose(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileClose(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileClose method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileClose(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileClose method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileDescribe(String objectId)
Deprecated.
Use
fileDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileDescribe(String objectId,
Class<T> outputClass)
Invokes the fileDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
fileDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileDownload(String objectId)
Deprecated.
Use
fileDownload(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileDownload(String objectId,
Class<T> outputClass)
Invokes the fileDownload method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileDownload(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileDownload method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileDownload(String objectId,
DXEnvironment env)
Deprecated.
Use
fileDownload(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileDownload(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileDownload(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileDownload(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileDownload(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileDownload(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileDownload method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileDownload(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileDownload method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileGetDetails(String objectId)
Deprecated.
Use
fileGetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileGetDetails(String objectId,
Class<T> outputClass)
Invokes the fileGetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileGetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileGetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
fileGetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileGetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileGetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileGetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileGetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileGetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileGetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileGetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileListProjects(String objectId)
Deprecated.
Use
fileListProjects(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileListProjects(String objectId,
Class<T> outputClass)
Invokes the fileListProjects method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileListProjects(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileListProjects method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileListProjects(String objectId,
DXEnvironment env)
Deprecated.
Use
fileListProjects(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileListProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileListProjects(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileListProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileListProjects(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileListProjects(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileListProjects method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileListProjects(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileListProjects method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileNew()
Deprecated.
Use
fileNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
fileNew(Class<T> outputClass)
Invokes the fileNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileNew(Class<T> outputClass,
DXEnvironment env)
Invokes the fileNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileNew(DXEnvironment env)
Deprecated.
Use
fileNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileNew(Object inputObject,
Class<T> outputClass)
Invokes the fileNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
fileNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTags(String objectId)
Deprecated.
Use
fileRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileRemoveTags(String objectId,
Class<T> outputClass)
Invokes the fileRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
fileRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTypes(String objectId)
Deprecated.
Use
fileRemoveTypes(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileRemoveTypes(String objectId,
Class<T> outputClass)
Invokes the fileRemoveTypes method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileRemoveTypes(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTypes(String objectId,
DXEnvironment env)
Deprecated.
Use
fileRemoveTypes(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileRemoveTypes(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileRemoveTypes(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileRemoveTypes(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileRemoveTypes(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileRemoveTypes method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileRemoveTypes(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileRename(String objectId)
Deprecated.
Use
fileRename(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileRename(String objectId,
Class<T> outputClass)
Invokes the fileRename method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileRename(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileRename method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileRename(String objectId,
DXEnvironment env)
Deprecated.
Use
fileRename(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileRename(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileRename(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileRename(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileRename(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileRename method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileRename(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileRename method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileSetDetails(String objectId)
Deprecated.
Use
fileSetDetails(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileSetDetails(String objectId,
Class<T> outputClass)
Invokes the fileSetDetails method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileSetDetails(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileSetDetails(String objectId,
DXEnvironment env)
Deprecated.
Use
fileSetDetails(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileSetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileSetDetails(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileSetDetails(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileSetDetails(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileSetDetails(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileSetDetails method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileSetDetails(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileSetDetails method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileSetProperties(String objectId)
Deprecated.
Use
fileSetProperties(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileSetProperties(String objectId,
Class<T> outputClass)
Invokes the fileSetProperties method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileSetProperties(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileSetProperties(String objectId,
DXEnvironment env)
Deprecated.
Use
fileSetProperties(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileSetProperties(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileSetProperties(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileSetProperties(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileSetProperties method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileSetProperties(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileSetVisibility(String objectId)
Deprecated.
Use
fileSetVisibility(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileSetVisibility(String objectId,
Class<T> outputClass)
Invokes the fileSetVisibility method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileSetVisibility(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileSetVisibility(String objectId,
DXEnvironment env)
Deprecated.
Use
fileSetVisibility(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileSetVisibility(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileSetVisibility(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileSetVisibility(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileSetVisibility(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileSetVisibility(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileSetVisibility method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileSetVisibility(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileUpload(String objectId)
Deprecated.
Use
fileUpload(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
fileUpload(String objectId,
Class<T> outputClass)
Invokes the fileUpload method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
fileUpload(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileUpload method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
fileUpload(String objectId,
DXEnvironment env)
Deprecated.
Use
fileUpload(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileUpload(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
fileUpload(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
fileUpload(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
fileUpload(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
fileUpload(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the fileUpload method with the given input, deserializing to an object of the specified class.
|
static <T> T |
fileUpload(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the fileUpload method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddAuthorizedUsers(String objectId)
Deprecated.
Use
globalWorkflowAddAuthorizedUsers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddAuthorizedUsers(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowAddAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddAuthorizedUsers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddAuthorizedUsers(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddAuthorizedUsers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowAddAuthorizedUsers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddAuthorizedUsers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowAddAuthorizedUsers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddCategories(String objectId)
Deprecated.
Use
globalWorkflowAddCategories(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddCategories(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowAddCategories method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddCategories(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddCategories method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddCategories(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddCategories(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowAddCategories(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddCategories(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddCategories(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowAddCategories method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddCategories(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddCategories method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddDevelopers(String objectId)
Deprecated.
Use
globalWorkflowAddDevelopers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddDevelopers(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowAddDevelopers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddDevelopers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddDevelopers(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddDevelopers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowAddDevelopers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddDevelopers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddDevelopers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowAddDevelopers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddDevelopers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddTags(String objectId)
Deprecated.
Use
globalWorkflowAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddTags(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDelete(String objectId)
Deprecated.
Use
globalWorkflowDelete(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowDelete(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowDelete method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowDelete(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowDelete method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDelete(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowDelete(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDelete(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowDelete(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDelete(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowDelete(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowDelete(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowDelete method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowDelete(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowDelete method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDescribe(String objectId)
Deprecated.
Use
globalWorkflowDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowDescribe(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListAuthorizedUsers(String objectId)
Deprecated.
Use
globalWorkflowListAuthorizedUsers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowListAuthorizedUsers(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowListAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowListAuthorizedUsers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowListAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListAuthorizedUsers(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowListAuthorizedUsers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowListAuthorizedUsers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowListAuthorizedUsers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowListAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowListAuthorizedUsers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowListAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowListAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListCategories(String objectId)
Deprecated.
Use
globalWorkflowListCategories(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowListCategories(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowListCategories method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowListCategories(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowListCategories method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListCategories(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowListCategories(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowListCategories(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowListCategories(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowListCategories(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowListCategories method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowListCategories(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowListCategories method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListDevelopers(String objectId)
Deprecated.
Use
globalWorkflowListDevelopers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowListDevelopers(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowListDevelopers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowListDevelopers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowListDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListDevelopers(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowListDevelopers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowListDevelopers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowListDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowListDevelopers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowListDevelopers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowListDevelopers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowListDevelopers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowListDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowNew()
Deprecated.
Use
globalWorkflowNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowNew(Class<T> outputClass)
Invokes the globalWorkflowNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowNew(Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowNew(DXEnvironment env)
Deprecated.
Use
globalWorkflowNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowNew(Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowPublish(String objectId)
Deprecated.
Use
globalWorkflowPublish(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowPublish(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowPublish method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowPublish(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowPublish method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowPublish(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowPublish(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowPublish(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowPublish(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowPublish(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowPublish(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowPublish(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowPublish method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowPublish(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowPublish method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveAuthorizedUsers(String objectId)
Deprecated.
Use
globalWorkflowRemoveAuthorizedUsers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveAuthorizedUsers(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowRemoveAuthorizedUsers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveAuthorizedUsers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveAuthorizedUsers(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveAuthorizedUsers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowRemoveAuthorizedUsers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveAuthorizedUsers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveAuthorizedUsers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowRemoveAuthorizedUsers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveAuthorizedUsers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveCategories(String objectId)
Deprecated.
Use
globalWorkflowRemoveCategories(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveCategories(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowRemoveCategories method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveCategories(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveCategories method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveCategories(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveCategories(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowRemoveCategories(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveCategories(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveCategories(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveCategories(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowRemoveCategories method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveCategories(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveCategories method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveDevelopers(String objectId)
Deprecated.
Use
globalWorkflowRemoveDevelopers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveDevelopers(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowRemoveDevelopers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveDevelopers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveDevelopers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveDevelopers(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveDevelopers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowRemoveDevelopers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveDevelopers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveDevelopers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveDevelopers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowRemoveDevelopers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveDevelopers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveDevelopers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveTags(String objectId)
Deprecated.
Use
globalWorkflowRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveTags(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRun(String objectId)
Deprecated.
Use
globalWorkflowRun(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRun(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowRun method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRun(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRun method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRun(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRun(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRun(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowRun(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowRun(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowRun(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowRun(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowRun method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowRun(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowRun method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowUpdate(String objectId)
Deprecated.
Use
globalWorkflowUpdate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowUpdate(String objectId,
Class<T> outputClass)
Invokes the globalWorkflowUpdate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowUpdate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowUpdate(String objectId,
DXEnvironment env)
Deprecated.
Use
globalWorkflowUpdate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
globalWorkflowUpdate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
globalWorkflowUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
globalWorkflowUpdate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
globalWorkflowUpdate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the globalWorkflowUpdate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
globalWorkflowUpdate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the globalWorkflowUpdate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobAddTags(String objectId)
Deprecated.
Use
jobAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobAddTags(String objectId,
Class<T> outputClass)
Invokes the jobAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
jobAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobDescribe(String objectId)
Deprecated.
Use
jobDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobDescribe(String objectId,
Class<T> outputClass)
Invokes the jobDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
jobDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobGetLog(String objectId)
Deprecated.
Use
jobGetLog(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobGetLog(String objectId,
Class<T> outputClass)
Invokes the jobGetLog method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobGetLog(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobGetLog method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobGetLog(String objectId,
DXEnvironment env)
Deprecated.
Use
jobGetLog(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobGetLog(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobGetLog(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobGetLog(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobGetLog(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobGetLog(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobGetLog method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobGetLog(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobGetLog method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobNew()
Deprecated.
Use
jobNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
jobNew(Class<T> outputClass)
Invokes the jobNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobNew(Class<T> outputClass,
DXEnvironment env)
Invokes the jobNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobNew(DXEnvironment env)
Deprecated.
Use
jobNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobNew(Object inputObject,
Class<T> outputClass)
Invokes the jobNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
jobNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobRemoveTags(String objectId)
Deprecated.
Use
jobRemoveTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobRemoveTags(String objectId,
Class<T> outputClass)
Invokes the jobRemoveTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobRemoveTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobRemoveTags(String objectId,
DXEnvironment env)
Deprecated.
Use
jobRemoveTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobRemoveTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobRemoveTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobRemoveTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobRemoveTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobRemoveTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobSetProperties(String objectId)
Deprecated.
Use
jobSetProperties(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobSetProperties(String objectId,
Class<T> outputClass)
Invokes the jobSetProperties method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobSetProperties(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobSetProperties(String objectId,
DXEnvironment env)
Deprecated.
Use
jobSetProperties(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobSetProperties(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobSetProperties(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobSetProperties(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobSetProperties(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobSetProperties method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobSetProperties(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobSetProperties method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobTerminate(String objectId)
Deprecated.
Use
jobTerminate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobTerminate(String objectId,
Class<T> outputClass)
Invokes the jobTerminate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobTerminate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobTerminate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobTerminate(String objectId,
DXEnvironment env)
Deprecated.
Use
jobTerminate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobTerminate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobTerminate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobTerminate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobTerminate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobTerminate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobTerminate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobTerminate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobTerminate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobUpdate(String objectId)
Deprecated.
Use
jobUpdate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
jobUpdate(String objectId,
Class<T> outputClass)
Invokes the jobUpdate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
jobUpdate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
jobUpdate(String objectId,
DXEnvironment env)
Deprecated.
Use
jobUpdate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
jobUpdate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
jobUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
jobUpdate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
jobUpdate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the jobUpdate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
jobUpdate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the jobUpdate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
notificationsGet()
Deprecated.
Use
notificationsGet(Class) instead and supply your own class to deserialize to. |
static <T> T |
notificationsGet(Class<T> outputClass)
Invokes the notificationsGet method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
notificationsGet(Class<T> outputClass,
DXEnvironment env)
Invokes the notificationsGet method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
notificationsGet(DXEnvironment env)
Deprecated.
Use
notificationsGet(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
notificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
notificationsGet(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
notificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
notificationsGet(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
notificationsGet(Object inputObject,
Class<T> outputClass)
Invokes the notificationsGet method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
notificationsGet(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the notificationsGet method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
notificationsMarkRead()
Deprecated.
Use
notificationsMarkRead(Class) instead and supply your own class to deserialize to. |
static <T> T |
notificationsMarkRead(Class<T> outputClass)
Invokes the notificationsMarkRead method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
notificationsMarkRead(Class<T> outputClass,
DXEnvironment env)
Invokes the notificationsMarkRead method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
notificationsMarkRead(DXEnvironment env)
Deprecated.
Use
notificationsMarkRead(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
notificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
notificationsMarkRead(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
notificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
notificationsMarkRead(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
notificationsMarkRead(Object inputObject,
Class<T> outputClass)
Invokes the notificationsMarkRead method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
notificationsMarkRead(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the notificationsMarkRead method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgDescribe(String objectId)
Deprecated.
Use
orgDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgDescribe(String objectId,
Class<T> outputClass)
Invokes the orgDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
orgDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgFindApps(String objectId)
Deprecated.
Use
orgFindApps(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgFindApps(String objectId,
Class<T> outputClass)
Invokes the orgFindApps method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgFindApps(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgFindApps method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgFindApps(String objectId,
DXEnvironment env)
Deprecated.
Use
orgFindApps(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgFindApps(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgFindApps(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgFindApps(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgFindApps(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgFindApps(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgFindApps method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgFindApps(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgFindApps method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgFindMembers(String objectId)
Deprecated.
Use
orgFindMembers(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgFindMembers(String objectId,
Class<T> outputClass)
Invokes the orgFindMembers method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgFindMembers(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgFindMembers method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgFindMembers(String objectId,
DXEnvironment env)
Deprecated.
Use
orgFindMembers(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgFindMembers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgFindMembers(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgFindMembers(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgFindMembers(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgFindMembers(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgFindMembers method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgFindMembers(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgFindMembers method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgFindProjects(String objectId)
Deprecated.
Use
orgFindProjects(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgFindProjects(String objectId,
Class<T> outputClass)
Invokes the orgFindProjects method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgFindProjects(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgFindProjects method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgFindProjects(String objectId,
DXEnvironment env)
Deprecated.
Use
orgFindProjects(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgFindProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgFindProjects(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgFindProjects(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgFindProjects(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgFindProjects(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgFindProjects method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgFindProjects(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgFindProjects method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgInvite(String objectId)
Deprecated.
Use
orgInvite(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgInvite(String objectId,
Class<T> outputClass)
Invokes the orgInvite method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgInvite(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgInvite method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgInvite(String objectId,
DXEnvironment env)
Deprecated.
Use
orgInvite(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgInvite(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgInvite(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgInvite(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgInvite(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgInvite(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgInvite method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgInvite(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgInvite method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgNew()
Deprecated.
Use
orgNew(Class) instead and supply your own class to deserialize to. |
static <T> T |
orgNew(Class<T> outputClass)
Invokes the orgNew method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgNew(Class<T> outputClass,
DXEnvironment env)
Invokes the orgNew method with an empty input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgNew(DXEnvironment env)
Deprecated.
Use
orgNew(Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgNew(Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgNew(com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgNew(Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgNew(Object inputObject,
Class<T> outputClass)
Invokes the orgNew method with the specified input, deserializing to an object of the specified class.
|
static <T> T |
orgNew(Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgNew method with the specified input using the specified environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgRemoveMember(String objectId)
Deprecated.
Use
orgRemoveMember(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgRemoveMember(String objectId,
Class<T> outputClass)
Invokes the orgRemoveMember method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgRemoveMember(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgRemoveMember method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgRemoveMember(String objectId,
DXEnvironment env)
Deprecated.
Use
orgRemoveMember(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgRemoveMember(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgRemoveMember(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgRemoveMember(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgRemoveMember(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgRemoveMember(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgRemoveMember method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgRemoveMember(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgRemoveMember method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgSetMemberAccess(String objectId)
Deprecated.
Use
orgSetMemberAccess(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgSetMemberAccess(String objectId,
Class<T> outputClass)
Invokes the orgSetMemberAccess method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgSetMemberAccess(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgSetMemberAccess method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgSetMemberAccess(String objectId,
DXEnvironment env)
Deprecated.
Use
orgSetMemberAccess(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgSetMemberAccess(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgSetMemberAccess(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgSetMemberAccess(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgSetMemberAccess(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgSetMemberAccess(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgSetMemberAccess method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgSetMemberAccess(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgSetMemberAccess method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgUpdate(String objectId)
Deprecated.
Use
orgUpdate(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
orgUpdate(String objectId,
Class<T> outputClass)
Invokes the orgUpdate method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
orgUpdate(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgUpdate method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
orgUpdate(String objectId,
DXEnvironment env)
Deprecated.
Use
orgUpdate(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
orgUpdate(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
orgUpdate(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
orgUpdate(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
orgUpdate(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the orgUpdate method with the given input, deserializing to an object of the specified class.
|
static <T> T |
orgUpdate(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the orgUpdate method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectAddTags(String objectId)
Deprecated.
Use
projectAddTags(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectAddTags(String objectId,
Class<T> outputClass)
Invokes the projectAddTags method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectAddTags(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectAddTags method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectAddTags(String objectId,
DXEnvironment env)
Deprecated.
Use
projectAddTags(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectAddTags(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectAddTags(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectAddTags(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectAddTags(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectAddTags method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectAddTags(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectAddTags method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectArchive(String objectId)
Deprecated.
Use
projectArchive(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectArchive(String objectId,
Class<T> outputClass)
Invokes the projectArchive method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectArchive(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectArchive method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectArchive(String objectId,
DXEnvironment env)
Deprecated.
Use
projectArchive(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectArchive(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectArchive(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectArchive(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectArchive(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectArchive(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectArchive method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectArchive(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectArchive method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectClone(String objectId)
Deprecated.
Use
projectClone(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectClone(String objectId,
Class<T> outputClass)
Invokes the projectClone method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectClone(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectClone method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectClone(String objectId,
DXEnvironment env)
Deprecated.
Use
projectClone(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectClone(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectClone(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectClone(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectClone(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectClone(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectClone method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectClone(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectClone method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectDecreasePermissions(String objectId)
Deprecated.
Use
projectDecreasePermissions(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectDecreasePermissions(String objectId,
Class<T> outputClass)
Invokes the projectDecreasePermissions method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectDecreasePermissions(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectDecreasePermissions method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectDecreasePermissions(String objectId,
DXEnvironment env)
Deprecated.
Use
projectDecreasePermissions(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectDecreasePermissions(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectDecreasePermissions(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectDecreasePermissions(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectDecreasePermissions(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectDecreasePermissions(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectDecreasePermissions method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectDecreasePermissions(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectDecreasePermissions method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectDescribe(String objectId)
Deprecated.
Use
projectDescribe(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectDescribe(String objectId,
Class<T> outputClass)
Invokes the projectDescribe method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectDescribe(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectDescribe method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectDescribe(String objectId,
DXEnvironment env)
Deprecated.
Use
projectDescribe(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectDescribe(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectDescribe(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectDescribe(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectDescribe(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectDescribe method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectDescribe(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectDescribe method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectDestroy(String objectId)
Deprecated.
Use
projectDestroy(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectDestroy(String objectId,
Class<T> outputClass)
Invokes the projectDestroy method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectDestroy(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectDestroy method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectDestroy(String objectId,
DXEnvironment env)
Deprecated.
Use
projectDestroy(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectDestroy(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectDestroy(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectDestroy(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectDestroy(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectDestroy(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectDestroy method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectDestroy(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectDestroy method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectInvite(String objectId)
Deprecated.
Use
projectInvite(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectInvite(String objectId,
Class<T> outputClass)
Invokes the projectInvite method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectInvite(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectInvite method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectInvite(String objectId,
DXEnvironment env)
Deprecated.
Use
projectInvite(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectInvite(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectInvite(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectInvite(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectInvite(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectInvite(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectInvite method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectInvite(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectInvite method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectLeave(String objectId)
Deprecated.
Use
projectLeave(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectLeave(String objectId,
Class<T> outputClass)
Invokes the projectLeave method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectLeave(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectLeave method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectLeave(String objectId,
DXEnvironment env)
Deprecated.
Use
projectLeave(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectLeave(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectLeave(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectLeave(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectLeave(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectLeave(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectLeave method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectLeave(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectLeave method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectListFolder(String objectId)
Deprecated.
Use
projectListFolder(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectListFolder(String objectId,
Class<T> outputClass)
Invokes the projectListFolder method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectListFolder(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectListFolder method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectListFolder(String objectId,
DXEnvironment env)
Deprecated.
Use
projectListFolder(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectListFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectListFolder(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectListFolder(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
Deprecated.
Use
projectListFolder(String, Object, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static <T> T |
projectListFolder(String objectId,
Object inputObject,
Class<T> outputClass)
Invokes the projectListFolder method with the given input, deserializing to an object of the specified class.
|
static <T> T |
projectListFolder(String objectId,
Object inputObject,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectListFolder method with the given input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectMove(String objectId)
Deprecated.
Use
projectMove(String, Class) instead and supply your own class to deserialize to. |
static <T> T |
projectMove(String objectId,
Class<T> outputClass)
Invokes the projectMove method with an empty input, deserializing to an object of the specified class.
|
static <T> T |
projectMove(String objectId,
Class<T> outputClass,
DXEnvironment env)
Invokes the projectMove method with an empty input using the given environment, deserializing to an object of the specified class.
|
static com.fasterxml.jackson.databind.JsonNode |
projectMove(String objectId,
DXEnvironment env)
Deprecated.
Use
projectMove(String, Class, DXEnvironment) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectMove(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.
Use
projectMove(String, Object, Class) instead and supply your own class to deserialize to. |
static com.fasterxml.jackson.databind.JsonNode |
projectMove(String objectId,
com.fasterxml.jackson.databind.JsonNode inputParams,
DXEnvironment env)
|