Class DXAPI
- java.lang.Object
-
- com.dnanexus.DXAPI
-
public final class DXAPI extends Object
Utility class containing low-level wrappers for invoking DNAnexus API methods.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.JsonNodeanalysisAddTags(String objectId)Deprecated.UseanalysisAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisAddTags(String objectId, DXEnvironment env)Deprecated.UseanalysisAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseanalysisAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseanalysisAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TanalysisAddTags(String objectId, Class<T> outputClass)Invokes the analysisAddTags method with an empty input, deserializing to an object of the specified class.static <T> TanalysisAddTags(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 <T> TanalysisAddTags(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> TanalysisAddTags(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.JsonNodeanalysisDescribe(String objectId)Deprecated.UseanalysisDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisDescribe(String objectId, DXEnvironment env)Deprecated.UseanalysisDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseanalysisDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseanalysisDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TanalysisDescribe(String objectId, Class<T> outputClass)Invokes the analysisDescribe method with an empty input, deserializing to an object of the specified class.static <T> TanalysisDescribe(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 <T> TanalysisDescribe(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> TanalysisDescribe(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.JsonNodeanalysisRemoveTags(String objectId)Deprecated.UseanalysisRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisRemoveTags(String objectId, DXEnvironment env)Deprecated.UseanalysisRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseanalysisRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseanalysisRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TanalysisRemoveTags(String objectId, Class<T> outputClass)Invokes the analysisRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TanalysisRemoveTags(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 <T> TanalysisRemoveTags(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> TanalysisRemoveTags(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.JsonNodeanalysisSetProperties(String objectId)Deprecated.UseanalysisSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisSetProperties(String objectId, DXEnvironment env)Deprecated.UseanalysisSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseanalysisSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseanalysisSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TanalysisSetProperties(String objectId, Class<T> outputClass)Invokes the analysisSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TanalysisSetProperties(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 <T> TanalysisSetProperties(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> TanalysisSetProperties(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.JsonNodeanalysisTerminate(String objectId)Deprecated.UseanalysisTerminate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisTerminate(String objectId, DXEnvironment env)Deprecated.UseanalysisTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseanalysisTerminate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeanalysisTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseanalysisTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TanalysisTerminate(String objectId, Class<T> outputClass)Invokes the analysisTerminate method with an empty input, deserializing to an object of the specified class.static <T> TanalysisTerminate(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 <T> TanalysisTerminate(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> TanalysisTerminate(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.JsonNodeappAddAuthorizedUsers(String objectId)Deprecated.UseappAddAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddAuthorizedUsers(String objectId, DXEnvironment env)Deprecated.UseappAddAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappAddAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappAddAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappAddAuthorizedUsers(String objectId, Class<T> outputClass)Invokes the appAddAuthorizedUsers method with an empty input, deserializing to an object of the specified class.static <T> TappAddAuthorizedUsers(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 <T> TappAddAuthorizedUsers(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> TappAddAuthorizedUsers(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.JsonNodeappAddCategories(String objectId)Deprecated.UseappAddCategories(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddCategories(String objectId, DXEnvironment env)Deprecated.UseappAddCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappAddCategories(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappAddCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappAddCategories(String objectId, Class<T> outputClass)Invokes the appAddCategories method with an empty input, deserializing to an object of the specified class.static <T> TappAddCategories(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 <T> TappAddCategories(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> TappAddCategories(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.JsonNodeappAddDevelopers(String objectId)Deprecated.UseappAddDevelopers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddDevelopers(String objectId, DXEnvironment env)Deprecated.UseappAddDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappAddDevelopers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappAddDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappAddDevelopers(String objectId, Class<T> outputClass)Invokes the appAddDevelopers method with an empty input, deserializing to an object of the specified class.static <T> TappAddDevelopers(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 <T> TappAddDevelopers(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> TappAddDevelopers(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.JsonNodeappAddTags(String objectId)Deprecated.UseappAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddTags(String objectId, DXEnvironment env)Deprecated.UseappAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappAddTags(String objectId, Class<T> outputClass)Invokes the appAddTags method with an empty input, deserializing to an object of the specified class.static <T> TappAddTags(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 <T> TappAddTags(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> TappAddTags(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.JsonNodeappDelete(String objectId)Deprecated.UseappDelete(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappDelete(String objectId, DXEnvironment env)Deprecated.UseappDelete(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappDelete(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappDelete(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappDelete(String objectId, Class<T> outputClass)Invokes the appDelete method with an empty input, deserializing to an object of the specified class.static <T> TappDelete(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 <T> TappDelete(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> TappDelete(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.JsonNodeappDescribe(String objectId)Deprecated.UseappDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappDescribe(String objectId, DXEnvironment env)Deprecated.UseappDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappDescribe(String objectId, Class<T> outputClass)Invokes the appDescribe method with an empty input, deserializing to an object of the specified class.static <T> TappDescribe(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 <T> TappDescribe(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> TappDescribe(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.JsonNodeappGet(String objectId)Deprecated.UseappGet(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappGet(String objectId, DXEnvironment env)Deprecated.UseappGet(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappGet(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappGet(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappGet(String objectId, Class<T> outputClass)Invokes the appGet method with an empty input, deserializing to an object of the specified class.static <T> TappGet(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 <T> TappGet(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> TappGet(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.JsonNodeappInstall(String objectId)Deprecated.UseappInstall(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappInstall(String objectId, DXEnvironment env)Deprecated.UseappInstall(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappInstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappInstall(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappInstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappInstall(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappInstall(String objectId, Class<T> outputClass)Invokes the appInstall method with an empty input, deserializing to an object of the specified class.static <T> TappInstall(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 <T> TappInstall(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> TappInstall(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.JsonNodeappletAddTags(String objectId)Deprecated.UseappletAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletAddTags(String objectId, DXEnvironment env)Deprecated.UseappletAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletAddTags(String objectId, Class<T> outputClass)Invokes the appletAddTags method with an empty input, deserializing to an object of the specified class.static <T> TappletAddTags(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 <T> TappletAddTags(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> TappletAddTags(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.JsonNodeappletDescribe(String objectId)Deprecated.UseappletDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletDescribe(String objectId, DXEnvironment env)Deprecated.UseappletDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletDescribe(String objectId, Class<T> outputClass)Invokes the appletDescribe method with an empty input, deserializing to an object of the specified class.static <T> TappletDescribe(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 <T> TappletDescribe(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> TappletDescribe(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.JsonNodeappletGet(String objectId)Deprecated.UseappletGet(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletGet(String objectId, DXEnvironment env)Deprecated.UseappletGet(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletGet(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletGet(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletGet(String objectId, Class<T> outputClass)Invokes the appletGet method with an empty input, deserializing to an object of the specified class.static <T> TappletGet(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 <T> TappletGet(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> TappletGet(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.JsonNodeappletGetDetails(String objectId)Deprecated.UseappletGetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletGetDetails(String objectId, DXEnvironment env)Deprecated.UseappletGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletGetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletGetDetails(String objectId, Class<T> outputClass)Invokes the appletGetDetails method with an empty input, deserializing to an object of the specified class.static <T> TappletGetDetails(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 <T> TappletGetDetails(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> TappletGetDetails(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.JsonNodeappletListProjects(String objectId)Deprecated.UseappletListProjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletListProjects(String objectId, DXEnvironment env)Deprecated.UseappletListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletListProjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletListProjects(String objectId, Class<T> outputClass)Invokes the appletListProjects method with an empty input, deserializing to an object of the specified class.static <T> TappletListProjects(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 <T> TappletListProjects(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> TappletListProjects(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.JsonNodeappletNew()Deprecated.UseappletNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletNew(DXEnvironment env)Deprecated.UseappletNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletNew(Class<T> outputClass)Invokes the appletNew method with an empty input, deserializing to an object of the specified class.static <T> TappletNew(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 <T> TappletNew(Object inputObject, Class<T> outputClass)Invokes the appletNew method with the specified input, deserializing to an object of the specified class.static <T> TappletNew(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.JsonNodeappletRemoveTags(String objectId)Deprecated.UseappletRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRemoveTags(String objectId, DXEnvironment env)Deprecated.UseappletRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletRemoveTags(String objectId, Class<T> outputClass)Invokes the appletRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TappletRemoveTags(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 <T> TappletRemoveTags(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> TappletRemoveTags(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.JsonNodeappletRename(String objectId)Deprecated.UseappletRename(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRename(String objectId, DXEnvironment env)Deprecated.UseappletRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletRename(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletRename(String objectId, Class<T> outputClass)Invokes the appletRename method with an empty input, deserializing to an object of the specified class.static <T> TappletRename(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 <T> TappletRename(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> TappletRename(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.JsonNodeappletRun(String objectId)Deprecated.UseappletRun(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRun(String objectId, DXEnvironment env)Deprecated.UseappletRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletRun(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletRun(String objectId, Class<T> outputClass)Invokes the appletRun method with an empty input, deserializing to an object of the specified class.static <T> TappletRun(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 <T> TappletRun(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> TappletRun(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.JsonNodeappletSetProperties(String objectId)Deprecated.UseappletSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletSetProperties(String objectId, DXEnvironment env)Deprecated.UseappletSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletSetProperties(String objectId, Class<T> outputClass)Invokes the appletSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TappletSetProperties(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 <T> TappletSetProperties(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> TappletSetProperties(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.JsonNodeappletValidateBatch(String objectId)Deprecated.UseappletValidateBatch(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletValidateBatch(String objectId, DXEnvironment env)Deprecated.UseappletValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappletValidateBatch(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappletValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappletValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappletValidateBatch(String objectId, Class<T> outputClass)Invokes the appletValidateBatch method with an empty input, deserializing to an object of the specified class.static <T> TappletValidateBatch(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 <T> TappletValidateBatch(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> TappletValidateBatch(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.JsonNodeappListAuthorizedUsers(String objectId)Deprecated.UseappListAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListAuthorizedUsers(String objectId, DXEnvironment env)Deprecated.UseappListAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappListAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappListAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappListAuthorizedUsers(String objectId, Class<T> outputClass)Invokes the appListAuthorizedUsers method with an empty input, deserializing to an object of the specified class.static <T> TappListAuthorizedUsers(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 <T> TappListAuthorizedUsers(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> TappListAuthorizedUsers(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.JsonNodeappListCategories(String objectId)Deprecated.UseappListCategories(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListCategories(String objectId, DXEnvironment env)Deprecated.UseappListCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappListCategories(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappListCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappListCategories(String objectId, Class<T> outputClass)Invokes the appListCategories method with an empty input, deserializing to an object of the specified class.static <T> TappListCategories(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 <T> TappListCategories(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> TappListCategories(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.JsonNodeappListDevelopers(String objectId)Deprecated.UseappListDevelopers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListDevelopers(String objectId, DXEnvironment env)Deprecated.UseappListDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappListDevelopers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappListDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappListDevelopers(String objectId, Class<T> outputClass)Invokes the appListDevelopers method with an empty input, deserializing to an object of the specified class.static <T> TappListDevelopers(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 <T> TappListDevelopers(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> TappListDevelopers(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.JsonNodeappNew()Deprecated.UseappNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappNew(DXEnvironment env)Deprecated.UseappNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappNew(Class<T> outputClass)Invokes the appNew method with an empty input, deserializing to an object of the specified class.static <T> TappNew(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 <T> TappNew(Object inputObject, Class<T> outputClass)Invokes the appNew method with the specified input, deserializing to an object of the specified class.static <T> TappNew(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.JsonNodeappPublish(String objectId)Deprecated.UseappPublish(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappPublish(String objectId, DXEnvironment env)Deprecated.UseappPublish(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappPublish(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappPublish(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappPublish(String objectId, Class<T> outputClass)Invokes the appPublish method with an empty input, deserializing to an object of the specified class.static <T> TappPublish(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 <T> TappPublish(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> TappPublish(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.JsonNodeappRemoveAuthorizedUsers(String objectId)Deprecated.UseappRemoveAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveAuthorizedUsers(String objectId, DXEnvironment env)Deprecated.UseappRemoveAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappRemoveAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappRemoveAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappRemoveAuthorizedUsers(String objectId, Class<T> outputClass)Invokes the appRemoveAuthorizedUsers method with an empty input, deserializing to an object of the specified class.static <T> TappRemoveAuthorizedUsers(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 <T> TappRemoveAuthorizedUsers(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> TappRemoveAuthorizedUsers(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.JsonNodeappRemoveCategories(String objectId)Deprecated.UseappRemoveCategories(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveCategories(String objectId, DXEnvironment env)Deprecated.UseappRemoveCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappRemoveCategories(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappRemoveCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappRemoveCategories(String objectId, Class<T> outputClass)Invokes the appRemoveCategories method with an empty input, deserializing to an object of the specified class.static <T> TappRemoveCategories(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 <T> TappRemoveCategories(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> TappRemoveCategories(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.JsonNodeappRemoveDevelopers(String objectId)Deprecated.UseappRemoveDevelopers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveDevelopers(String objectId, DXEnvironment env)Deprecated.UseappRemoveDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappRemoveDevelopers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappRemoveDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappRemoveDevelopers(String objectId, Class<T> outputClass)Invokes the appRemoveDevelopers method with an empty input, deserializing to an object of the specified class.static <T> TappRemoveDevelopers(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 <T> TappRemoveDevelopers(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> TappRemoveDevelopers(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.JsonNodeappRemoveTags(String objectId)Deprecated.UseappRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveTags(String objectId, DXEnvironment env)Deprecated.UseappRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappRemoveTags(String objectId, Class<T> outputClass)Invokes the appRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TappRemoveTags(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 <T> TappRemoveTags(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> TappRemoveTags(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.JsonNodeappRun(String objectId)Deprecated.UseappRun(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRun(String objectId, DXEnvironment env)Deprecated.UseappRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappRun(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappRun(String objectId, Class<T> outputClass)Invokes the appRun method with an empty input, deserializing to an object of the specified class.static <T> TappRun(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 <T> TappRun(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> TappRun(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.JsonNodeappUninstall(String objectId)Deprecated.UseappUninstall(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappUninstall(String objectId, DXEnvironment env)Deprecated.UseappUninstall(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappUninstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappUninstall(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappUninstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappUninstall(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappUninstall(String objectId, Class<T> outputClass)Invokes the appUninstall method with an empty input, deserializing to an object of the specified class.static <T> TappUninstall(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 <T> TappUninstall(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> TappUninstall(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.JsonNodeappUpdate(String objectId)Deprecated.UseappUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappUpdate(String objectId, DXEnvironment env)Deprecated.UseappUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappUpdate(String objectId, Class<T> outputClass)Invokes the appUpdate method with an empty input, deserializing to an object of the specified class.static <T> TappUpdate(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 <T> TappUpdate(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> TappUpdate(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.JsonNodeappValidateBatch(String objectId)Deprecated.UseappValidateBatch(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappValidateBatch(String objectId, DXEnvironment env)Deprecated.UseappValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseappValidateBatch(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeappValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseappValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TappValidateBatch(String objectId, Class<T> outputClass)Invokes the appValidateBatch method with an empty input, deserializing to an object of the specified class.static <T> TappValidateBatch(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 <T> TappValidateBatch(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> TappValidateBatch(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.JsonNodecontainerClone(String objectId)Deprecated.UsecontainerClone(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerClone(String objectId, DXEnvironment env)Deprecated.UsecontainerClone(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerClone(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerClone(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerClone(String objectId, Class<T> outputClass)Invokes the containerClone method with an empty input, deserializing to an object of the specified class.static <T> TcontainerClone(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 <T> TcontainerClone(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> TcontainerClone(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.JsonNodecontainerDescribe(String objectId)Deprecated.UsecontainerDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerDescribe(String objectId, DXEnvironment env)Deprecated.UsecontainerDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerDescribe(String objectId, Class<T> outputClass)Invokes the containerDescribe method with an empty input, deserializing to an object of the specified class.static <T> TcontainerDescribe(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 <T> TcontainerDescribe(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> TcontainerDescribe(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.JsonNodecontainerDestroy(String objectId)Deprecated.UsecontainerDestroy(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerDestroy(String objectId, DXEnvironment env)Deprecated.UsecontainerDestroy(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerDestroy(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerDestroy(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerDestroy(String objectId, Class<T> outputClass)Invokes the containerDestroy method with an empty input, deserializing to an object of the specified class.static <T> TcontainerDestroy(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 <T> TcontainerDestroy(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> TcontainerDestroy(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.JsonNodecontainerListFolder(String objectId)Deprecated.UsecontainerListFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerListFolder(String objectId, DXEnvironment env)Deprecated.UsecontainerListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerListFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerListFolder(String objectId, Class<T> outputClass)Invokes the containerListFolder method with an empty input, deserializing to an object of the specified class.static <T> TcontainerListFolder(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 <T> TcontainerListFolder(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> TcontainerListFolder(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.JsonNodecontainerMove(String objectId)Deprecated.UsecontainerMove(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerMove(String objectId, DXEnvironment env)Deprecated.UsecontainerMove(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerMove(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerMove(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerMove(String objectId, Class<T> outputClass)Invokes the containerMove method with an empty input, deserializing to an object of the specified class.static <T> TcontainerMove(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 <T> TcontainerMove(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> TcontainerMove(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.JsonNodecontainerNewFolder(String objectId)Deprecated.UsecontainerNewFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerNewFolder(String objectId, DXEnvironment env)Deprecated.UsecontainerNewFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerNewFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerNewFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerNewFolder(String objectId, Class<T> outputClass)Invokes the containerNewFolder method with an empty input, deserializing to an object of the specified class.static <T> TcontainerNewFolder(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 <T> TcontainerNewFolder(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> TcontainerNewFolder(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.JsonNodecontainerRemoveFolder(String objectId)Deprecated.UsecontainerRemoveFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRemoveFolder(String objectId, DXEnvironment env)Deprecated.UsecontainerRemoveFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerRemoveFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerRemoveFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerRemoveFolder(String objectId, Class<T> outputClass)Invokes the containerRemoveFolder method with an empty input, deserializing to an object of the specified class.static <T> TcontainerRemoveFolder(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 <T> TcontainerRemoveFolder(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> TcontainerRemoveFolder(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.JsonNodecontainerRemoveObjects(String objectId)Deprecated.UsecontainerRemoveObjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRemoveObjects(String objectId, DXEnvironment env)Deprecated.UsecontainerRemoveObjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerRemoveObjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerRemoveObjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerRemoveObjects(String objectId, Class<T> outputClass)Invokes the containerRemoveObjects method with an empty input, deserializing to an object of the specified class.static <T> TcontainerRemoveObjects(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 <T> TcontainerRemoveObjects(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> TcontainerRemoveObjects(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.JsonNodecontainerRenameFolder(String objectId)Deprecated.UsecontainerRenameFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRenameFolder(String objectId, DXEnvironment env)Deprecated.UsecontainerRenameFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsecontainerRenameFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodecontainerRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsecontainerRenameFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TcontainerRenameFolder(String objectId, Class<T> outputClass)Invokes the containerRenameFolder method with an empty input, deserializing to an object of the specified class.static <T> TcontainerRenameFolder(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 <T> TcontainerRenameFolder(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> TcontainerRenameFolder(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.JsonNodedatabaseAddTags(String objectId)Deprecated.UsedatabaseAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseAddTags(String objectId, DXEnvironment env)Deprecated.UsedatabaseAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseAddTags(String objectId, Class<T> outputClass)Invokes the databaseAddTags method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseAddTags(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 <T> TdatabaseAddTags(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> TdatabaseAddTags(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.JsonNodedatabaseAddTypes(String objectId)Deprecated.UsedatabaseAddTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseAddTypes(String objectId, DXEnvironment env)Deprecated.UsedatabaseAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseAddTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseAddTypes(String objectId, Class<T> outputClass)Invokes the databaseAddTypes method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseAddTypes(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 <T> TdatabaseAddTypes(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> TdatabaseAddTypes(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.JsonNodedatabaseClose(String objectId)Deprecated.UsedatabaseClose(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseClose(String objectId, DXEnvironment env)Deprecated.UsedatabaseClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseClose(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseClose(String objectId, Class<T> outputClass)Invokes the databaseClose method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseClose(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 <T> TdatabaseClose(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> TdatabaseClose(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.JsonNodedatabaseDescribe(String objectId)Deprecated.UsedatabaseDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseDescribe(String objectId, DXEnvironment env)Deprecated.UsedatabaseDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseDescribe(String objectId, Class<T> outputClass)Invokes the databaseDescribe method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseDescribe(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 <T> TdatabaseDescribe(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> TdatabaseDescribe(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.JsonNodedatabaseDownloadFile(String objectId)Deprecated.UsedatabaseDownloadFile(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseDownloadFile(String objectId, DXEnvironment env)Deprecated.UsedatabaseDownloadFile(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseDownloadFile(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseDownloadFile(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseDownloadFile(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseDownloadFile(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseDownloadFile(String objectId, Class<T> outputClass)Invokes the databaseDownloadFile method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseDownloadFile(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 <T> TdatabaseDownloadFile(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> TdatabaseDownloadFile(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.JsonNodedatabaseGetDetails(String objectId)Deprecated.UsedatabaseGetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseGetDetails(String objectId, DXEnvironment env)Deprecated.UsedatabaseGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseGetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseGetDetails(String objectId, Class<T> outputClass)Invokes the databaseGetDetails method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseGetDetails(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 <T> TdatabaseGetDetails(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> TdatabaseGetDetails(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.JsonNodedatabaseListFolder(String objectId)Deprecated.UsedatabaseListFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseListFolder(String objectId, DXEnvironment env)Deprecated.UsedatabaseListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseListFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseListFolder(String objectId, Class<T> outputClass)Invokes the databaseListFolder method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseListFolder(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 <T> TdatabaseListFolder(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> TdatabaseListFolder(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.JsonNodedatabaseListProjects(String objectId)Deprecated.UsedatabaseListProjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseListProjects(String objectId, DXEnvironment env)Deprecated.UsedatabaseListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseListProjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseListProjects(String objectId, Class<T> outputClass)Invokes the databaseListProjects method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseListProjects(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 <T> TdatabaseListProjects(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> TdatabaseListProjects(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.JsonNodedatabaseRelocate(String objectId)Deprecated.UsedatabaseRelocate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRelocate(String objectId, DXEnvironment env)Deprecated.UsedatabaseRelocate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRelocate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseRelocate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRelocate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseRelocate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseRelocate(String objectId, Class<T> outputClass)Invokes the databaseRelocate method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseRelocate(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 <T> TdatabaseRelocate(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> TdatabaseRelocate(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.JsonNodedatabaseRemoveTags(String objectId)Deprecated.UsedatabaseRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRemoveTags(String objectId, DXEnvironment env)Deprecated.UsedatabaseRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseRemoveTags(String objectId, Class<T> outputClass)Invokes the databaseRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseRemoveTags(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 <T> TdatabaseRemoveTags(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> TdatabaseRemoveTags(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.JsonNodedatabaseRemoveTypes(String objectId)Deprecated.UsedatabaseRemoveTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRemoveTypes(String objectId, DXEnvironment env)Deprecated.UsedatabaseRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseRemoveTypes(String objectId, Class<T> outputClass)Invokes the databaseRemoveTypes method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseRemoveTypes(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 <T> TdatabaseRemoveTypes(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> TdatabaseRemoveTypes(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.JsonNodedatabaseRename(String objectId)Deprecated.UsedatabaseRename(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRename(String objectId, DXEnvironment env)Deprecated.UsedatabaseRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseRename(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseRename(String objectId, Class<T> outputClass)Invokes the databaseRename method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseRename(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 <T> TdatabaseRename(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> TdatabaseRename(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.JsonNodedatabaseSetDetails(String objectId)Deprecated.UsedatabaseSetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetDetails(String objectId, DXEnvironment env)Deprecated.UsedatabaseSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseSetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseSetDetails(String objectId, Class<T> outputClass)Invokes the databaseSetDetails method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseSetDetails(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 <T> TdatabaseSetDetails(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> TdatabaseSetDetails(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.JsonNodedatabaseSetProperties(String objectId)Deprecated.UsedatabaseSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetProperties(String objectId, DXEnvironment env)Deprecated.UsedatabaseSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseSetProperties(String objectId, Class<T> outputClass)Invokes the databaseSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseSetProperties(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 <T> TdatabaseSetProperties(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> TdatabaseSetProperties(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.JsonNodedatabaseSetVisibility(String objectId)Deprecated.UsedatabaseSetVisibility(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetVisibility(String objectId, DXEnvironment env)Deprecated.UsedatabaseSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedatabaseSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedatabaseSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedatabaseSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdatabaseSetVisibility(String objectId, Class<T> outputClass)Invokes the databaseSetVisibility method with an empty input, deserializing to an object of the specified class.static <T> TdatabaseSetVisibility(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 <T> TdatabaseSetVisibility(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> TdatabaseSetVisibility(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.JsonNodedbclusterAddTags(String objectId)Deprecated.UsedbclusterAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterAddTags(String objectId, DXEnvironment env)Deprecated.UsedbclusterAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterAddTags(String objectId, Class<T> outputClass)Invokes the dbclusterAddTags method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterAddTags(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 <T> TdbclusterAddTags(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> TdbclusterAddTags(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.JsonNodedbclusterAddTypes(String objectId)Deprecated.UsedbclusterAddTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterAddTypes(String objectId, DXEnvironment env)Deprecated.UsedbclusterAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterAddTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterAddTypes(String objectId, Class<T> outputClass)Invokes the dbclusterAddTypes method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterAddTypes(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 <T> TdbclusterAddTypes(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> TdbclusterAddTypes(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.JsonNodedbclusterDescribe(String objectId)Deprecated.UsedbclusterDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterDescribe(String objectId, DXEnvironment env)Deprecated.UsedbclusterDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterDescribe(String objectId, Class<T> outputClass)Invokes the dbclusterDescribe method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterDescribe(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 <T> TdbclusterDescribe(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> TdbclusterDescribe(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.JsonNodedbclusterGetDetails(String objectId)Deprecated.UsedbclusterGetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterGetDetails(String objectId, DXEnvironment env)Deprecated.UsedbclusterGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterGetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterGetDetails(String objectId, Class<T> outputClass)Invokes the dbclusterGetDetails method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterGetDetails(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 <T> TdbclusterGetDetails(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> TdbclusterGetDetails(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.JsonNodedbclusterNew()Deprecated.UsedbclusterNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterNew(DXEnvironment env)Deprecated.UsedbclusterNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterNew(Class<T> outputClass)Invokes the dbclusterNew method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterNew(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 <T> TdbclusterNew(Object inputObject, Class<T> outputClass)Invokes the dbclusterNew method with the specified input, deserializing to an object of the specified class.static <T> TdbclusterNew(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.JsonNodedbclusterRemoveTags(String objectId)Deprecated.UsedbclusterRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRemoveTags(String objectId, DXEnvironment env)Deprecated.UsedbclusterRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterRemoveTags(String objectId, Class<T> outputClass)Invokes the dbclusterRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterRemoveTags(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 <T> TdbclusterRemoveTags(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> TdbclusterRemoveTags(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.JsonNodedbclusterRemoveTypes(String objectId)Deprecated.UsedbclusterRemoveTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRemoveTypes(String objectId, DXEnvironment env)Deprecated.UsedbclusterRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterRemoveTypes(String objectId, Class<T> outputClass)Invokes the dbclusterRemoveTypes method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterRemoveTypes(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 <T> TdbclusterRemoveTypes(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> TdbclusterRemoveTypes(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.JsonNodedbclusterRename(String objectId)Deprecated.UsedbclusterRename(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRename(String objectId, DXEnvironment env)Deprecated.UsedbclusterRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterRename(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterRename(String objectId, Class<T> outputClass)Invokes the dbclusterRename method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterRename(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 <T> TdbclusterRename(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> TdbclusterRename(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.JsonNodedbclusterSetDetails(String objectId)Deprecated.UsedbclusterSetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetDetails(String objectId, DXEnvironment env)Deprecated.UsedbclusterSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterSetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterSetDetails(String objectId, Class<T> outputClass)Invokes the dbclusterSetDetails method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterSetDetails(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 <T> TdbclusterSetDetails(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> TdbclusterSetDetails(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.JsonNodedbclusterSetProperties(String objectId)Deprecated.UsedbclusterSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetProperties(String objectId, DXEnvironment env)Deprecated.UsedbclusterSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterSetProperties(String objectId, Class<T> outputClass)Invokes the dbclusterSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterSetProperties(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 <T> TdbclusterSetProperties(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> TdbclusterSetProperties(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.JsonNodedbclusterSetVisibility(String objectId)Deprecated.UsedbclusterSetVisibility(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetVisibility(String objectId, DXEnvironment env)Deprecated.UsedbclusterSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterSetVisibility(String objectId, Class<T> outputClass)Invokes the dbclusterSetVisibility method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterSetVisibility(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 <T> TdbclusterSetVisibility(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> TdbclusterSetVisibility(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.JsonNodedbclusterStart(String objectId)Deprecated.UsedbclusterStart(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterStart(String objectId, DXEnvironment env)Deprecated.UsedbclusterStart(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterStart(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterStart(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterStart(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterStart(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterStart(String objectId, Class<T> outputClass)Invokes the dbclusterStart method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterStart(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 <T> TdbclusterStart(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> TdbclusterStart(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.JsonNodedbclusterStop(String objectId)Deprecated.UsedbclusterStop(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterStop(String objectId, DXEnvironment env)Deprecated.UsedbclusterStop(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterStop(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterStop(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterStop(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterStop(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterStop(String objectId, Class<T> outputClass)Invokes the dbclusterStop method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterStop(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 <T> TdbclusterStop(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> TdbclusterStop(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.JsonNodedbclusterTerminate(String objectId)Deprecated.UsedbclusterTerminate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterTerminate(String objectId, DXEnvironment env)Deprecated.UsedbclusterTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsedbclusterTerminate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodedbclusterTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsedbclusterTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TdbclusterTerminate(String objectId, Class<T> outputClass)Invokes the dbclusterTerminate method with an empty input, deserializing to an object of the specified class.static <T> TdbclusterTerminate(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 <T> TdbclusterTerminate(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> TdbclusterTerminate(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.JsonNodefileAddTags(String objectId)Deprecated.UsefileAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileAddTags(String objectId, DXEnvironment env)Deprecated.UsefileAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileAddTags(String objectId, Class<T> outputClass)Invokes the fileAddTags method with an empty input, deserializing to an object of the specified class.static <T> TfileAddTags(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 <T> TfileAddTags(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> TfileAddTags(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.JsonNodefileAddTypes(String objectId)Deprecated.UsefileAddTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileAddTypes(String objectId, DXEnvironment env)Deprecated.UsefileAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileAddTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileAddTypes(String objectId, Class<T> outputClass)Invokes the fileAddTypes method with an empty input, deserializing to an object of the specified class.static <T> TfileAddTypes(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 <T> TfileAddTypes(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> TfileAddTypes(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.JsonNodefileClose(String objectId)Deprecated.UsefileClose(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileClose(String objectId, DXEnvironment env)Deprecated.UsefileClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileClose(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileClose(String objectId, Class<T> outputClass)Invokes the fileClose method with an empty input, deserializing to an object of the specified class.static <T> TfileClose(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 <T> TfileClose(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> TfileClose(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.JsonNodefileDescribe(String objectId)Deprecated.UsefileDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileDescribe(String objectId, DXEnvironment env)Deprecated.UsefileDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileDescribe(String objectId, Class<T> outputClass)Invokes the fileDescribe method with an empty input, deserializing to an object of the specified class.static <T> TfileDescribe(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 <T> TfileDescribe(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> TfileDescribe(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.JsonNodefileDownload(String objectId)Deprecated.UsefileDownload(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileDownload(String objectId, DXEnvironment env)Deprecated.UsefileDownload(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileDownload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileDownload(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileDownload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileDownload(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileDownload(String objectId, Class<T> outputClass)Invokes the fileDownload method with an empty input, deserializing to an object of the specified class.static <T> TfileDownload(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 <T> TfileDownload(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> TfileDownload(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.JsonNodefileGetDetails(String objectId)Deprecated.UsefileGetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileGetDetails(String objectId, DXEnvironment env)Deprecated.UsefileGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileGetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileGetDetails(String objectId, Class<T> outputClass)Invokes the fileGetDetails method with an empty input, deserializing to an object of the specified class.static <T> TfileGetDetails(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 <T> TfileGetDetails(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> TfileGetDetails(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.JsonNodefileListProjects(String objectId)Deprecated.UsefileListProjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileListProjects(String objectId, DXEnvironment env)Deprecated.UsefileListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileListProjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileListProjects(String objectId, Class<T> outputClass)Invokes the fileListProjects method with an empty input, deserializing to an object of the specified class.static <T> TfileListProjects(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 <T> TfileListProjects(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> TfileListProjects(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.JsonNodefileNew()Deprecated.UsefileNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileNew(DXEnvironment env)Deprecated.UsefileNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileNew(Class<T> outputClass)Invokes the fileNew method with an empty input, deserializing to an object of the specified class.static <T> TfileNew(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 <T> TfileNew(Object inputObject, Class<T> outputClass)Invokes the fileNew method with the specified input, deserializing to an object of the specified class.static <T> TfileNew(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.JsonNodefileRemoveTags(String objectId)Deprecated.UsefileRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRemoveTags(String objectId, DXEnvironment env)Deprecated.UsefileRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileRemoveTags(String objectId, Class<T> outputClass)Invokes the fileRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TfileRemoveTags(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 <T> TfileRemoveTags(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> TfileRemoveTags(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.JsonNodefileRemoveTypes(String objectId)Deprecated.UsefileRemoveTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRemoveTypes(String objectId, DXEnvironment env)Deprecated.UsefileRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileRemoveTypes(String objectId, Class<T> outputClass)Invokes the fileRemoveTypes method with an empty input, deserializing to an object of the specified class.static <T> TfileRemoveTypes(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 <T> TfileRemoveTypes(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> TfileRemoveTypes(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.JsonNodefileRename(String objectId)Deprecated.UsefileRename(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRename(String objectId, DXEnvironment env)Deprecated.UsefileRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileRename(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileRename(String objectId, Class<T> outputClass)Invokes the fileRename method with an empty input, deserializing to an object of the specified class.static <T> TfileRename(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 <T> TfileRename(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> TfileRename(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.JsonNodefileSetDetails(String objectId)Deprecated.UsefileSetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetDetails(String objectId, DXEnvironment env)Deprecated.UsefileSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileSetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileSetDetails(String objectId, Class<T> outputClass)Invokes the fileSetDetails method with an empty input, deserializing to an object of the specified class.static <T> TfileSetDetails(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 <T> TfileSetDetails(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> TfileSetDetails(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.JsonNodefileSetProperties(String objectId)Deprecated.UsefileSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetProperties(String objectId, DXEnvironment env)Deprecated.UsefileSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileSetProperties(String objectId, Class<T> outputClass)Invokes the fileSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TfileSetProperties(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 <T> TfileSetProperties(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> TfileSetProperties(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.JsonNodefileSetVisibility(String objectId)Deprecated.UsefileSetVisibility(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetVisibility(String objectId, DXEnvironment env)Deprecated.UsefileSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileSetVisibility(String objectId, Class<T> outputClass)Invokes the fileSetVisibility method with an empty input, deserializing to an object of the specified class.static <T> TfileSetVisibility(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 <T> TfileSetVisibility(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> TfileSetVisibility(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.JsonNodefileUpload(String objectId)Deprecated.UsefileUpload(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileUpload(String objectId, DXEnvironment env)Deprecated.UsefileUpload(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileUpload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsefileUpload(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodefileUpload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsefileUpload(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TfileUpload(String objectId, Class<T> outputClass)Invokes the fileUpload method with an empty input, deserializing to an object of the specified class.static <T> TfileUpload(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 <T> TfileUpload(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> TfileUpload(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.JsonNodeglobalWorkflowAddAuthorizedUsers(String objectId)Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddAuthorizedUsers(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowAddAuthorizedUsers(String objectId, Class<T> outputClass)Invokes the globalWorkflowAddAuthorizedUsers method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowAddAuthorizedUsers(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 <T> TglobalWorkflowAddAuthorizedUsers(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> TglobalWorkflowAddAuthorizedUsers(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.JsonNodeglobalWorkflowAddCategories(String objectId)Deprecated.UseglobalWorkflowAddCategories(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddCategories(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowAddCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowAddCategories(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowAddCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowAddCategories(String objectId, Class<T> outputClass)Invokes the globalWorkflowAddCategories method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowAddCategories(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 <T> TglobalWorkflowAddCategories(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> TglobalWorkflowAddCategories(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.JsonNodeglobalWorkflowAddDevelopers(String objectId)Deprecated.UseglobalWorkflowAddDevelopers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddDevelopers(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowAddDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowAddDevelopers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowAddDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowAddDevelopers(String objectId, Class<T> outputClass)Invokes the globalWorkflowAddDevelopers method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowAddDevelopers(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 <T> TglobalWorkflowAddDevelopers(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> TglobalWorkflowAddDevelopers(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.JsonNodeglobalWorkflowAddTags(String objectId)Deprecated.UseglobalWorkflowAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddTags(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowAddTags(String objectId, Class<T> outputClass)Invokes the globalWorkflowAddTags method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowAddTags(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 <T> TglobalWorkflowAddTags(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> TglobalWorkflowAddTags(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.JsonNodeglobalWorkflowDelete(String objectId)Deprecated.UseglobalWorkflowDelete(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowDelete(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowDelete(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowDelete(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowDelete(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowDelete(String objectId, Class<T> outputClass)Invokes the globalWorkflowDelete method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowDelete(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 <T> TglobalWorkflowDelete(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> TglobalWorkflowDelete(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.JsonNodeglobalWorkflowDescribe(String objectId)Deprecated.UseglobalWorkflowDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowDescribe(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowDescribe(String objectId, Class<T> outputClass)Invokes the globalWorkflowDescribe method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowDescribe(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 <T> TglobalWorkflowDescribe(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> TglobalWorkflowDescribe(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.JsonNodeglobalWorkflowListAuthorizedUsers(String objectId)Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListAuthorizedUsers(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowListAuthorizedUsers(String objectId, Class<T> outputClass)Invokes the globalWorkflowListAuthorizedUsers method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowListAuthorizedUsers(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 <T> TglobalWorkflowListAuthorizedUsers(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> TglobalWorkflowListAuthorizedUsers(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.JsonNodeglobalWorkflowListCategories(String objectId)Deprecated.UseglobalWorkflowListCategories(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListCategories(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowListCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowListCategories(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowListCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowListCategories(String objectId, Class<T> outputClass)Invokes the globalWorkflowListCategories method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowListCategories(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 <T> TglobalWorkflowListCategories(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> TglobalWorkflowListCategories(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.JsonNodeglobalWorkflowListDevelopers(String objectId)Deprecated.UseglobalWorkflowListDevelopers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListDevelopers(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowListDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowListDevelopers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowListDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowListDevelopers(String objectId, Class<T> outputClass)Invokes the globalWorkflowListDevelopers method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowListDevelopers(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 <T> TglobalWorkflowListDevelopers(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> TglobalWorkflowListDevelopers(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.JsonNodeglobalWorkflowNew()Deprecated.UseglobalWorkflowNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowNew(DXEnvironment env)Deprecated.UseglobalWorkflowNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowNew(Class<T> outputClass)Invokes the globalWorkflowNew method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowNew(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 <T> TglobalWorkflowNew(Object inputObject, Class<T> outputClass)Invokes the globalWorkflowNew method with the specified input, deserializing to an object of the specified class.static <T> TglobalWorkflowNew(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.JsonNodeglobalWorkflowPublish(String objectId)Deprecated.UseglobalWorkflowPublish(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowPublish(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowPublish(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowPublish(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowPublish(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowPublish(String objectId, Class<T> outputClass)Invokes the globalWorkflowPublish method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowPublish(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 <T> TglobalWorkflowPublish(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> TglobalWorkflowPublish(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.JsonNodeglobalWorkflowRemoveAuthorizedUsers(String objectId)Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveAuthorizedUsers(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowRemoveAuthorizedUsers(String objectId, Class<T> outputClass)Invokes the globalWorkflowRemoveAuthorizedUsers method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowRemoveAuthorizedUsers(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 <T> TglobalWorkflowRemoveAuthorizedUsers(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> TglobalWorkflowRemoveAuthorizedUsers(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.JsonNodeglobalWorkflowRemoveCategories(String objectId)Deprecated.UseglobalWorkflowRemoveCategories(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveCategories(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowRemoveCategories(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowRemoveCategories(String objectId, Class<T> outputClass)Invokes the globalWorkflowRemoveCategories method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowRemoveCategories(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 <T> TglobalWorkflowRemoveCategories(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> TglobalWorkflowRemoveCategories(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.JsonNodeglobalWorkflowRemoveDevelopers(String objectId)Deprecated.UseglobalWorkflowRemoveDevelopers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveDevelopers(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowRemoveDevelopers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowRemoveDevelopers(String objectId, Class<T> outputClass)Invokes the globalWorkflowRemoveDevelopers method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowRemoveDevelopers(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 <T> TglobalWorkflowRemoveDevelopers(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> TglobalWorkflowRemoveDevelopers(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.JsonNodeglobalWorkflowRemoveTags(String objectId)Deprecated.UseglobalWorkflowRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveTags(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowRemoveTags(String objectId, Class<T> outputClass)Invokes the globalWorkflowRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowRemoveTags(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 <T> TglobalWorkflowRemoveTags(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> TglobalWorkflowRemoveTags(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.JsonNodeglobalWorkflowRun(String objectId)Deprecated.UseglobalWorkflowRun(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRun(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowRun(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowRun(String objectId, Class<T> outputClass)Invokes the globalWorkflowRun method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowRun(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 <T> TglobalWorkflowRun(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> TglobalWorkflowRun(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.JsonNodeglobalWorkflowUpdate(String objectId)Deprecated.UseglobalWorkflowUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowUpdate(String objectId, DXEnvironment env)Deprecated.UseglobalWorkflowUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseglobalWorkflowUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeglobalWorkflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseglobalWorkflowUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TglobalWorkflowUpdate(String objectId, Class<T> outputClass)Invokes the globalWorkflowUpdate method with an empty input, deserializing to an object of the specified class.static <T> TglobalWorkflowUpdate(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 <T> TglobalWorkflowUpdate(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> TglobalWorkflowUpdate(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.JsonNodejobAddTags(String objectId)Deprecated.UsejobAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobAddTags(String objectId, DXEnvironment env)Deprecated.UsejobAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobAddTags(String objectId, Class<T> outputClass)Invokes the jobAddTags method with an empty input, deserializing to an object of the specified class.static <T> TjobAddTags(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 <T> TjobAddTags(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> TjobAddTags(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.JsonNodejobDescribe(String objectId)Deprecated.UsejobDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobDescribe(String objectId, DXEnvironment env)Deprecated.UsejobDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobDescribe(String objectId, Class<T> outputClass)Invokes the jobDescribe method with an empty input, deserializing to an object of the specified class.static <T> TjobDescribe(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 <T> TjobDescribe(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> TjobDescribe(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.JsonNodejobGetIdentityToken(String objectId)Deprecated.UsejobGetIdentityToken(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobGetIdentityToken(String objectId, DXEnvironment env)Deprecated.UsejobGetIdentityToken(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobGetIdentityToken(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobGetIdentityToken(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobGetIdentityToken(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobGetIdentityToken(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobGetIdentityToken(String objectId, Class<T> outputClass)Invokes the jobGetIdentityToken method with an empty input, deserializing to an object of the specified class.static <T> TjobGetIdentityToken(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the jobGetIdentityToken method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TjobGetIdentityToken(String objectId, Object inputObject, Class<T> outputClass)Invokes the jobGetIdentityToken method with the given input, deserializing to an object of the specified class.static <T> TjobGetIdentityToken(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the jobGetIdentityToken method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodejobGetLog(String objectId)Deprecated.UsejobGetLog(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobGetLog(String objectId, DXEnvironment env)Deprecated.UsejobGetLog(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobGetLog(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobGetLog(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobGetLog(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobGetLog(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobGetLog(String objectId, Class<T> outputClass)Invokes the jobGetLog method with an empty input, deserializing to an object of the specified class.static <T> TjobGetLog(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 <T> TjobGetLog(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> TjobGetLog(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.JsonNodejobNew()Deprecated.UsejobNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobNew(DXEnvironment env)Deprecated.UsejobNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobNew(Class<T> outputClass)Invokes the jobNew method with an empty input, deserializing to an object of the specified class.static <T> TjobNew(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 <T> TjobNew(Object inputObject, Class<T> outputClass)Invokes the jobNew method with the specified input, deserializing to an object of the specified class.static <T> TjobNew(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.JsonNodejobRemoveTags(String objectId)Deprecated.UsejobRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobRemoveTags(String objectId, DXEnvironment env)Deprecated.UsejobRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobRemoveTags(String objectId, Class<T> outputClass)Invokes the jobRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TjobRemoveTags(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 <T> TjobRemoveTags(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> TjobRemoveTags(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.JsonNodejobSetProperties(String objectId)Deprecated.UsejobSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobSetProperties(String objectId, DXEnvironment env)Deprecated.UsejobSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobSetProperties(String objectId, Class<T> outputClass)Invokes the jobSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TjobSetProperties(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 <T> TjobSetProperties(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> TjobSetProperties(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.JsonNodejobTerminate(String objectId)Deprecated.UsejobTerminate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobTerminate(String objectId, DXEnvironment env)Deprecated.UsejobTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobTerminate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobTerminate(String objectId, Class<T> outputClass)Invokes the jobTerminate method with an empty input, deserializing to an object of the specified class.static <T> TjobTerminate(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 <T> TjobTerminate(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> TjobTerminate(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.JsonNodejobUpdate(String objectId)Deprecated.UsejobUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobUpdate(String objectId, DXEnvironment env)Deprecated.UsejobUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsejobUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodejobUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsejobUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TjobUpdate(String objectId, Class<T> outputClass)Invokes the jobUpdate method with an empty input, deserializing to an object of the specified class.static <T> TjobUpdate(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 <T> TjobUpdate(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> TjobUpdate(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.JsonNodenotificationsGet()Deprecated.UsenotificationsGet(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodenotificationsGet(DXEnvironment env)Deprecated.UsenotificationsGet(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodenotificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsenotificationsGet(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodenotificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsenotificationsGet(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TnotificationsGet(Class<T> outputClass)Invokes the notificationsGet method with an empty input, deserializing to an object of the specified class.static <T> TnotificationsGet(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 <T> TnotificationsGet(Object inputObject, Class<T> outputClass)Invokes the notificationsGet method with the specified input, deserializing to an object of the specified class.static <T> TnotificationsGet(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.JsonNodenotificationsMarkRead()Deprecated.UsenotificationsMarkRead(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodenotificationsMarkRead(DXEnvironment env)Deprecated.UsenotificationsMarkRead(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodenotificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsenotificationsMarkRead(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodenotificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsenotificationsMarkRead(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TnotificationsMarkRead(Class<T> outputClass)Invokes the notificationsMarkRead method with an empty input, deserializing to an object of the specified class.static <T> TnotificationsMarkRead(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 <T> TnotificationsMarkRead(Object inputObject, Class<T> outputClass)Invokes the notificationsMarkRead method with the specified input, deserializing to an object of the specified class.static <T> TnotificationsMarkRead(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.JsonNodeorgDescribe(String objectId)Deprecated.UseorgDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgDescribe(String objectId, DXEnvironment env)Deprecated.UseorgDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgDescribe(String objectId, Class<T> outputClass)Invokes the orgDescribe method with an empty input, deserializing to an object of the specified class.static <T> TorgDescribe(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 <T> TorgDescribe(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> TorgDescribe(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.JsonNodeorgFindApps(String objectId)Deprecated.UseorgFindApps(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindApps(String objectId, DXEnvironment env)Deprecated.UseorgFindApps(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindApps(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgFindApps(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindApps(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgFindApps(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgFindApps(String objectId, Class<T> outputClass)Invokes the orgFindApps method with an empty input, deserializing to an object of the specified class.static <T> TorgFindApps(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 <T> TorgFindApps(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> TorgFindApps(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.JsonNodeorgFindMembers(String objectId)Deprecated.UseorgFindMembers(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindMembers(String objectId, DXEnvironment env)Deprecated.UseorgFindMembers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindMembers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgFindMembers(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindMembers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgFindMembers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgFindMembers(String objectId, Class<T> outputClass)Invokes the orgFindMembers method with an empty input, deserializing to an object of the specified class.static <T> TorgFindMembers(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 <T> TorgFindMembers(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> TorgFindMembers(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.JsonNodeorgFindProjects(String objectId)Deprecated.UseorgFindProjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindProjects(String objectId, DXEnvironment env)Deprecated.UseorgFindProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgFindProjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgFindProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgFindProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgFindProjects(String objectId, Class<T> outputClass)Invokes the orgFindProjects method with an empty input, deserializing to an object of the specified class.static <T> TorgFindProjects(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 <T> TorgFindProjects(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> TorgFindProjects(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.JsonNodeorgInvite(String objectId)Deprecated.UseorgInvite(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgInvite(String objectId, DXEnvironment env)Deprecated.UseorgInvite(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgInvite(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgInvite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgInvite(String objectId, Class<T> outputClass)Invokes the orgInvite method with an empty input, deserializing to an object of the specified class.static <T> TorgInvite(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 <T> TorgInvite(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> TorgInvite(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.JsonNodeorgNew()Deprecated.UseorgNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgNew(DXEnvironment env)Deprecated.UseorgNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgNew(Class<T> outputClass)Invokes the orgNew method with an empty input, deserializing to an object of the specified class.static <T> TorgNew(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 <T> TorgNew(Object inputObject, Class<T> outputClass)Invokes the orgNew method with the specified input, deserializing to an object of the specified class.static <T> TorgNew(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.JsonNodeorgRemoveMember(String objectId)Deprecated.UseorgRemoveMember(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgRemoveMember(String objectId, DXEnvironment env)Deprecated.UseorgRemoveMember(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgRemoveMember(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgRemoveMember(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgRemoveMember(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgRemoveMember(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgRemoveMember(String objectId, Class<T> outputClass)Invokes the orgRemoveMember method with an empty input, deserializing to an object of the specified class.static <T> TorgRemoveMember(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 <T> TorgRemoveMember(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> TorgRemoveMember(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.JsonNodeorgSetMemberAccess(String objectId)Deprecated.UseorgSetMemberAccess(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgSetMemberAccess(String objectId, DXEnvironment env)Deprecated.UseorgSetMemberAccess(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgSetMemberAccess(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgSetMemberAccess(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgSetMemberAccess(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgSetMemberAccess(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgSetMemberAccess(String objectId, Class<T> outputClass)Invokes the orgSetMemberAccess method with an empty input, deserializing to an object of the specified class.static <T> TorgSetMemberAccess(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 <T> TorgSetMemberAccess(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> TorgSetMemberAccess(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.JsonNodeorgUpdate(String objectId)Deprecated.UseorgUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgUpdate(String objectId, DXEnvironment env)Deprecated.UseorgUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseorgUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeorgUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseorgUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TorgUpdate(String objectId, Class<T> outputClass)Invokes the orgUpdate method with an empty input, deserializing to an object of the specified class.static <T> TorgUpdate(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 <T> TorgUpdate(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> TorgUpdate(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.JsonNodeprojectAddTags(String objectId)Deprecated.UseprojectAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectAddTags(String objectId, DXEnvironment env)Deprecated.UseprojectAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectAddTags(String objectId, Class<T> outputClass)Invokes the projectAddTags method with an empty input, deserializing to an object of the specified class.static <T> TprojectAddTags(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 <T> TprojectAddTags(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> TprojectAddTags(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.JsonNodeprojectArchive(String objectId)Deprecated.UseprojectArchive(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectArchive(String objectId, DXEnvironment env)Deprecated.UseprojectArchive(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectArchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectArchive(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectArchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectArchive(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectArchive(String objectId, Class<T> outputClass)Invokes the projectArchive method with an empty input, deserializing to an object of the specified class.static <T> TprojectArchive(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 <T> TprojectArchive(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> TprojectArchive(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.JsonNodeprojectClone(String objectId)Deprecated.UseprojectClone(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectClone(String objectId, DXEnvironment env)Deprecated.UseprojectClone(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectClone(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectClone(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectClone(String objectId, Class<T> outputClass)Invokes the projectClone method with an empty input, deserializing to an object of the specified class.static <T> TprojectClone(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 <T> TprojectClone(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> TprojectClone(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.JsonNodeprojectDecreasePermissions(String objectId)Deprecated.UseprojectDecreasePermissions(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDecreasePermissions(String objectId, DXEnvironment env)Deprecated.UseprojectDecreasePermissions(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDecreasePermissions(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectDecreasePermissions(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDecreasePermissions(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectDecreasePermissions(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectDecreasePermissions(String objectId, Class<T> outputClass)Invokes the projectDecreasePermissions method with an empty input, deserializing to an object of the specified class.static <T> TprojectDecreasePermissions(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 <T> TprojectDecreasePermissions(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> TprojectDecreasePermissions(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.JsonNodeprojectDescribe(String objectId)Deprecated.UseprojectDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDescribe(String objectId, DXEnvironment env)Deprecated.UseprojectDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectDescribe(String objectId, Class<T> outputClass)Invokes the projectDescribe method with an empty input, deserializing to an object of the specified class.static <T> TprojectDescribe(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 <T> TprojectDescribe(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> TprojectDescribe(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.JsonNodeprojectDestroy(String objectId)Deprecated.UseprojectDestroy(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDestroy(String objectId, DXEnvironment env)Deprecated.UseprojectDestroy(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectDestroy(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectDestroy(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectDestroy(String objectId, Class<T> outputClass)Invokes the projectDestroy method with an empty input, deserializing to an object of the specified class.static <T> TprojectDestroy(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 <T> TprojectDestroy(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> TprojectDestroy(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.JsonNodeprojectInvite(String objectId)Deprecated.UseprojectInvite(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectInvite(String objectId, DXEnvironment env)Deprecated.UseprojectInvite(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectInvite(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectInvite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectInvite(String objectId, Class<T> outputClass)Invokes the projectInvite method with an empty input, deserializing to an object of the specified class.static <T> TprojectInvite(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 <T> TprojectInvite(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> TprojectInvite(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.JsonNodeprojectLeave(String objectId)Deprecated.UseprojectLeave(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectLeave(String objectId, DXEnvironment env)Deprecated.UseprojectLeave(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectLeave(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectLeave(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectLeave(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectLeave(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectLeave(String objectId, Class<T> outputClass)Invokes the projectLeave method with an empty input, deserializing to an object of the specified class.static <T> TprojectLeave(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 <T> TprojectLeave(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> TprojectLeave(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.JsonNodeprojectListFolder(String objectId)Deprecated.UseprojectListFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectListFolder(String objectId, DXEnvironment env)Deprecated.UseprojectListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectListFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectListFolder(String objectId, Class<T> outputClass)Invokes the projectListFolder method with an empty input, deserializing to an object of the specified class.static <T> TprojectListFolder(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 <T> TprojectListFolder(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> TprojectListFolder(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.JsonNodeprojectMove(String objectId)Deprecated.UseprojectMove(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectMove(String objectId, DXEnvironment env)Deprecated.UseprojectMove(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectMove(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectMove(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectMove(String objectId, Class<T> outputClass)Invokes the projectMove method with an empty input, deserializing to an object of the specified class.static <T> TprojectMove(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 <T> TprojectMove(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectMove method with the given input, deserializing to an object of the specified class.static <T> TprojectMove(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectMove method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectNew()Deprecated.UseprojectNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectNew(DXEnvironment env)Deprecated.UseprojectNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectNew(Class<T> outputClass)Invokes the projectNew method with an empty input, deserializing to an object of the specified class.static <T> TprojectNew(Class<T> outputClass, DXEnvironment env)Invokes the projectNew method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TprojectNew(Object inputObject, Class<T> outputClass)Invokes the projectNew method with the specified input, deserializing to an object of the specified class.static <T> TprojectNew(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectNew method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectNewFolder(String objectId)Deprecated.UseprojectNewFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectNewFolder(String objectId, DXEnvironment env)Deprecated.UseprojectNewFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectNewFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectNewFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectNewFolder(String objectId, Class<T> outputClass)Invokes the projectNewFolder method with an empty input, deserializing to an object of the specified class.static <T> TprojectNewFolder(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectNewFolder method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectNewFolder(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectNewFolder method with the given input, deserializing to an object of the specified class.static <T> TprojectNewFolder(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectNewFolder method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveFolder(String objectId)Deprecated.UseprojectRemoveFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveFolder(String objectId, DXEnvironment env)Deprecated.UseprojectRemoveFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectRemoveFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectRemoveFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectRemoveFolder(String objectId, Class<T> outputClass)Invokes the projectRemoveFolder method with an empty input, deserializing to an object of the specified class.static <T> TprojectRemoveFolder(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectRemoveFolder method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectRemoveFolder(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectRemoveFolder method with the given input, deserializing to an object of the specified class.static <T> TprojectRemoveFolder(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectRemoveFolder method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveObjects(String objectId)Deprecated.UseprojectRemoveObjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveObjects(String objectId, DXEnvironment env)Deprecated.UseprojectRemoveObjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectRemoveObjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectRemoveObjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectRemoveObjects(String objectId, Class<T> outputClass)Invokes the projectRemoveObjects method with an empty input, deserializing to an object of the specified class.static <T> TprojectRemoveObjects(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectRemoveObjects method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectRemoveObjects(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectRemoveObjects method with the given input, deserializing to an object of the specified class.static <T> TprojectRemoveObjects(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectRemoveObjects method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveTags(String objectId)Deprecated.UseprojectRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveTags(String objectId, DXEnvironment env)Deprecated.UseprojectRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectRemoveTags(String objectId, Class<T> outputClass)Invokes the projectRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TprojectRemoveTags(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectRemoveTags(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectRemoveTags method with the given input, deserializing to an object of the specified class.static <T> TprojectRemoveTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectRenameFolder(String objectId)Deprecated.UseprojectRenameFolder(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRenameFolder(String objectId, DXEnvironment env)Deprecated.UseprojectRenameFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectRenameFolder(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectRenameFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectRenameFolder(String objectId, Class<T> outputClass)Invokes the projectRenameFolder method with an empty input, deserializing to an object of the specified class.static <T> TprojectRenameFolder(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectRenameFolder method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectRenameFolder(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectRenameFolder method with the given input, deserializing to an object of the specified class.static <T> TprojectRenameFolder(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectRenameFolder method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectSetProperties(String objectId)Deprecated.UseprojectSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectSetProperties(String objectId, DXEnvironment env)Deprecated.UseprojectSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectSetProperties(String objectId, Class<T> outputClass)Invokes the projectSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TprojectSetProperties(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectSetProperties(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectSetProperties method with the given input, deserializing to an object of the specified class.static <T> TprojectSetProperties(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectSetProperties method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectTransfer(String objectId)Deprecated.UseprojectTransfer(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectTransfer(String objectId, DXEnvironment env)Deprecated.UseprojectTransfer(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectTransfer(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectTransfer(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectTransfer(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectTransfer(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectTransfer(String objectId, Class<T> outputClass)Invokes the projectTransfer method with an empty input, deserializing to an object of the specified class.static <T> TprojectTransfer(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectTransfer method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectTransfer(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectTransfer method with the given input, deserializing to an object of the specified class.static <T> TprojectTransfer(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectTransfer method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectUnarchive(String objectId)Deprecated.UseprojectUnarchive(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUnarchive(String objectId, DXEnvironment env)Deprecated.UseprojectUnarchive(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUnarchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectUnarchive(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUnarchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectUnarchive(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectUnarchive(String objectId, Class<T> outputClass)Invokes the projectUnarchive method with an empty input, deserializing to an object of the specified class.static <T> TprojectUnarchive(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectUnarchive method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectUnarchive(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectUnarchive method with the given input, deserializing to an object of the specified class.static <T> TprojectUnarchive(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectUnarchive method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectUpdate(String objectId)Deprecated.UseprojectUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUpdate(String objectId, DXEnvironment env)Deprecated.UseprojectUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectUpdate(String objectId, Class<T> outputClass)Invokes the projectUpdate method with an empty input, deserializing to an object of the specified class.static <T> TprojectUpdate(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectUpdate method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectUpdate(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectUpdate method with the given input, deserializing to an object of the specified class.static <T> TprojectUpdate(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectUpdate method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeprojectUpdateSponsorship(String objectId)Deprecated.UseprojectUpdateSponsorship(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUpdateSponsorship(String objectId, DXEnvironment env)Deprecated.UseprojectUpdateSponsorship(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUpdateSponsorship(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseprojectUpdateSponsorship(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeprojectUpdateSponsorship(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseprojectUpdateSponsorship(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TprojectUpdateSponsorship(String objectId, Class<T> outputClass)Invokes the projectUpdateSponsorship method with an empty input, deserializing to an object of the specified class.static <T> TprojectUpdateSponsorship(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the projectUpdateSponsorship method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TprojectUpdateSponsorship(String objectId, Object inputObject, Class<T> outputClass)Invokes the projectUpdateSponsorship method with the given input, deserializing to an object of the specified class.static <T> TprojectUpdateSponsorship(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the projectUpdateSponsorship method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordAddTags(String objectId)Deprecated.UserecordAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordAddTags(String objectId, DXEnvironment env)Deprecated.UserecordAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordAddTags(String objectId, Class<T> outputClass)Invokes the recordAddTags method with an empty input, deserializing to an object of the specified class.static <T> TrecordAddTags(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordAddTags method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordAddTags(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordAddTags method with the given input, deserializing to an object of the specified class.static <T> TrecordAddTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordAddTags method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordAddTypes(String objectId)Deprecated.UserecordAddTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordAddTypes(String objectId, DXEnvironment env)Deprecated.UserecordAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordAddTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordAddTypes(String objectId, Class<T> outputClass)Invokes the recordAddTypes method with an empty input, deserializing to an object of the specified class.static <T> TrecordAddTypes(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordAddTypes(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordAddTypes method with the given input, deserializing to an object of the specified class.static <T> TrecordAddTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordAddTypes method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordClose(String objectId)Deprecated.UserecordClose(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordClose(String objectId, DXEnvironment env)Deprecated.UserecordClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordClose(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordClose(String objectId, Class<T> outputClass)Invokes the recordClose method with an empty input, deserializing to an object of the specified class.static <T> TrecordClose(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordClose method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordClose(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordClose method with the given input, deserializing to an object of the specified class.static <T> TrecordClose(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordClose method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordDescribe(String objectId)Deprecated.UserecordDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordDescribe(String objectId, DXEnvironment env)Deprecated.UserecordDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordDescribe(String objectId, Class<T> outputClass)Invokes the recordDescribe method with an empty input, deserializing to an object of the specified class.static <T> TrecordDescribe(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordDescribe method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordDescribe(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordDescribe method with the given input, deserializing to an object of the specified class.static <T> TrecordDescribe(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordDescribe method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordGetDetails(String objectId)Deprecated.UserecordGetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordGetDetails(String objectId, DXEnvironment env)Deprecated.UserecordGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordGetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordGetDetails(String objectId, Class<T> outputClass)Invokes the recordGetDetails method with an empty input, deserializing to an object of the specified class.static <T> TrecordGetDetails(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordGetDetails(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordGetDetails method with the given input, deserializing to an object of the specified class.static <T> TrecordGetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordGetDetails method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordListProjects(String objectId)Deprecated.UserecordListProjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordListProjects(String objectId, DXEnvironment env)Deprecated.UserecordListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordListProjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordListProjects(String objectId, Class<T> outputClass)Invokes the recordListProjects method with an empty input, deserializing to an object of the specified class.static <T> TrecordListProjects(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordListProjects method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordListProjects(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordListProjects method with the given input, deserializing to an object of the specified class.static <T> TrecordListProjects(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordListProjects method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordNew()Deprecated.UserecordNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordNew(DXEnvironment env)Deprecated.UserecordNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordNew(Class<T> outputClass)Invokes the recordNew method with an empty input, deserializing to an object of the specified class.static <T> TrecordNew(Class<T> outputClass, DXEnvironment env)Invokes the recordNew method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TrecordNew(Object inputObject, Class<T> outputClass)Invokes the recordNew method with the specified input, deserializing to an object of the specified class.static <T> TrecordNew(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordNew method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTags(String objectId)Deprecated.UserecordRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTags(String objectId, DXEnvironment env)Deprecated.UserecordRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordRemoveTags(String objectId, Class<T> outputClass)Invokes the recordRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TrecordRemoveTags(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordRemoveTags(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordRemoveTags method with the given input, deserializing to an object of the specified class.static <T> TrecordRemoveTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTypes(String objectId)Deprecated.UserecordRemoveTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTypes(String objectId, DXEnvironment env)Deprecated.UserecordRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordRemoveTypes(String objectId, Class<T> outputClass)Invokes the recordRemoveTypes method with an empty input, deserializing to an object of the specified class.static <T> TrecordRemoveTypes(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordRemoveTypes(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordRemoveTypes method with the given input, deserializing to an object of the specified class.static <T> TrecordRemoveTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordRename(String objectId)Deprecated.UserecordRename(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRename(String objectId, DXEnvironment env)Deprecated.UserecordRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordRename(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordRename(String objectId, Class<T> outputClass)Invokes the recordRename method with an empty input, deserializing to an object of the specified class.static <T> TrecordRename(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordRename method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordRename(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordRename method with the given input, deserializing to an object of the specified class.static <T> TrecordRename(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordRename method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordSetDetails(String objectId)Deprecated.UserecordSetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetDetails(String objectId, DXEnvironment env)Deprecated.UserecordSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordSetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordSetDetails(String objectId, Class<T> outputClass)Invokes the recordSetDetails method with an empty input, deserializing to an object of the specified class.static <T> TrecordSetDetails(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordSetDetails(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordSetDetails method with the given input, deserializing to an object of the specified class.static <T> TrecordSetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordSetDetails method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordSetProperties(String objectId)Deprecated.UserecordSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetProperties(String objectId, DXEnvironment env)Deprecated.UserecordSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordSetProperties(String objectId, Class<T> outputClass)Invokes the recordSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TrecordSetProperties(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordSetProperties(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordSetProperties method with the given input, deserializing to an object of the specified class.static <T> TrecordSetProperties(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordSetProperties method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNoderecordSetVisibility(String objectId)Deprecated.UserecordSetVisibility(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetVisibility(String objectId, DXEnvironment env)Deprecated.UserecordSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UserecordSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNoderecordSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UserecordSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TrecordSetVisibility(String objectId, Class<T> outputClass)Invokes the recordSetVisibility method with an empty input, deserializing to an object of the specified class.static <T> TrecordSetVisibility(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the recordSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TrecordSetVisibility(String objectId, Object inputObject, Class<T> outputClass)Invokes the recordSetVisibility method with the given input, deserializing to an object of the specified class.static <T> TrecordSetVisibility(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the recordSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemDescribeDataObjects()Deprecated.UsesystemDescribeDataObjects(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeDataObjects(DXEnvironment env)Deprecated.UsesystemDescribeDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemDescribeDataObjects(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemDescribeDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemDescribeDataObjects(Class<T> outputClass)Invokes the systemDescribeDataObjects method with an empty input, deserializing to an object of the specified class.static <T> TsystemDescribeDataObjects(Class<T> outputClass, DXEnvironment env)Invokes the systemDescribeDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemDescribeDataObjects(Object inputObject, Class<T> outputClass)Invokes the systemDescribeDataObjects method with the specified input, deserializing to an object of the specified class.static <T> TsystemDescribeDataObjects(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemDescribeDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemDescribeExecutions()Deprecated.UsesystemDescribeExecutions(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeExecutions(DXEnvironment env)Deprecated.UsesystemDescribeExecutions(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeExecutions(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemDescribeExecutions(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeExecutions(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemDescribeExecutions(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemDescribeExecutions(Class<T> outputClass)Invokes the systemDescribeExecutions method with an empty input, deserializing to an object of the specified class.static <T> TsystemDescribeExecutions(Class<T> outputClass, DXEnvironment env)Invokes the systemDescribeExecutions method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemDescribeExecutions(Object inputObject, Class<T> outputClass)Invokes the systemDescribeExecutions method with the specified input, deserializing to an object of the specified class.static <T> TsystemDescribeExecutions(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemDescribeExecutions method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemDescribeProjects()Deprecated.UsesystemDescribeProjects(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeProjects(DXEnvironment env)Deprecated.UsesystemDescribeProjects(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeProjects(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemDescribeProjects(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemDescribeProjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemDescribeProjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemDescribeProjects(Class<T> outputClass)Invokes the systemDescribeProjects method with an empty input, deserializing to an object of the specified class.static <T> TsystemDescribeProjects(Class<T> outputClass, DXEnvironment env)Invokes the systemDescribeProjects method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemDescribeProjects(Object inputObject, Class<T> outputClass)Invokes the systemDescribeProjects method with the specified input, deserializing to an object of the specified class.static <T> TsystemDescribeProjects(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemDescribeProjects method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindAffiliates()Deprecated.UsesystemFindAffiliates(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindAffiliates(DXEnvironment env)Deprecated.UsesystemFindAffiliates(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindAffiliates(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindAffiliates(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindAffiliates(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindAffiliates(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindAffiliates(Class<T> outputClass)Invokes the systemFindAffiliates method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindAffiliates(Class<T> outputClass, DXEnvironment env)Invokes the systemFindAffiliates method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindAffiliates(Object inputObject, Class<T> outputClass)Invokes the systemFindAffiliates method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindAffiliates(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindAffiliates method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindAnalyses()Deprecated.UsesystemFindAnalyses(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindAnalyses(DXEnvironment env)Deprecated.UsesystemFindAnalyses(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindAnalyses(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindAnalyses(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindAnalyses(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindAnalyses(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindAnalyses(Class<T> outputClass)Invokes the systemFindAnalyses method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindAnalyses(Class<T> outputClass, DXEnvironment env)Invokes the systemFindAnalyses method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindAnalyses(Object inputObject, Class<T> outputClass)Invokes the systemFindAnalyses method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindAnalyses(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindAnalyses method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindApps()Deprecated.UsesystemFindApps(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindApps(DXEnvironment env)Deprecated.UsesystemFindApps(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindApps(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindApps(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindApps(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindApps(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindApps(Class<T> outputClass)Invokes the systemFindApps method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindApps(Class<T> outputClass, DXEnvironment env)Invokes the systemFindApps method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindApps(Object inputObject, Class<T> outputClass)Invokes the systemFindApps method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindApps(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindApps method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindDatabases()Deprecated.UsesystemFindDatabases(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindDatabases(DXEnvironment env)Deprecated.UsesystemFindDatabases(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindDatabases(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindDatabases(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindDatabases(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindDatabases(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindDatabases(Class<T> outputClass)Invokes the systemFindDatabases method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindDatabases(Class<T> outputClass, DXEnvironment env)Invokes the systemFindDatabases method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindDatabases(Object inputObject, Class<T> outputClass)Invokes the systemFindDatabases method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindDatabases(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindDatabases method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindDataObjects()Deprecated.UsesystemFindDataObjects(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindDataObjects(DXEnvironment env)Deprecated.UsesystemFindDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindDataObjects(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindDataObjects(Class<T> outputClass)Invokes the systemFindDataObjects method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindDataObjects(Class<T> outputClass, DXEnvironment env)Invokes the systemFindDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindDataObjects(Object inputObject, Class<T> outputClass)Invokes the systemFindDataObjects method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindDataObjects(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindExecutions()Deprecated.UsesystemFindExecutions(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindExecutions(DXEnvironment env)Deprecated.UsesystemFindExecutions(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindExecutions(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindExecutions(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindExecutions(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindExecutions(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindExecutions(Class<T> outputClass)Invokes the systemFindExecutions method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindExecutions(Class<T> outputClass, DXEnvironment env)Invokes the systemFindExecutions method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindExecutions(Object inputObject, Class<T> outputClass)Invokes the systemFindExecutions method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindExecutions(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindExecutions method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindGlobalWorkflows()Deprecated.UsesystemFindGlobalWorkflows(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindGlobalWorkflows(DXEnvironment env)Deprecated.UsesystemFindGlobalWorkflows(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindGlobalWorkflows(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindGlobalWorkflows(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindGlobalWorkflows(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindGlobalWorkflows(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindGlobalWorkflows(Class<T> outputClass)Invokes the systemFindGlobalWorkflows method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindGlobalWorkflows(Class<T> outputClass, DXEnvironment env)Invokes the systemFindGlobalWorkflows method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindGlobalWorkflows(Object inputObject, Class<T> outputClass)Invokes the systemFindGlobalWorkflows method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindGlobalWorkflows(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindGlobalWorkflows method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindJobs()Deprecated.UsesystemFindJobs(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindJobs(DXEnvironment env)Deprecated.UsesystemFindJobs(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindJobs(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindJobs(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindJobs(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindJobs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindJobs(Class<T> outputClass)Invokes the systemFindJobs method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindJobs(Class<T> outputClass, DXEnvironment env)Invokes the systemFindJobs method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindJobs(Object inputObject, Class<T> outputClass)Invokes the systemFindJobs method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindJobs(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindJobs method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindOrgs()Deprecated.UsesystemFindOrgs(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindOrgs(DXEnvironment env)Deprecated.UsesystemFindOrgs(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindOrgs(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindOrgs(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindOrgs(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindOrgs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindOrgs(Class<T> outputClass)Invokes the systemFindOrgs method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindOrgs(Class<T> outputClass, DXEnvironment env)Invokes the systemFindOrgs method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindOrgs(Object inputObject, Class<T> outputClass)Invokes the systemFindOrgs method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindOrgs(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindOrgs method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindProjectMembers()Deprecated.UsesystemFindProjectMembers(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindProjectMembers(DXEnvironment env)Deprecated.UsesystemFindProjectMembers(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindProjectMembers(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindProjectMembers(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindProjectMembers(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindProjectMembers(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindProjectMembers(Class<T> outputClass)Invokes the systemFindProjectMembers method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindProjectMembers(Class<T> outputClass, DXEnvironment env)Invokes the systemFindProjectMembers method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindProjectMembers(Object inputObject, Class<T> outputClass)Invokes the systemFindProjectMembers method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindProjectMembers(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindProjectMembers method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindProjects()Deprecated.UsesystemFindProjects(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindProjects(DXEnvironment env)Deprecated.UsesystemFindProjects(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindProjects(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindProjects(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindProjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindProjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindProjects(Class<T> outputClass)Invokes the systemFindProjects method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindProjects(Class<T> outputClass, DXEnvironment env)Invokes the systemFindProjects method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindProjects(Object inputObject, Class<T> outputClass)Invokes the systemFindProjects method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindProjects(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindProjects method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemFindUsers()Deprecated.UsesystemFindUsers(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindUsers(DXEnvironment env)Deprecated.UsesystemFindUsers(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindUsers(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemFindUsers(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemFindUsers(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemFindUsers(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemFindUsers(Class<T> outputClass)Invokes the systemFindUsers method with an empty input, deserializing to an object of the specified class.static <T> TsystemFindUsers(Class<T> outputClass, DXEnvironment env)Invokes the systemFindUsers method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemFindUsers(Object inputObject, Class<T> outputClass)Invokes the systemFindUsers method with the specified input, deserializing to an object of the specified class.static <T> TsystemFindUsers(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemFindUsers method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemGenerateBatchInputs()Deprecated.UsesystemGenerateBatchInputs(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGenerateBatchInputs(DXEnvironment env)Deprecated.UsesystemGenerateBatchInputs(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGenerateBatchInputs(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemGenerateBatchInputs(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGenerateBatchInputs(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemGenerateBatchInputs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemGenerateBatchInputs(Class<T> outputClass)Invokes the systemGenerateBatchInputs method with an empty input, deserializing to an object of the specified class.static <T> TsystemGenerateBatchInputs(Class<T> outputClass, DXEnvironment env)Invokes the systemGenerateBatchInputs method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemGenerateBatchInputs(Object inputObject, Class<T> outputClass)Invokes the systemGenerateBatchInputs method with the specified input, deserializing to an object of the specified class.static <T> TsystemGenerateBatchInputs(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemGenerateBatchInputs method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemGlobalSearch()Deprecated.UsesystemGlobalSearch(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGlobalSearch(DXEnvironment env)Deprecated.UsesystemGlobalSearch(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGlobalSearch(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemGlobalSearch(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGlobalSearch(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemGlobalSearch(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemGlobalSearch(Class<T> outputClass)Invokes the systemGlobalSearch method with an empty input, deserializing to an object of the specified class.static <T> TsystemGlobalSearch(Class<T> outputClass, DXEnvironment env)Invokes the systemGlobalSearch method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemGlobalSearch(Object inputObject, Class<T> outputClass)Invokes the systemGlobalSearch method with the specified input, deserializing to an object of the specified class.static <T> TsystemGlobalSearch(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemGlobalSearch method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemGreet()Deprecated.UsesystemGreet(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGreet(DXEnvironment env)Deprecated.UsesystemGreet(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGreet(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemGreet(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemGreet(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemGreet(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemGreet(Class<T> outputClass)Invokes the systemGreet method with an empty input, deserializing to an object of the specified class.static <T> TsystemGreet(Class<T> outputClass, DXEnvironment env)Invokes the systemGreet method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemGreet(Object inputObject, Class<T> outputClass)Invokes the systemGreet method with the specified input, deserializing to an object of the specified class.static <T> TsystemGreet(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemGreet method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemHeaders()Deprecated.UsesystemHeaders(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemHeaders(DXEnvironment env)Deprecated.UsesystemHeaders(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemHeaders(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemHeaders(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemHeaders(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemHeaders(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemHeaders(Class<T> outputClass)Invokes the systemHeaders method with an empty input, deserializing to an object of the specified class.static <T> TsystemHeaders(Class<T> outputClass, DXEnvironment env)Invokes the systemHeaders method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemHeaders(Object inputObject, Class<T> outputClass)Invokes the systemHeaders method with the specified input, deserializing to an object of the specified class.static <T> TsystemHeaders(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemHeaders method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemResolveDataObjects()Deprecated.UsesystemResolveDataObjects(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemResolveDataObjects(DXEnvironment env)Deprecated.UsesystemResolveDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemResolveDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemResolveDataObjects(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemResolveDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemResolveDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemResolveDataObjects(Class<T> outputClass)Invokes the systemResolveDataObjects method with an empty input, deserializing to an object of the specified class.static <T> TsystemResolveDataObjects(Class<T> outputClass, DXEnvironment env)Invokes the systemResolveDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemResolveDataObjects(Object inputObject, Class<T> outputClass)Invokes the systemResolveDataObjects method with the specified input, deserializing to an object of the specified class.static <T> TsystemResolveDataObjects(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemResolveDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemShortenURL()Deprecated.UsesystemShortenURL(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemShortenURL(DXEnvironment env)Deprecated.UsesystemShortenURL(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemShortenURL(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemShortenURL(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemShortenURL(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemShortenURL(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemShortenURL(Class<T> outputClass)Invokes the systemShortenURL method with an empty input, deserializing to an object of the specified class.static <T> TsystemShortenURL(Class<T> outputClass, DXEnvironment env)Invokes the systemShortenURL method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemShortenURL(Object inputObject, Class<T> outputClass)Invokes the systemShortenURL method with the specified input, deserializing to an object of the specified class.static <T> TsystemShortenURL(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemShortenURL method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodesystemWhoami()Deprecated.UsesystemWhoami(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemWhoami(DXEnvironment env)Deprecated.UsesystemWhoami(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemWhoami(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UsesystemWhoami(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodesystemWhoami(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UsesystemWhoami(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TsystemWhoami(Class<T> outputClass)Invokes the systemWhoami method with an empty input, deserializing to an object of the specified class.static <T> TsystemWhoami(Class<T> outputClass, DXEnvironment env)Invokes the systemWhoami method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TsystemWhoami(Object inputObject, Class<T> outputClass)Invokes the systemWhoami method with the specified input, deserializing to an object of the specified class.static <T> TsystemWhoami(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the systemWhoami method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeuserDescribe(String objectId)Deprecated.UseuserDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeuserDescribe(String objectId, DXEnvironment env)Deprecated.UseuserDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeuserDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseuserDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeuserDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseuserDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TuserDescribe(String objectId, Class<T> outputClass)Invokes the userDescribe method with an empty input, deserializing to an object of the specified class.static <T> TuserDescribe(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the userDescribe method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TuserDescribe(String objectId, Object inputObject, Class<T> outputClass)Invokes the userDescribe method with the given input, deserializing to an object of the specified class.static <T> TuserDescribe(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the userDescribe method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeuserUpdate(String objectId)Deprecated.UseuserUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeuserUpdate(String objectId, DXEnvironment env)Deprecated.UseuserUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeuserUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseuserUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeuserUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseuserUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TuserUpdate(String objectId, Class<T> outputClass)Invokes the userUpdate method with an empty input, deserializing to an object of the specified class.static <T> TuserUpdate(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the userUpdate method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TuserUpdate(String objectId, Object inputObject, Class<T> outputClass)Invokes the userUpdate method with the given input, deserializing to an object of the specified class.static <T> TuserUpdate(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the userUpdate method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowAddStage(String objectId)Deprecated.UseworkflowAddStage(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddStage(String objectId, DXEnvironment env)Deprecated.UseworkflowAddStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowAddStage(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowAddStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowAddStage(String objectId, Class<T> outputClass)Invokes the workflowAddStage method with an empty input, deserializing to an object of the specified class.static <T> TworkflowAddStage(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowAddStage method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowAddStage(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowAddStage method with the given input, deserializing to an object of the specified class.static <T> TworkflowAddStage(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowAddStage method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTags(String objectId)Deprecated.UseworkflowAddTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTags(String objectId, DXEnvironment env)Deprecated.UseworkflowAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowAddTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowAddTags(String objectId, Class<T> outputClass)Invokes the workflowAddTags method with an empty input, deserializing to an object of the specified class.static <T> TworkflowAddTags(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowAddTags method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowAddTags(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowAddTags method with the given input, deserializing to an object of the specified class.static <T> TworkflowAddTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowAddTags method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTypes(String objectId)Deprecated.UseworkflowAddTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTypes(String objectId, DXEnvironment env)Deprecated.UseworkflowAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowAddTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowAddTypes(String objectId, Class<T> outputClass)Invokes the workflowAddTypes method with an empty input, deserializing to an object of the specified class.static <T> TworkflowAddTypes(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowAddTypes(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowAddTypes method with the given input, deserializing to an object of the specified class.static <T> TworkflowAddTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowAddTypes method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowClose(String objectId)Deprecated.UseworkflowClose(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowClose(String objectId, DXEnvironment env)Deprecated.UseworkflowClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowClose(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowClose(String objectId, Class<T> outputClass)Invokes the workflowClose method with an empty input, deserializing to an object of the specified class.static <T> TworkflowClose(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowClose method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowClose(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowClose method with the given input, deserializing to an object of the specified class.static <T> TworkflowClose(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowClose method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowDescribe(String objectId)Deprecated.UseworkflowDescribe(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowDescribe(String objectId, DXEnvironment env)Deprecated.UseworkflowDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowDescribe(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowDescribe(String objectId, Class<T> outputClass)Invokes the workflowDescribe method with an empty input, deserializing to an object of the specified class.static <T> TworkflowDescribe(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowDescribe method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowDescribe(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowDescribe method with the given input, deserializing to an object of the specified class.static <T> TworkflowDescribe(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowDescribe method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowDryRun(String objectId)Deprecated.UseworkflowDryRun(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowDryRun(String objectId, DXEnvironment env)Deprecated.UseworkflowDryRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowDryRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowDryRun(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowDryRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowDryRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowDryRun(String objectId, Class<T> outputClass)Invokes the workflowDryRun method with an empty input, deserializing to an object of the specified class.static <T> TworkflowDryRun(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowDryRun method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowDryRun(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowDryRun method with the given input, deserializing to an object of the specified class.static <T> TworkflowDryRun(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowDryRun method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowGetDetails(String objectId)Deprecated.UseworkflowGetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowGetDetails(String objectId, DXEnvironment env)Deprecated.UseworkflowGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowGetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowGetDetails(String objectId, Class<T> outputClass)Invokes the workflowGetDetails method with an empty input, deserializing to an object of the specified class.static <T> TworkflowGetDetails(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowGetDetails(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowGetDetails method with the given input, deserializing to an object of the specified class.static <T> TworkflowGetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowGetDetails method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowIsStageCompatible(String objectId)Deprecated.UseworkflowIsStageCompatible(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowIsStageCompatible(String objectId, DXEnvironment env)Deprecated.UseworkflowIsStageCompatible(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowIsStageCompatible(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowIsStageCompatible(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowIsStageCompatible(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowIsStageCompatible(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowIsStageCompatible(String objectId, Class<T> outputClass)Invokes the workflowIsStageCompatible method with an empty input, deserializing to an object of the specified class.static <T> TworkflowIsStageCompatible(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowIsStageCompatible method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowIsStageCompatible(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowIsStageCompatible method with the given input, deserializing to an object of the specified class.static <T> TworkflowIsStageCompatible(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowIsStageCompatible method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowListProjects(String objectId)Deprecated.UseworkflowListProjects(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowListProjects(String objectId, DXEnvironment env)Deprecated.UseworkflowListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowListProjects(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowListProjects(String objectId, Class<T> outputClass)Invokes the workflowListProjects method with an empty input, deserializing to an object of the specified class.static <T> TworkflowListProjects(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowListProjects method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowListProjects(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowListProjects method with the given input, deserializing to an object of the specified class.static <T> TworkflowListProjects(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowListProjects method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowMoveStage(String objectId)Deprecated.UseworkflowMoveStage(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowMoveStage(String objectId, DXEnvironment env)Deprecated.UseworkflowMoveStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowMoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowMoveStage(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowMoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowMoveStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowMoveStage(String objectId, Class<T> outputClass)Invokes the workflowMoveStage method with an empty input, deserializing to an object of the specified class.static <T> TworkflowMoveStage(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowMoveStage method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowMoveStage(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowMoveStage method with the given input, deserializing to an object of the specified class.static <T> TworkflowMoveStage(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowMoveStage method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowNew()Deprecated.UseworkflowNew(Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowNew(DXEnvironment env)Deprecated.UseworkflowNew(Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowNew(Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowNew(Class<T> outputClass)Invokes the workflowNew method with an empty input, deserializing to an object of the specified class.static <T> TworkflowNew(Class<T> outputClass, DXEnvironment env)Invokes the workflowNew method with an empty input using the specified environment, deserializing to an object of the specified class.static <T> TworkflowNew(Object inputObject, Class<T> outputClass)Invokes the workflowNew method with the specified input, deserializing to an object of the specified class.static <T> TworkflowNew(Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowNew method with the specified input using the specified environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowOverwrite(String objectId)Deprecated.UseworkflowOverwrite(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowOverwrite(String objectId, DXEnvironment env)Deprecated.UseworkflowOverwrite(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowOverwrite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowOverwrite(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowOverwrite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowOverwrite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowOverwrite(String objectId, Class<T> outputClass)Invokes the workflowOverwrite method with an empty input, deserializing to an object of the specified class.static <T> TworkflowOverwrite(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowOverwrite method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowOverwrite(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowOverwrite method with the given input, deserializing to an object of the specified class.static <T> TworkflowOverwrite(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowOverwrite method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveStage(String objectId)Deprecated.UseworkflowRemoveStage(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveStage(String objectId, DXEnvironment env)Deprecated.UseworkflowRemoveStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowRemoveStage(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowRemoveStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowRemoveStage(String objectId, Class<T> outputClass)Invokes the workflowRemoveStage method with an empty input, deserializing to an object of the specified class.static <T> TworkflowRemoveStage(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowRemoveStage method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowRemoveStage(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowRemoveStage method with the given input, deserializing to an object of the specified class.static <T> TworkflowRemoveStage(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowRemoveStage method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTags(String objectId)Deprecated.UseworkflowRemoveTags(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTags(String objectId, DXEnvironment env)Deprecated.UseworkflowRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowRemoveTags(String objectId, Class<T> outputClass)Invokes the workflowRemoveTags method with an empty input, deserializing to an object of the specified class.static <T> TworkflowRemoveTags(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowRemoveTags(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowRemoveTags method with the given input, deserializing to an object of the specified class.static <T> TworkflowRemoveTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTypes(String objectId)Deprecated.UseworkflowRemoveTypes(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTypes(String objectId, DXEnvironment env)Deprecated.UseworkflowRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowRemoveTypes(String objectId, Class<T> outputClass)Invokes the workflowRemoveTypes method with an empty input, deserializing to an object of the specified class.static <T> TworkflowRemoveTypes(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowRemoveTypes(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowRemoveTypes method with the given input, deserializing to an object of the specified class.static <T> TworkflowRemoveTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowRename(String objectId)Deprecated.UseworkflowRename(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRename(String objectId, DXEnvironment env)Deprecated.UseworkflowRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowRename(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowRename(String objectId, Class<T> outputClass)Invokes the workflowRename method with an empty input, deserializing to an object of the specified class.static <T> TworkflowRename(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowRename method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowRename(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowRename method with the given input, deserializing to an object of the specified class.static <T> TworkflowRename(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowRename method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowRun(String objectId)Deprecated.UseworkflowRun(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRun(String objectId, DXEnvironment env)Deprecated.UseworkflowRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowRun(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowRun(String objectId, Class<T> outputClass)Invokes the workflowRun method with an empty input, deserializing to an object of the specified class.static <T> TworkflowRun(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowRun method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowRun(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowRun method with the given input, deserializing to an object of the specified class.static <T> TworkflowRun(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowRun method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowSetDetails(String objectId)Deprecated.UseworkflowSetDetails(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetDetails(String objectId, DXEnvironment env)Deprecated.UseworkflowSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowSetDetails(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowSetDetails(String objectId, Class<T> outputClass)Invokes the workflowSetDetails method with an empty input, deserializing to an object of the specified class.static <T> TworkflowSetDetails(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowSetDetails(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowSetDetails method with the given input, deserializing to an object of the specified class.static <T> TworkflowSetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowSetDetails method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowSetProperties(String objectId)Deprecated.UseworkflowSetProperties(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetProperties(String objectId, DXEnvironment env)Deprecated.UseworkflowSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowSetProperties(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowSetProperties(String objectId, Class<T> outputClass)Invokes the workflowSetProperties method with an empty input, deserializing to an object of the specified class.static <T> TworkflowSetProperties(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowSetProperties(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowSetProperties method with the given input, deserializing to an object of the specified class.static <T> TworkflowSetProperties(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowSetProperties method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowSetVisibility(String objectId)Deprecated.UseworkflowSetVisibility(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetVisibility(String objectId, DXEnvironment env)Deprecated.UseworkflowSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowSetVisibility(String objectId, Class<T> outputClass)Invokes the workflowSetVisibility method with an empty input, deserializing to an object of the specified class.static <T> TworkflowSetVisibility(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowSetVisibility(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowSetVisibility method with the given input, deserializing to an object of the specified class.static <T> TworkflowSetVisibility(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdate(String objectId)Deprecated.UseworkflowUpdate(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdate(String objectId, DXEnvironment env)Deprecated.UseworkflowUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowUpdate(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowUpdate(String objectId, Class<T> outputClass)Invokes the workflowUpdate method with an empty input, deserializing to an object of the specified class.static <T> TworkflowUpdate(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowUpdate method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowUpdate(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowUpdate method with the given input, deserializing to an object of the specified class.static <T> TworkflowUpdate(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowUpdate method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdateStageExecutable(String objectId)Deprecated.UseworkflowUpdateStageExecutable(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdateStageExecutable(String objectId, DXEnvironment env)Deprecated.UseworkflowUpdateStageExecutable(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdateStageExecutable(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowUpdateStageExecutable(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowUpdateStageExecutable(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowUpdateStageExecutable(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowUpdateStageExecutable(String objectId, Class<T> outputClass)Invokes the workflowUpdateStageExecutable method with an empty input, deserializing to an object of the specified class.static <T> TworkflowUpdateStageExecutable(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowUpdateStageExecutable method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowUpdateStageExecutable(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowUpdateStageExecutable method with the given input, deserializing to an object of the specified class.static <T> TworkflowUpdateStageExecutable(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowUpdateStageExecutable method with the given input using the given environment, deserializing to an object of the specified class.static com.fasterxml.jackson.databind.JsonNodeworkflowValidateBatch(String objectId)Deprecated.UseworkflowValidateBatch(String, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowValidateBatch(String objectId, DXEnvironment env)Deprecated.UseworkflowValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)Deprecated.UseworkflowValidateBatch(String, Object, Class)instead and supply your own class to deserialize to.static com.fasterxml.jackson.databind.JsonNodeworkflowValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)Deprecated.UseworkflowValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.static <T> TworkflowValidateBatch(String objectId, Class<T> outputClass)Invokes the workflowValidateBatch method with an empty input, deserializing to an object of the specified class.static <T> TworkflowValidateBatch(String objectId, Class<T> outputClass, DXEnvironment env)Invokes the workflowValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.static <T> TworkflowValidateBatch(String objectId, Object inputObject, Class<T> outputClass)Invokes the workflowValidateBatch method with the given input, deserializing to an object of the specified class.static <T> TworkflowValidateBatch(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)Invokes the workflowValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.
-
-
-
Method Detail
-
analysisAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisAddTags(String objectId)
Deprecated.UseanalysisAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the analysisAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseanalysisAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the analysisAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisAddTags(String objectId, DXEnvironment env)
Deprecated.UseanalysisAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseanalysisAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisDescribe(String objectId)
Deprecated.UseanalysisDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the analysisDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseanalysisDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the analysisDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisDescribe(String objectId, DXEnvironment env)
Deprecated.UseanalysisDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseanalysisDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisRemoveTags(String objectId)
Deprecated.UseanalysisRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the analysisRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseanalysisRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the analysisRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisRemoveTags(String objectId, DXEnvironment env)
Deprecated.UseanalysisRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseanalysisRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisSetProperties(String objectId)
Deprecated.UseanalysisSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the analysisSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseanalysisSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the analysisSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisSetProperties(String objectId, DXEnvironment env)
Deprecated.UseanalysisSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseanalysisSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisTerminate(String objectId)
Deprecated.UseanalysisTerminate(String, Class)instead and supply your own class to deserialize to.Invokes the analysisTerminate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseanalysisTerminate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the analysisTerminate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisTerminate(String objectId, DXEnvironment env)
Deprecated.UseanalysisTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisTerminate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
analysisTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode analysisTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseanalysisTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the analysisTerminate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddAuthorizedUsers(String objectId)
Deprecated.UseappAddAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.Invokes the appAddAuthorizedUsers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappAddAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appAddAuthorizedUsers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddAuthorizedUsers(String objectId, DXEnvironment env)
Deprecated.UseappAddAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddAuthorizedUsers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappAddAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddAuthorizedUsers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddCategories(String objectId)
Deprecated.UseappAddCategories(String, Class)instead and supply your own class to deserialize to.Invokes the appAddCategories method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappAddCategories(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appAddCategories method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddCategories(String objectId, DXEnvironment env)
Deprecated.UseappAddCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddCategories method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappAddCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddCategories method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddDevelopers(String objectId)
Deprecated.UseappAddDevelopers(String, Class)instead and supply your own class to deserialize to.Invokes the appAddDevelopers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappAddDevelopers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appAddDevelopers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddDevelopers(String objectId, DXEnvironment env)
Deprecated.UseappAddDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddDevelopers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappAddDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddDevelopers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddTags(String objectId)
Deprecated.UseappAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the appAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddTags(String objectId, DXEnvironment env)
Deprecated.UseappAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDelete(String objectId)
Deprecated.UseappDelete(String, Class)instead and supply your own class to deserialize to.Invokes the appDelete method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappDelete(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appDelete method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDelete(String objectId, DXEnvironment env)
Deprecated.UseappDelete(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appDelete method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappDelete(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appDelete method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDescribe(String objectId)
Deprecated.UseappDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the appDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDescribe(String objectId, DXEnvironment env)
Deprecated.UseappDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appGet(String objectId)
Deprecated.UseappGet(String, Class)instead and supply your own class to deserialize to.Invokes the appGet method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappGet(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appGet method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appGet(String objectId, DXEnvironment env)
Deprecated.UseappGet(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appGet method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappGet(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appGet method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appInstall(String objectId)
Deprecated.UseappInstall(String, Class)instead and supply your own class to deserialize to.Invokes the appInstall method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appInstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappInstall(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appInstall method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appInstall(String objectId, DXEnvironment env)
Deprecated.UseappInstall(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appInstall method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appInstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appInstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappInstall(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appInstall method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListAuthorizedUsers(String objectId)
Deprecated.UseappListAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.Invokes the appListAuthorizedUsers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappListAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appListAuthorizedUsers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListAuthorizedUsers(String objectId, DXEnvironment env)
Deprecated.UseappListAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appListAuthorizedUsers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappListAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appListAuthorizedUsers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListCategories(String objectId)
Deprecated.UseappListCategories(String, Class)instead and supply your own class to deserialize to.Invokes the appListCategories method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappListCategories(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appListCategories method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListCategories(String objectId, DXEnvironment env)
Deprecated.UseappListCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appListCategories method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappListCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appListCategories method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListDevelopers(String objectId)
Deprecated.UseappListDevelopers(String, Class)instead and supply your own class to deserialize to.Invokes the appListDevelopers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappListDevelopers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appListDevelopers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListDevelopers(String objectId, DXEnvironment env)
Deprecated.UseappListDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appListDevelopers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappListDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appListDevelopers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appPublish(String objectId)
Deprecated.UseappPublish(String, Class)instead and supply your own class to deserialize to.Invokes the appPublish method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappPublish(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appPublish method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appPublish(String objectId, DXEnvironment env)
Deprecated.UseappPublish(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appPublish method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappPublish(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appPublish method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveAuthorizedUsers(String objectId)
Deprecated.UseappRemoveAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.Invokes the appRemoveAuthorizedUsers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappRemoveAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appRemoveAuthorizedUsers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveAuthorizedUsers(String objectId, DXEnvironment env)
Deprecated.UseappRemoveAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveAuthorizedUsers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappRemoveAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveAuthorizedUsers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveCategories(String objectId)
Deprecated.UseappRemoveCategories(String, Class)instead and supply your own class to deserialize to.Invokes the appRemoveCategories method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappRemoveCategories(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appRemoveCategories method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveCategories(String objectId, DXEnvironment env)
Deprecated.UseappRemoveCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveCategories method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappRemoveCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveCategories method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveDevelopers(String objectId)
Deprecated.UseappRemoveDevelopers(String, Class)instead and supply your own class to deserialize to.Invokes the appRemoveDevelopers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappRemoveDevelopers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appRemoveDevelopers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveDevelopers(String objectId, DXEnvironment env)
Deprecated.UseappRemoveDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveDevelopers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappRemoveDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveDevelopers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveTags(String objectId)
Deprecated.UseappRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the appRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveTags(String objectId, DXEnvironment env)
Deprecated.UseappRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRun(String objectId)
Deprecated.UseappRun(String, Class)instead and supply your own class to deserialize to.Invokes the appRun method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappRun(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appRun method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRun(String objectId, DXEnvironment env)
Deprecated.UseappRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRun method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appRun method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appValidateBatch(String objectId)
Deprecated.UseappValidateBatch(String, Class)instead and supply your own class to deserialize to.Invokes the appValidateBatch method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappValidateBatch(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appValidateBatch method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appValidateBatch(String objectId, DXEnvironment env)
Deprecated.UseappValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appValidateBatch method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appValidateBatch method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUninstall(String objectId)
Deprecated.UseappUninstall(String, Class)instead and supply your own class to deserialize to.Invokes the appUninstall method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUninstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappUninstall(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appUninstall method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUninstall(String objectId, DXEnvironment env)
Deprecated.UseappUninstall(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appUninstall method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUninstall
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUninstall(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappUninstall(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appUninstall method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUpdate(String objectId)
Deprecated.UseappUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the appUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUpdate(String objectId, DXEnvironment env)
Deprecated.UseappUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
public static <T> T appNew(Class<T> outputClass)
Invokes the appNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appNew()
Deprecated.UseappNew(Class)instead and supply your own class to deserialize to.Invokes the appNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappNew(Object, Class)instead and supply your own class to deserialize to.Invokes the appNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appNew(DXEnvironment env)
Deprecated.UseappNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletAddTags(String objectId)
Deprecated.UseappletAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the appletAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletAddTags(String objectId, DXEnvironment env)
Deprecated.UseappletAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletDescribe(String objectId)
Deprecated.UseappletDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the appletDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletDescribe(String objectId, DXEnvironment env)
Deprecated.UseappletDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGet(String objectId)
Deprecated.UseappletGet(String, Class)instead and supply your own class to deserialize to.Invokes the appletGet method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletGet(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletGet method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGet(String objectId, DXEnvironment env)
Deprecated.UseappletGet(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletGet method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGet(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletGet(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletGet method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGetDetails(String objectId)
Deprecated.UseappletGetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the appletGetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletGetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletGetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGetDetails(String objectId, DXEnvironment env)
Deprecated.UseappletGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletGetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletGetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletListProjects(String objectId)
Deprecated.UseappletListProjects(String, Class)instead and supply your own class to deserialize to.Invokes the appletListProjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletListProjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletListProjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletListProjects(String objectId, DXEnvironment env)
Deprecated.UseappletListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletListProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletListProjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRemoveTags(String objectId)
Deprecated.UseappletRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the appletRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRemoveTags(String objectId, DXEnvironment env)
Deprecated.UseappletRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRename(String objectId)
Deprecated.UseappletRename(String, Class)instead and supply your own class to deserialize to.Invokes the appletRename method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletRename(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletRename method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRename(String objectId, DXEnvironment env)
Deprecated.UseappletRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletRename method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletRename method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletValidateBatch(String objectId)
Deprecated.UseappletValidateBatch(String, Class)instead and supply your own class to deserialize to.Invokes the appletValidateBatch method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletValidateBatch(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletValidateBatch method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletValidateBatch(String objectId, DXEnvironment env)
Deprecated.UseappletValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletValidateBatch method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletValidateBatch method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRun(String objectId)
Deprecated.UseappletRun(String, Class)instead and supply your own class to deserialize to.Invokes the appletRun method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletRun(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletRun method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRun(String objectId, DXEnvironment env)
Deprecated.UseappletRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletRun method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletRun method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletSetProperties(String objectId)
Deprecated.UseappletSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the appletSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the appletSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletSetProperties(String objectId, DXEnvironment env)
Deprecated.UseappletSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
public static <T> T appletNew(Class<T> outputClass)
Invokes the appletNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletNew()
Deprecated.UseappletNew(Class)instead and supply your own class to deserialize to.Invokes the appletNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseappletNew(Object, Class)instead and supply your own class to deserialize to.Invokes the appletNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletNew(DXEnvironment env)
Deprecated.UseappletNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
appletNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode appletNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseappletNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the appletNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerClone(String objectId)
Deprecated.UsecontainerClone(String, Class)instead and supply your own class to deserialize to.Invokes the containerClone method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerClone(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerClone method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerClone(String objectId, DXEnvironment env)
Deprecated.UsecontainerClone(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerClone method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerClone(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerClone method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDescribe(String objectId)
Deprecated.UsecontainerDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the containerDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDescribe(String objectId, DXEnvironment env)
Deprecated.UsecontainerDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
public 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.- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
public 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.- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
public 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.- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
public 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.- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDestroy(String objectId)
Deprecated.UsecontainerDestroy(String, Class)instead and supply your own class to deserialize to.Invokes the containerDestroy method.- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerDestroy(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerDestroy method with the specified parameters.- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDestroy(String objectId, DXEnvironment env)
Deprecated.UsecontainerDestroy(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerDestroy method with the specified environment.- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerDestroy(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerDestroy method with the specified environment and parameters.- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerListFolder(String objectId)
Deprecated.UsecontainerListFolder(String, Class)instead and supply your own class to deserialize to.Invokes the containerListFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerListFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerListFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerListFolder(String objectId, DXEnvironment env)
Deprecated.UsecontainerListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerListFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerListFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerMove(String objectId)
Deprecated.UsecontainerMove(String, Class)instead and supply your own class to deserialize to.Invokes the containerMove method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerMove(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerMove method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerMove(String objectId, DXEnvironment env)
Deprecated.UsecontainerMove(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerMove method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerMove(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerMove method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerNewFolder(String objectId)
Deprecated.UsecontainerNewFolder(String, Class)instead and supply your own class to deserialize to.Invokes the containerNewFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerNewFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerNewFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerNewFolder(String objectId, DXEnvironment env)
Deprecated.UsecontainerNewFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerNewFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerNewFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerNewFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveFolder(String objectId)
Deprecated.UsecontainerRemoveFolder(String, Class)instead and supply your own class to deserialize to.Invokes the containerRemoveFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerRemoveFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerRemoveFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveFolder(String objectId, DXEnvironment env)
Deprecated.UsecontainerRemoveFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerRemoveFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerRemoveFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerRemoveFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveObjects(String objectId)
Deprecated.UsecontainerRemoveObjects(String, Class)instead and supply your own class to deserialize to.Invokes the containerRemoveObjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerRemoveObjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerRemoveObjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveObjects(String objectId, DXEnvironment env)
Deprecated.UsecontainerRemoveObjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerRemoveObjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerRemoveObjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerRemoveObjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRenameFolder(String objectId)
Deprecated.UsecontainerRenameFolder(String, Class)instead and supply your own class to deserialize to.Invokes the containerRenameFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsecontainerRenameFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the containerRenameFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRenameFolder(String objectId, DXEnvironment env)
Deprecated.UsecontainerRenameFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerRenameFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
containerRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode containerRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsecontainerRenameFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the containerRenameFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTags(String objectId)
Deprecated.UsedatabaseAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the databaseAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTags(String objectId, DXEnvironment env)
Deprecated.UsedatabaseAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTypes(String objectId)
Deprecated.UsedatabaseAddTypes(String, Class)instead and supply your own class to deserialize to.Invokes the databaseAddTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseAddTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseAddTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTypes(String objectId, DXEnvironment env)
Deprecated.UsedatabaseAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseAddTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseAddTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseClose(String objectId)
Deprecated.UsedatabaseClose(String, Class)instead and supply your own class to deserialize to.Invokes the databaseClose method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseClose(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseClose method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseClose(String objectId, DXEnvironment env)
Deprecated.UsedatabaseClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseClose method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseClose method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDescribe(String objectId)
Deprecated.UsedatabaseDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the databaseDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDescribe(String objectId, DXEnvironment env)
Deprecated.UsedatabaseDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseGetDetails(String objectId)
Deprecated.UsedatabaseGetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the databaseGetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseGetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseGetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseGetDetails(String objectId, DXEnvironment env)
Deprecated.UsedatabaseGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseGetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseGetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListProjects(String objectId)
Deprecated.UsedatabaseListProjects(String, Class)instead and supply your own class to deserialize to.Invokes the databaseListProjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseListProjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseListProjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListProjects(String objectId, DXEnvironment env)
Deprecated.UsedatabaseListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseListProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseListProjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRelocate(String objectId)
Deprecated.UsedatabaseRelocate(String, Class)instead and supply your own class to deserialize to.Invokes the databaseRelocate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRelocate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseRelocate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseRelocate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRelocate(String objectId, DXEnvironment env)
Deprecated.UsedatabaseRelocate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRelocate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRelocate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRelocate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseRelocate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRelocate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTags(String objectId)
Deprecated.UsedatabaseRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the databaseRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTags(String objectId, DXEnvironment env)
Deprecated.UsedatabaseRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTypes(String objectId)
Deprecated.UsedatabaseRemoveTypes(String, Class)instead and supply your own class to deserialize to.Invokes the databaseRemoveTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseRemoveTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTypes(String objectId, DXEnvironment env)
Deprecated.UsedatabaseRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRemoveTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRemoveTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRename(String objectId)
Deprecated.UsedatabaseRename(String, Class)instead and supply your own class to deserialize to.Invokes the databaseRename method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseRename(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseRename method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRename(String objectId, DXEnvironment env)
Deprecated.UsedatabaseRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRename method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseRename method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetDetails(String objectId)
Deprecated.UsedatabaseSetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the databaseSetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseSetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseSetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetDetails(String objectId, DXEnvironment env)
Deprecated.UsedatabaseSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseSetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseSetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetProperties(String objectId)
Deprecated.UsedatabaseSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the databaseSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetProperties(String objectId, DXEnvironment env)
Deprecated.UsedatabaseSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetVisibility(String objectId)
Deprecated.UsedatabaseSetVisibility(String, Class)instead and supply your own class to deserialize to.Invokes the databaseSetVisibility method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseSetVisibility method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetVisibility(String objectId, DXEnvironment env)
Deprecated.UsedatabaseSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseSetVisibility method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseSetVisibility method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
public 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.- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
public 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.- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
public 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.- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
public 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.- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDownloadFile(String objectId)
Deprecated.UsedatabaseDownloadFile(String, Class)instead and supply your own class to deserialize to.Invokes the databaseDownloadFile method.- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDownloadFile(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseDownloadFile(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseDownloadFile method with the specified parameters.- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDownloadFile(String objectId, DXEnvironment env)
Deprecated.UsedatabaseDownloadFile(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseDownloadFile method with the specified environment.- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseDownloadFile
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseDownloadFile(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseDownloadFile(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseDownloadFile method with the specified environment and parameters.- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListFolder(String objectId)
Deprecated.UsedatabaseListFolder(String, Class)instead and supply your own class to deserialize to.Invokes the databaseListFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedatabaseListFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the databaseListFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListFolder(String objectId, DXEnvironment env)
Deprecated.UsedatabaseListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseListFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
databaseListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode databaseListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedatabaseListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the databaseListFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTags(String objectId)
Deprecated.UsedbclusterAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTags(String objectId, DXEnvironment env)
Deprecated.UsedbclusterAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTypes(String objectId)
Deprecated.UsedbclusterAddTypes(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterAddTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterAddTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterAddTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTypes(String objectId, DXEnvironment env)
Deprecated.UsedbclusterAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterAddTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterAddTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterDescribe(String objectId)
Deprecated.UsedbclusterDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterDescribe(String objectId, DXEnvironment env)
Deprecated.UsedbclusterDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterGetDetails(String objectId)
Deprecated.UsedbclusterGetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterGetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterGetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterGetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterGetDetails(String objectId, DXEnvironment env)
Deprecated.UsedbclusterGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterGetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterGetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
public static <T> T dbclusterNew(Class<T> outputClass)
Invokes the dbclusterNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterNew()
Deprecated.UsedbclusterNew(Class)instead and supply your own class to deserialize to.Invokes the dbclusterNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterNew(Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterNew(DXEnvironment env)
Deprecated.UsedbclusterNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTags(String objectId)
Deprecated.UsedbclusterRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTags(String objectId, DXEnvironment env)
Deprecated.UsedbclusterRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTypes(String objectId)
Deprecated.UsedbclusterRemoveTypes(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTypes(String objectId, DXEnvironment env)
Deprecated.UsedbclusterRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterRemoveTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRename(String objectId)
Deprecated.UsedbclusterRename(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterRename method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterRename(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterRename method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRename(String objectId, DXEnvironment env)
Deprecated.UsedbclusterRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterRename method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterRename method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetDetails(String objectId)
Deprecated.UsedbclusterSetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterSetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterSetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterSetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetDetails(String objectId, DXEnvironment env)
Deprecated.UsedbclusterSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterSetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterSetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetProperties(String objectId)
Deprecated.UsedbclusterSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetProperties(String objectId, DXEnvironment env)
Deprecated.UsedbclusterSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetVisibility(String objectId)
Deprecated.UsedbclusterSetVisibility(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterSetVisibility method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterSetVisibility method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetVisibility(String objectId, DXEnvironment env)
Deprecated.UsedbclusterSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterSetVisibility method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterSetVisibility method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStart(String objectId)
Deprecated.UsedbclusterStart(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterStart method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStart(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterStart(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterStart method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStart(String objectId, DXEnvironment env)
Deprecated.UsedbclusterStart(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterStart method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStart
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStart(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterStart(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterStart method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStop(String objectId)
Deprecated.UsedbclusterStop(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterStop method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStop(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterStop(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterStop method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStop(String objectId, DXEnvironment env)
Deprecated.UsedbclusterStop(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterStop method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterStop
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterStop(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterStop(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterStop method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterTerminate(String objectId)
Deprecated.UsedbclusterTerminate(String, Class)instead and supply your own class to deserialize to.Invokes the dbclusterTerminate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsedbclusterTerminate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the dbclusterTerminate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterTerminate(String objectId, DXEnvironment env)
Deprecated.UsedbclusterTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterTerminate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
dbclusterTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode dbclusterTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsedbclusterTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the dbclusterTerminate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTags(String objectId)
Deprecated.UsefileAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the fileAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTags(String objectId, DXEnvironment env)
Deprecated.UsefileAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTypes(String objectId)
Deprecated.UsefileAddTypes(String, Class)instead and supply your own class to deserialize to.Invokes the fileAddTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileAddTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileAddTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTypes(String objectId, DXEnvironment env)
Deprecated.UsefileAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileAddTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileAddTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileClose(String objectId)
Deprecated.UsefileClose(String, Class)instead and supply your own class to deserialize to.Invokes the fileClose method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileClose(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileClose method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileClose(String objectId, DXEnvironment env)
Deprecated.UsefileClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileClose method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileClose method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDescribe(String objectId)
Deprecated.UsefileDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the fileDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDescribe(String objectId, DXEnvironment env)
Deprecated.UsefileDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDownload(String objectId)
Deprecated.UsefileDownload(String, Class)instead and supply your own class to deserialize to.Invokes the fileDownload method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDownload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileDownload(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileDownload method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDownload(String objectId, DXEnvironment env)
Deprecated.UsefileDownload(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileDownload method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileDownload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileDownload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileDownload(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileDownload method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileGetDetails(String objectId)
Deprecated.UsefileGetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the fileGetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileGetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileGetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileGetDetails(String objectId, DXEnvironment env)
Deprecated.UsefileGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileGetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileGetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileListProjects(String objectId)
Deprecated.UsefileListProjects(String, Class)instead and supply your own class to deserialize to.Invokes the fileListProjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileListProjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileListProjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileListProjects(String objectId, DXEnvironment env)
Deprecated.UsefileListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileListProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileListProjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTags(String objectId)
Deprecated.UsefileRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the fileRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTags(String objectId, DXEnvironment env)
Deprecated.UsefileRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTypes(String objectId)
Deprecated.UsefileRemoveTypes(String, Class)instead and supply your own class to deserialize to.Invokes the fileRemoveTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileRemoveTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTypes(String objectId, DXEnvironment env)
Deprecated.UsefileRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileRemoveTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileRemoveTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRename(String objectId)
Deprecated.UsefileRename(String, Class)instead and supply your own class to deserialize to.Invokes the fileRename method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileRename(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileRename method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRename(String objectId, DXEnvironment env)
Deprecated.UsefileRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileRename method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileRename method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetDetails(String objectId)
Deprecated.UsefileSetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the fileSetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileSetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileSetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetDetails(String objectId, DXEnvironment env)
Deprecated.UsefileSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileSetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileSetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetProperties(String objectId)
Deprecated.UsefileSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the fileSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetProperties(String objectId, DXEnvironment env)
Deprecated.UsefileSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetVisibility(String objectId)
Deprecated.UsefileSetVisibility(String, Class)instead and supply your own class to deserialize to.Invokes the fileSetVisibility method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileSetVisibility method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetVisibility(String objectId, DXEnvironment env)
Deprecated.UsefileSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileSetVisibility method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileSetVisibility method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileUpload(String objectId)
Deprecated.UsefileUpload(String, Class)instead and supply your own class to deserialize to.Invokes the fileUpload method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileUpload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileUpload(String, Object, Class)instead and supply your own class to deserialize to.Invokes the fileUpload method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileUpload(String objectId, DXEnvironment env)
Deprecated.UsefileUpload(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileUpload method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileUpload
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileUpload(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileUpload(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileUpload method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
public static <T> T fileNew(Class<T> outputClass)
Invokes the fileNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileNew()
Deprecated.UsefileNew(Class)instead and supply your own class to deserialize to.Invokes the fileNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsefileNew(Object, Class)instead and supply your own class to deserialize to.Invokes the fileNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileNew(DXEnvironment env)
Deprecated.UsefileNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
fileNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode fileNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsefileNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the fileNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddAuthorizedUsers(String objectId)
Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddAuthorizedUsers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddAuthorizedUsers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddAuthorizedUsers(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddAuthorizedUsers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowAddAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddAuthorizedUsers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddCategories(String objectId)
Deprecated.UseglobalWorkflowAddCategories(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddCategories method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowAddCategories(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddCategories method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddCategories(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowAddCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddCategories method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowAddCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddCategories method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddDevelopers(String objectId)
Deprecated.UseglobalWorkflowAddDevelopers(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddDevelopers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowAddDevelopers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddDevelopers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddDevelopers(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowAddDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddDevelopers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowAddDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddDevelopers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddTags(String objectId)
Deprecated.UseglobalWorkflowAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddTags(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDelete(String objectId)
Deprecated.UseglobalWorkflowDelete(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowDelete method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowDelete(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowDelete method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDelete(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowDelete(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowDelete method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDelete
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDelete(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowDelete(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowDelete method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDescribe(String objectId)
Deprecated.UseglobalWorkflowDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDescribe(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListAuthorizedUsers(String objectId)
Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowListAuthorizedUsers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowListAuthorizedUsers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListAuthorizedUsers(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowListAuthorizedUsers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowListAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowListAuthorizedUsers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListCategories(String objectId)
Deprecated.UseglobalWorkflowListCategories(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowListCategories method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowListCategories(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowListCategories method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListCategories(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowListCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowListCategories method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowListCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowListCategories method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListDevelopers(String objectId)
Deprecated.UseglobalWorkflowListDevelopers(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowListDevelopers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowListDevelopers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowListDevelopers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListDevelopers(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowListDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowListDevelopers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowListDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowListDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowListDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowListDevelopers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowPublish(String objectId)
Deprecated.UseglobalWorkflowPublish(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowPublish method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowPublish(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowPublish method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowPublish(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowPublish(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowPublish method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowPublish
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowPublish(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowPublish(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowPublish method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveAuthorizedUsers(String objectId)
Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveAuthorizedUsers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveAuthorizedUsers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveAuthorizedUsers(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveAuthorizedUsers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveAuthorizedUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveAuthorizedUsers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveAuthorizedUsers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveCategories(String objectId)
Deprecated.UseglobalWorkflowRemoveCategories(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveCategories method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowRemoveCategories(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveCategories method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveCategories(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveCategories method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveCategories
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveCategories(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveCategories method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveDevelopers(String objectId)
Deprecated.UseglobalWorkflowRemoveDevelopers(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveDevelopers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowRemoveDevelopers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveDevelopers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveDevelopers(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveDevelopers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveDevelopers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveDevelopers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveDevelopers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveTags(String objectId)
Deprecated.UseglobalWorkflowRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveTags(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRun(String objectId)
Deprecated.UseglobalWorkflowRun(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRun method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowRun(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowRun method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRun(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRun method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowRun method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowUpdate(String objectId)
Deprecated.UseglobalWorkflowUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowUpdate(String objectId, DXEnvironment env)
Deprecated.UseglobalWorkflowUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
public static <T> T globalWorkflowNew(Class<T> outputClass)
Invokes the globalWorkflowNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowNew()
Deprecated.UseglobalWorkflowNew(Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseglobalWorkflowNew(Object, Class)instead and supply your own class to deserialize to.Invokes the globalWorkflowNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowNew(DXEnvironment env)
Deprecated.UseglobalWorkflowNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
globalWorkflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode globalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseglobalWorkflowNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the globalWorkflowNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobAddTags(String objectId)
Deprecated.UsejobAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the jobAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobAddTags(String objectId, DXEnvironment env)
Deprecated.UsejobAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobDescribe(String objectId)
Deprecated.UsejobDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the jobDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobDescribe(String objectId, DXEnvironment env)
Deprecated.UsejobDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetLog(String objectId)
Deprecated.UsejobGetLog(String, Class)instead and supply your own class to deserialize to.Invokes the jobGetLog method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetLog(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobGetLog(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobGetLog method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetLog(String objectId, DXEnvironment env)
Deprecated.UsejobGetLog(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobGetLog method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetLog
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetLog(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobGetLog(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobGetLog method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobRemoveTags(String objectId)
Deprecated.UsejobRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the jobRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobRemoveTags(String objectId, DXEnvironment env)
Deprecated.UsejobRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobSetProperties(String objectId)
Deprecated.UsejobSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the jobSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobSetProperties(String objectId, DXEnvironment env)
Deprecated.UsejobSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobTerminate(String objectId)
Deprecated.UsejobTerminate(String, Class)instead and supply your own class to deserialize to.Invokes the jobTerminate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobTerminate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobTerminate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobTerminate(String objectId, DXEnvironment env)
Deprecated.UsejobTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobTerminate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobTerminate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobTerminate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobTerminate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobUpdate(String objectId)
Deprecated.UsejobUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the jobUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobUpdate(String objectId, DXEnvironment env)
Deprecated.UsejobUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
public static <T> T jobGetIdentityToken(String objectId, Class<T> outputClass)
Invokes the jobGetIdentityToken method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
public static <T> T jobGetIdentityToken(String objectId, Object inputObject, Class<T> outputClass)
Invokes the jobGetIdentityToken method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
public static <T> T jobGetIdentityToken(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the jobGetIdentityToken method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
public static <T> T jobGetIdentityToken(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the jobGetIdentityToken method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetIdentityToken(String objectId)
Deprecated.UsejobGetIdentityToken(String, Class)instead and supply your own class to deserialize to.Invokes the jobGetIdentityToken method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetIdentityToken(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobGetIdentityToken(String, Object, Class)instead and supply your own class to deserialize to.Invokes the jobGetIdentityToken method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetIdentityToken(String objectId, DXEnvironment env)
Deprecated.UsejobGetIdentityToken(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobGetIdentityToken method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobGetIdentityToken
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobGetIdentityToken(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobGetIdentityToken(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobGetIdentityToken method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
public static <T> T jobNew(Class<T> outputClass)
Invokes the jobNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobNew()
Deprecated.UsejobNew(Class)instead and supply your own class to deserialize to.Invokes the jobNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsejobNew(Object, Class)instead and supply your own class to deserialize to.Invokes the jobNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobNew(DXEnvironment env)
Deprecated.UsejobNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
jobNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode jobNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsejobNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the jobNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
public static <T> T notificationsGet(Class<T> outputClass)
Invokes the notificationsGet method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
public 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.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
public 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.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
public 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.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsGet()
Deprecated.UsenotificationsGet(Class)instead and supply your own class to deserialize to.Invokes the notificationsGet method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsenotificationsGet(Object, Class)instead and supply your own class to deserialize to.Invokes the notificationsGet method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsGet(DXEnvironment env)
Deprecated.UsenotificationsGet(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the notificationsGet method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsGet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsenotificationsGet(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the notificationsGet method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
public static <T> T notificationsMarkRead(Class<T> outputClass)
Invokes the notificationsMarkRead method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
public 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.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
public 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.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
public 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.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsMarkRead()
Deprecated.UsenotificationsMarkRead(Class)instead and supply your own class to deserialize to.Invokes the notificationsMarkRead method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsenotificationsMarkRead(Object, Class)instead and supply your own class to deserialize to.Invokes the notificationsMarkRead method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsMarkRead(DXEnvironment env)
Deprecated.UsenotificationsMarkRead(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the notificationsMarkRead method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
notificationsMarkRead
@Deprecated public static com.fasterxml.jackson.databind.JsonNode notificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsenotificationsMarkRead(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the notificationsMarkRead method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgDescribe(String objectId)
Deprecated.UseorgDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the orgDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgDescribe(String objectId, DXEnvironment env)
Deprecated.UseorgDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindMembers(String objectId)
Deprecated.UseorgFindMembers(String, Class)instead and supply your own class to deserialize to.Invokes the orgFindMembers method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindMembers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgFindMembers(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgFindMembers method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindMembers(String objectId, DXEnvironment env)
Deprecated.UseorgFindMembers(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgFindMembers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindMembers(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgFindMembers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgFindMembers method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindProjects(String objectId)
Deprecated.UseorgFindProjects(String, Class)instead and supply your own class to deserialize to.Invokes the orgFindProjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgFindProjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgFindProjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindProjects(String objectId, DXEnvironment env)
Deprecated.UseorgFindProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgFindProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgFindProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgFindProjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindApps(String objectId)
Deprecated.UseorgFindApps(String, Class)instead and supply your own class to deserialize to.Invokes the orgFindApps method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindApps(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgFindApps(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgFindApps method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindApps(String objectId, DXEnvironment env)
Deprecated.UseorgFindApps(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgFindApps method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgFindApps(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgFindApps(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgFindApps method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgInvite(String objectId)
Deprecated.UseorgInvite(String, Class)instead and supply your own class to deserialize to.Invokes the orgInvite method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgInvite(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgInvite method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgInvite(String objectId, DXEnvironment env)
Deprecated.UseorgInvite(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgInvite method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgInvite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgInvite method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgRemoveMember(String objectId)
Deprecated.UseorgRemoveMember(String, Class)instead and supply your own class to deserialize to.Invokes the orgRemoveMember method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgRemoveMember(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgRemoveMember(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgRemoveMember method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgRemoveMember(String objectId, DXEnvironment env)
Deprecated.UseorgRemoveMember(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgRemoveMember method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgRemoveMember
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgRemoveMember(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgRemoveMember(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgRemoveMember method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgSetMemberAccess(String objectId)
Deprecated.UseorgSetMemberAccess(String, Class)instead and supply your own class to deserialize to.Invokes the orgSetMemberAccess method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgSetMemberAccess(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgSetMemberAccess(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgSetMemberAccess method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgSetMemberAccess(String objectId, DXEnvironment env)
Deprecated.UseorgSetMemberAccess(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgSetMemberAccess method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgSetMemberAccess
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgSetMemberAccess(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgSetMemberAccess(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgSetMemberAccess method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgUpdate(String objectId)
Deprecated.UseorgUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the orgUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the orgUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgUpdate(String objectId, DXEnvironment env)
Deprecated.UseorgUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
public static <T> T orgNew(Class<T> outputClass)
Invokes the orgNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
public 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.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
public 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.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgNew()
Deprecated.UseorgNew(Class)instead and supply your own class to deserialize to.Invokes the orgNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseorgNew(Object, Class)instead and supply your own class to deserialize to.Invokes the orgNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgNew(DXEnvironment env)
Deprecated.UseorgNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
orgNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode orgNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseorgNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the orgNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectAddTags(String objectId)
Deprecated.UseprojectAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the projectAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectAddTags(String objectId, DXEnvironment env)
Deprecated.UseprojectAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectArchive(String objectId)
Deprecated.UseprojectArchive(String, Class)instead and supply your own class to deserialize to.Invokes the projectArchive method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectArchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectArchive(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectArchive method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectArchive(String objectId, DXEnvironment env)
Deprecated.UseprojectArchive(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectArchive method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectArchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectArchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectArchive(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectArchive method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
public static <T> T projectUnarchive(String objectId, Class<T> outputClass)
Invokes the projectUnarchive method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
public static <T> T projectUnarchive(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectUnarchive method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
public static <T> T projectUnarchive(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectUnarchive method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
public static <T> T projectUnarchive(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectUnarchive method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUnarchive(String objectId)
Deprecated.UseprojectUnarchive(String, Class)instead and supply your own class to deserialize to.Invokes the projectUnarchive method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUnarchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectUnarchive(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectUnarchive method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUnarchive(String objectId, DXEnvironment env)
Deprecated.UseprojectUnarchive(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectUnarchive method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUnarchive
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUnarchive(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectUnarchive(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectUnarchive method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectClone(String objectId)
Deprecated.UseprojectClone(String, Class)instead and supply your own class to deserialize to.Invokes the projectClone method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectClone(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectClone method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectClone(String objectId, DXEnvironment env)
Deprecated.UseprojectClone(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectClone method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectClone
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectClone(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectClone(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectClone method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDecreasePermissions(String objectId)
Deprecated.UseprojectDecreasePermissions(String, Class)instead and supply your own class to deserialize to.Invokes the projectDecreasePermissions method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDecreasePermissions(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectDecreasePermissions(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectDecreasePermissions method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDecreasePermissions(String objectId, DXEnvironment env)
Deprecated.UseprojectDecreasePermissions(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectDecreasePermissions method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDecreasePermissions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDecreasePermissions(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectDecreasePermissions(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectDecreasePermissions method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDescribe(String objectId)
Deprecated.UseprojectDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the projectDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDescribe(String objectId, DXEnvironment env)
Deprecated.UseprojectDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDestroy(String objectId)
Deprecated.UseprojectDestroy(String, Class)instead and supply your own class to deserialize to.Invokes the projectDestroy method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectDestroy(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectDestroy method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDestroy(String objectId, DXEnvironment env)
Deprecated.UseprojectDestroy(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectDestroy method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectDestroy
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectDestroy(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectDestroy(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectDestroy method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectInvite(String objectId)
Deprecated.UseprojectInvite(String, Class)instead and supply your own class to deserialize to.Invokes the projectInvite method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectInvite(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectInvite method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectInvite(String objectId, DXEnvironment env)
Deprecated.UseprojectInvite(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectInvite method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectInvite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectInvite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectInvite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectInvite method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectLeave(String objectId)
Deprecated.UseprojectLeave(String, Class)instead and supply your own class to deserialize to.Invokes the projectLeave method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectLeave(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectLeave(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectLeave method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectLeave(String objectId, DXEnvironment env)
Deprecated.UseprojectLeave(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectLeave method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectLeave
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectLeave(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectLeave(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectLeave method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectListFolder(String objectId)
Deprecated.UseprojectListFolder(String, Class)instead and supply your own class to deserialize to.Invokes the projectListFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectListFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectListFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectListFolder(String objectId, DXEnvironment env)
Deprecated.UseprojectListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectListFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectListFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectListFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectListFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
public static <T> T projectMove(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectMove method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
public 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.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
public static <T> T projectMove(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectMove method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectMove(String objectId)
Deprecated.UseprojectMove(String, Class)instead and supply your own class to deserialize to.Invokes the projectMove method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectMove(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectMove method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectMove(String objectId, DXEnvironment env)
Deprecated.UseprojectMove(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectMove method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectMove
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectMove(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectMove(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectMove method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
public static <T> T projectNewFolder(String objectId, Class<T> outputClass)
Invokes the projectNewFolder method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
public static <T> T projectNewFolder(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectNewFolder method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
public static <T> T projectNewFolder(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectNewFolder method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
public static <T> T projectNewFolder(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectNewFolder method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNewFolder(String objectId)
Deprecated.UseprojectNewFolder(String, Class)instead and supply your own class to deserialize to.Invokes the projectNewFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectNewFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectNewFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNewFolder(String objectId, DXEnvironment env)
Deprecated.UseprojectNewFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectNewFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNewFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNewFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectNewFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectNewFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
public static <T> T projectRemoveFolder(String objectId, Class<T> outputClass)
Invokes the projectRemoveFolder method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
public static <T> T projectRemoveFolder(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectRemoveFolder method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
public static <T> T projectRemoveFolder(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectRemoveFolder method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
public static <T> T projectRemoveFolder(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectRemoveFolder method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveFolder(String objectId)
Deprecated.UseprojectRemoveFolder(String, Class)instead and supply your own class to deserialize to.Invokes the projectRemoveFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectRemoveFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectRemoveFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveFolder(String objectId, DXEnvironment env)
Deprecated.UseprojectRemoveFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRemoveFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectRemoveFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRemoveFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
public static <T> T projectRemoveObjects(String objectId, Class<T> outputClass)
Invokes the projectRemoveObjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
public static <T> T projectRemoveObjects(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectRemoveObjects method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
public static <T> T projectRemoveObjects(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectRemoveObjects method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
public static <T> T projectRemoveObjects(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectRemoveObjects method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveObjects(String objectId)
Deprecated.UseprojectRemoveObjects(String, Class)instead and supply your own class to deserialize to.Invokes the projectRemoveObjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectRemoveObjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectRemoveObjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveObjects(String objectId, DXEnvironment env)
Deprecated.UseprojectRemoveObjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRemoveObjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveObjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectRemoveObjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRemoveObjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
public static <T> T projectRemoveTags(String objectId, Class<T> outputClass)
Invokes the projectRemoveTags method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
public static <T> T projectRemoveTags(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectRemoveTags method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
public static <T> T projectRemoveTags(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
public static <T> T projectRemoveTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveTags(String objectId)
Deprecated.UseprojectRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the projectRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveTags(String objectId, DXEnvironment env)
Deprecated.UseprojectRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
public static <T> T projectRenameFolder(String objectId, Class<T> outputClass)
Invokes the projectRenameFolder method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
public static <T> T projectRenameFolder(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectRenameFolder method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
public static <T> T projectRenameFolder(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectRenameFolder method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
public static <T> T projectRenameFolder(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectRenameFolder method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRenameFolder(String objectId)
Deprecated.UseprojectRenameFolder(String, Class)instead and supply your own class to deserialize to.Invokes the projectRenameFolder method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectRenameFolder(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectRenameFolder method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRenameFolder(String objectId, DXEnvironment env)
Deprecated.UseprojectRenameFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRenameFolder method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectRenameFolder
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectRenameFolder(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectRenameFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectRenameFolder method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
public static <T> T projectSetProperties(String objectId, Class<T> outputClass)
Invokes the projectSetProperties method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
public static <T> T projectSetProperties(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectSetProperties method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
public static <T> T projectSetProperties(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
public static <T> T projectSetProperties(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectSetProperties method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectSetProperties(String objectId)
Deprecated.UseprojectSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the projectSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectSetProperties(String objectId, DXEnvironment env)
Deprecated.UseprojectSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
public static <T> T projectTransfer(String objectId, Class<T> outputClass)
Invokes the projectTransfer method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
public static <T> T projectTransfer(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectTransfer method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
public static <T> T projectTransfer(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectTransfer method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
public static <T> T projectTransfer(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectTransfer method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectTransfer(String objectId)
Deprecated.UseprojectTransfer(String, Class)instead and supply your own class to deserialize to.Invokes the projectTransfer method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectTransfer(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectTransfer(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectTransfer method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectTransfer(String objectId, DXEnvironment env)
Deprecated.UseprojectTransfer(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectTransfer method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectTransfer
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectTransfer(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectTransfer(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectTransfer method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
public static <T> T projectUpdate(String objectId, Class<T> outputClass)
Invokes the projectUpdate method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
public static <T> T projectUpdate(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectUpdate method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
public static <T> T projectUpdate(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectUpdate method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
public static <T> T projectUpdate(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectUpdate method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdate(String objectId)
Deprecated.UseprojectUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the projectUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdate(String objectId, DXEnvironment env)
Deprecated.UseprojectUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
public static <T> T projectUpdateSponsorship(String objectId, Class<T> outputClass)
Invokes the projectUpdateSponsorship method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
public static <T> T projectUpdateSponsorship(String objectId, Object inputObject, Class<T> outputClass)
Invokes the projectUpdateSponsorship method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
public static <T> T projectUpdateSponsorship(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the projectUpdateSponsorship method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
public static <T> T projectUpdateSponsorship(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectUpdateSponsorship method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdateSponsorship(String objectId)
Deprecated.UseprojectUpdateSponsorship(String, Class)instead and supply your own class to deserialize to.Invokes the projectUpdateSponsorship method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdateSponsorship(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectUpdateSponsorship(String, Object, Class)instead and supply your own class to deserialize to.Invokes the projectUpdateSponsorship method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdateSponsorship(String objectId, DXEnvironment env)
Deprecated.UseprojectUpdateSponsorship(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectUpdateSponsorship method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectUpdateSponsorship
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectUpdateSponsorship(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectUpdateSponsorship(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectUpdateSponsorship method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
public static <T> T projectNew(Class<T> outputClass)
Invokes the projectNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
public static <T> T projectNew(Class<T> outputClass, DXEnvironment env)
Invokes the projectNew method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
public static <T> T projectNew(Object inputObject, Class<T> outputClass)
Invokes the projectNew method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
public static <T> T projectNew(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the projectNew method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNew()
Deprecated.UseprojectNew(Class)instead and supply your own class to deserialize to.Invokes the projectNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseprojectNew(Object, Class)instead and supply your own class to deserialize to.Invokes the projectNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNew(DXEnvironment env)
Deprecated.UseprojectNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
projectNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode projectNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseprojectNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the projectNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
public static <T> T recordAddTags(String objectId, Class<T> outputClass)
Invokes the recordAddTags method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
public static <T> T recordAddTags(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordAddTags method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
public static <T> T recordAddTags(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordAddTags method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
public static <T> T recordAddTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordAddTags method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTags(String objectId)
Deprecated.UserecordAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the recordAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTags(String objectId, DXEnvironment env)
Deprecated.UserecordAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
public static <T> T recordAddTypes(String objectId, Class<T> outputClass)
Invokes the recordAddTypes method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
public static <T> T recordAddTypes(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordAddTypes method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
public static <T> T recordAddTypes(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
public static <T> T recordAddTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordAddTypes method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTypes(String objectId)
Deprecated.UserecordAddTypes(String, Class)instead and supply your own class to deserialize to.Invokes the recordAddTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordAddTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordAddTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTypes(String objectId, DXEnvironment env)
Deprecated.UserecordAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordAddTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordAddTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
public static <T> T recordClose(String objectId, Class<T> outputClass)
Invokes the recordClose method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
public static <T> T recordClose(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordClose method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
public static <T> T recordClose(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordClose method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
public static <T> T recordClose(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordClose method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordClose(String objectId)
Deprecated.UserecordClose(String, Class)instead and supply your own class to deserialize to.Invokes the recordClose method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordClose(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordClose method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordClose(String objectId, DXEnvironment env)
Deprecated.UserecordClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordClose method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordClose method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
public static <T> T recordDescribe(String objectId, Class<T> outputClass)
Invokes the recordDescribe method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
public static <T> T recordDescribe(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordDescribe method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
public static <T> T recordDescribe(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordDescribe method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
public static <T> T recordDescribe(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordDescribe method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordDescribe(String objectId)
Deprecated.UserecordDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the recordDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordDescribe(String objectId, DXEnvironment env)
Deprecated.UserecordDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
public static <T> T recordGetDetails(String objectId, Class<T> outputClass)
Invokes the recordGetDetails method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
public static <T> T recordGetDetails(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordGetDetails method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
public static <T> T recordGetDetails(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
public static <T> T recordGetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordGetDetails method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordGetDetails(String objectId)
Deprecated.UserecordGetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the recordGetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordGetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordGetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordGetDetails(String objectId, DXEnvironment env)
Deprecated.UserecordGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordGetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordGetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
public static <T> T recordListProjects(String objectId, Class<T> outputClass)
Invokes the recordListProjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
public static <T> T recordListProjects(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordListProjects method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
public static <T> T recordListProjects(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordListProjects method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
public static <T> T recordListProjects(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordListProjects method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordListProjects(String objectId)
Deprecated.UserecordListProjects(String, Class)instead and supply your own class to deserialize to.Invokes the recordListProjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordListProjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordListProjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordListProjects(String objectId, DXEnvironment env)
Deprecated.UserecordListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordListProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordListProjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
public static <T> T recordRemoveTags(String objectId, Class<T> outputClass)
Invokes the recordRemoveTags method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
public static <T> T recordRemoveTags(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordRemoveTags method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
public static <T> T recordRemoveTags(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
public static <T> T recordRemoveTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTags(String objectId)
Deprecated.UserecordRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the recordRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTags(String objectId, DXEnvironment env)
Deprecated.UserecordRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
public static <T> T recordRemoveTypes(String objectId, Class<T> outputClass)
Invokes the recordRemoveTypes method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
public static <T> T recordRemoveTypes(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordRemoveTypes method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
public static <T> T recordRemoveTypes(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
public static <T> T recordRemoveTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTypes(String objectId)
Deprecated.UserecordRemoveTypes(String, Class)instead and supply your own class to deserialize to.Invokes the recordRemoveTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordRemoveTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTypes(String objectId, DXEnvironment env)
Deprecated.UserecordRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordRemoveTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordRemoveTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
public static <T> T recordRename(String objectId, Class<T> outputClass)
Invokes the recordRename method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
public static <T> T recordRename(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordRename method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
public static <T> T recordRename(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordRename method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
public static <T> T recordRename(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordRename method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRename(String objectId)
Deprecated.UserecordRename(String, Class)instead and supply your own class to deserialize to.Invokes the recordRename method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordRename(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordRename method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRename(String objectId, DXEnvironment env)
Deprecated.UserecordRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordRename method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordRename method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
public static <T> T recordSetDetails(String objectId, Class<T> outputClass)
Invokes the recordSetDetails method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
public static <T> T recordSetDetails(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordSetDetails method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
public static <T> T recordSetDetails(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
public static <T> T recordSetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordSetDetails method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetDetails(String objectId)
Deprecated.UserecordSetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the recordSetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordSetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordSetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetDetails(String objectId, DXEnvironment env)
Deprecated.UserecordSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordSetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordSetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
public static <T> T recordSetProperties(String objectId, Class<T> outputClass)
Invokes the recordSetProperties method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
public static <T> T recordSetProperties(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordSetProperties method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
public static <T> T recordSetProperties(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
public static <T> T recordSetProperties(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordSetProperties method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetProperties(String objectId)
Deprecated.UserecordSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the recordSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetProperties(String objectId, DXEnvironment env)
Deprecated.UserecordSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
public static <T> T recordSetVisibility(String objectId, Class<T> outputClass)
Invokes the recordSetVisibility method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
public static <T> T recordSetVisibility(String objectId, Object inputObject, Class<T> outputClass)
Invokes the recordSetVisibility method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
public static <T> T recordSetVisibility(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the recordSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
public static <T> T recordSetVisibility(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetVisibility(String objectId)
Deprecated.UserecordSetVisibility(String, Class)instead and supply your own class to deserialize to.Invokes the recordSetVisibility method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.Invokes the recordSetVisibility method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetVisibility(String objectId, DXEnvironment env)
Deprecated.UserecordSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordSetVisibility method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordSetVisibility method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
public static <T> T recordNew(Class<T> outputClass)
Invokes the recordNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
public static <T> T recordNew(Class<T> outputClass, DXEnvironment env)
Invokes the recordNew method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
public static <T> T recordNew(Object inputObject, Class<T> outputClass)
Invokes the recordNew method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
public static <T> T recordNew(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the recordNew method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordNew()
Deprecated.UserecordNew(Class)instead and supply your own class to deserialize to.Invokes the recordNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UserecordNew(Object, Class)instead and supply your own class to deserialize to.Invokes the recordNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordNew(DXEnvironment env)
Deprecated.UserecordNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
recordNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode recordNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UserecordNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the recordNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
public static <T> T systemDescribeDataObjects(Class<T> outputClass)
Invokes the systemDescribeDataObjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
public static <T> T systemDescribeDataObjects(Class<T> outputClass, DXEnvironment env)
Invokes the systemDescribeDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
public static <T> T systemDescribeDataObjects(Object inputObject, Class<T> outputClass)
Invokes the systemDescribeDataObjects method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
public static <T> T systemDescribeDataObjects(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemDescribeDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeDataObjects()
Deprecated.UsesystemDescribeDataObjects(Class)instead and supply your own class to deserialize to.Invokes the systemDescribeDataObjects method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemDescribeDataObjects(Object, Class)instead and supply your own class to deserialize to.Invokes the systemDescribeDataObjects method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeDataObjects(DXEnvironment env)
Deprecated.UsesystemDescribeDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemDescribeDataObjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemDescribeDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemDescribeDataObjects method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
public static <T> T systemDescribeExecutions(Class<T> outputClass)
Invokes the systemDescribeExecutions method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
public static <T> T systemDescribeExecutions(Class<T> outputClass, DXEnvironment env)
Invokes the systemDescribeExecutions method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
public static <T> T systemDescribeExecutions(Object inputObject, Class<T> outputClass)
Invokes the systemDescribeExecutions method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
public static <T> T systemDescribeExecutions(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemDescribeExecutions method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeExecutions()
Deprecated.UsesystemDescribeExecutions(Class)instead and supply your own class to deserialize to.Invokes the systemDescribeExecutions method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeExecutions(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemDescribeExecutions(Object, Class)instead and supply your own class to deserialize to.Invokes the systemDescribeExecutions method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeExecutions(DXEnvironment env)
Deprecated.UsesystemDescribeExecutions(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemDescribeExecutions method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeExecutions(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemDescribeExecutions(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemDescribeExecutions method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
public static <T> T systemDescribeProjects(Class<T> outputClass)
Invokes the systemDescribeProjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
public static <T> T systemDescribeProjects(Class<T> outputClass, DXEnvironment env)
Invokes the systemDescribeProjects method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
public static <T> T systemDescribeProjects(Object inputObject, Class<T> outputClass)
Invokes the systemDescribeProjects method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
public static <T> T systemDescribeProjects(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemDescribeProjects method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeProjects()
Deprecated.UsesystemDescribeProjects(Class)instead and supply your own class to deserialize to.Invokes the systemDescribeProjects method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeProjects(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemDescribeProjects(Object, Class)instead and supply your own class to deserialize to.Invokes the systemDescribeProjects method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeProjects(DXEnvironment env)
Deprecated.UsesystemDescribeProjects(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemDescribeProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemDescribeProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemDescribeProjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemDescribeProjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemDescribeProjects method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
public static <T> T systemFindAffiliates(Class<T> outputClass)
Invokes the systemFindAffiliates method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
public static <T> T systemFindAffiliates(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindAffiliates method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
public static <T> T systemFindAffiliates(Object inputObject, Class<T> outputClass)
Invokes the systemFindAffiliates method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
public static <T> T systemFindAffiliates(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindAffiliates method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAffiliates()
Deprecated.UsesystemFindAffiliates(Class)instead and supply your own class to deserialize to.Invokes the systemFindAffiliates method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAffiliates(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindAffiliates(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindAffiliates method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAffiliates(DXEnvironment env)
Deprecated.UsesystemFindAffiliates(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindAffiliates method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAffiliates
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAffiliates(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindAffiliates(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindAffiliates method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
public static <T> T systemFindApps(Class<T> outputClass)
Invokes the systemFindApps method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
public static <T> T systemFindApps(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindApps method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
public static <T> T systemFindApps(Object inputObject, Class<T> outputClass)
Invokes the systemFindApps method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
public static <T> T systemFindApps(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindApps method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindApps()
Deprecated.UsesystemFindApps(Class)instead and supply your own class to deserialize to.Invokes the systemFindApps method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindApps(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindApps(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindApps method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindApps(DXEnvironment env)
Deprecated.UsesystemFindApps(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindApps method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindApps
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindApps(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindApps(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindApps method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
public static <T> T systemFindDataObjects(Class<T> outputClass)
Invokes the systemFindDataObjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
public static <T> T systemFindDataObjects(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
public static <T> T systemFindDataObjects(Object inputObject, Class<T> outputClass)
Invokes the systemFindDataObjects method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
public static <T> T systemFindDataObjects(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDataObjects()
Deprecated.UsesystemFindDataObjects(Class)instead and supply your own class to deserialize to.Invokes the systemFindDataObjects method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindDataObjects(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindDataObjects method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDataObjects(DXEnvironment env)
Deprecated.UsesystemFindDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindDataObjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindDataObjects method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
public static <T> T systemFindGlobalWorkflows(Class<T> outputClass)
Invokes the systemFindGlobalWorkflows method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
public static <T> T systemFindGlobalWorkflows(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindGlobalWorkflows method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
public static <T> T systemFindGlobalWorkflows(Object inputObject, Class<T> outputClass)
Invokes the systemFindGlobalWorkflows method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
public static <T> T systemFindGlobalWorkflows(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindGlobalWorkflows method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindGlobalWorkflows()
Deprecated.UsesystemFindGlobalWorkflows(Class)instead and supply your own class to deserialize to.Invokes the systemFindGlobalWorkflows method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindGlobalWorkflows(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindGlobalWorkflows(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindGlobalWorkflows method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindGlobalWorkflows(DXEnvironment env)
Deprecated.UsesystemFindGlobalWorkflows(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindGlobalWorkflows method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindGlobalWorkflows
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindGlobalWorkflows(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindGlobalWorkflows(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindGlobalWorkflows method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
public static <T> T systemResolveDataObjects(Class<T> outputClass)
Invokes the systemResolveDataObjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
public static <T> T systemResolveDataObjects(Class<T> outputClass, DXEnvironment env)
Invokes the systemResolveDataObjects method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
public static <T> T systemResolveDataObjects(Object inputObject, Class<T> outputClass)
Invokes the systemResolveDataObjects method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
public static <T> T systemResolveDataObjects(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemResolveDataObjects method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemResolveDataObjects()
Deprecated.UsesystemResolveDataObjects(Class)instead and supply your own class to deserialize to.Invokes the systemResolveDataObjects method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemResolveDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemResolveDataObjects(Object, Class)instead and supply your own class to deserialize to.Invokes the systemResolveDataObjects method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemResolveDataObjects(DXEnvironment env)
Deprecated.UsesystemResolveDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemResolveDataObjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemResolveDataObjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemResolveDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemResolveDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemResolveDataObjects method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
public static <T> T systemFindExecutions(Class<T> outputClass)
Invokes the systemFindExecutions method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
public static <T> T systemFindExecutions(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindExecutions method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
public static <T> T systemFindExecutions(Object inputObject, Class<T> outputClass)
Invokes the systemFindExecutions method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
public static <T> T systemFindExecutions(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindExecutions method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindExecutions()
Deprecated.UsesystemFindExecutions(Class)instead and supply your own class to deserialize to.Invokes the systemFindExecutions method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindExecutions(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindExecutions(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindExecutions method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindExecutions(DXEnvironment env)
Deprecated.UsesystemFindExecutions(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindExecutions method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindExecutions
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindExecutions(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindExecutions(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindExecutions method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
public static <T> T systemFindAnalyses(Class<T> outputClass)
Invokes the systemFindAnalyses method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
public static <T> T systemFindAnalyses(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindAnalyses method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
public static <T> T systemFindAnalyses(Object inputObject, Class<T> outputClass)
Invokes the systemFindAnalyses method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
public static <T> T systemFindAnalyses(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindAnalyses method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAnalyses()
Deprecated.UsesystemFindAnalyses(Class)instead and supply your own class to deserialize to.Invokes the systemFindAnalyses method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAnalyses(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindAnalyses(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindAnalyses method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAnalyses(DXEnvironment env)
Deprecated.UsesystemFindAnalyses(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindAnalyses method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindAnalyses
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindAnalyses(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindAnalyses(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindAnalyses method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
public static <T> T systemFindDatabases(Class<T> outputClass)
Invokes the systemFindDatabases method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
public static <T> T systemFindDatabases(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindDatabases method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
public static <T> T systemFindDatabases(Object inputObject, Class<T> outputClass)
Invokes the systemFindDatabases method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
public static <T> T systemFindDatabases(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindDatabases method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDatabases()
Deprecated.UsesystemFindDatabases(Class)instead and supply your own class to deserialize to.Invokes the systemFindDatabases method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDatabases(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindDatabases(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindDatabases method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDatabases(DXEnvironment env)
Deprecated.UsesystemFindDatabases(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindDatabases method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindDatabases
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindDatabases(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindDatabases(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindDatabases method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
public static <T> T systemFindJobs(Class<T> outputClass)
Invokes the systemFindJobs method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
public static <T> T systemFindJobs(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindJobs method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
public static <T> T systemFindJobs(Object inputObject, Class<T> outputClass)
Invokes the systemFindJobs method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
public static <T> T systemFindJobs(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindJobs method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindJobs()
Deprecated.UsesystemFindJobs(Class)instead and supply your own class to deserialize to.Invokes the systemFindJobs method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindJobs(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindJobs(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindJobs method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindJobs(DXEnvironment env)
Deprecated.UsesystemFindJobs(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindJobs method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindJobs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindJobs(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindJobs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindJobs method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
public static <T> T systemFindProjects(Class<T> outputClass)
Invokes the systemFindProjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
public static <T> T systemFindProjects(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindProjects method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
public static <T> T systemFindProjects(Object inputObject, Class<T> outputClass)
Invokes the systemFindProjects method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
public static <T> T systemFindProjects(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindProjects method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjects()
Deprecated.UsesystemFindProjects(Class)instead and supply your own class to deserialize to.Invokes the systemFindProjects method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjects(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindProjects(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindProjects method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjects(DXEnvironment env)
Deprecated.UsesystemFindProjects(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjects(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindProjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindProjects method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
public static <T> T systemFindUsers(Class<T> outputClass)
Invokes the systemFindUsers method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
public static <T> T systemFindUsers(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindUsers method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
public static <T> T systemFindUsers(Object inputObject, Class<T> outputClass)
Invokes the systemFindUsers method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
public static <T> T systemFindUsers(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindUsers method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindUsers()
Deprecated.UsesystemFindUsers(Class)instead and supply your own class to deserialize to.Invokes the systemFindUsers method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindUsers(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindUsers(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindUsers method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindUsers(DXEnvironment env)
Deprecated.UsesystemFindUsers(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindUsers method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindUsers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindUsers(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindUsers(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindUsers method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
public static <T> T systemFindProjectMembers(Class<T> outputClass)
Invokes the systemFindProjectMembers method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
public static <T> T systemFindProjectMembers(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindProjectMembers method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
public static <T> T systemFindProjectMembers(Object inputObject, Class<T> outputClass)
Invokes the systemFindProjectMembers method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
public static <T> T systemFindProjectMembers(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindProjectMembers method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjectMembers()
Deprecated.UsesystemFindProjectMembers(Class)instead and supply your own class to deserialize to.Invokes the systemFindProjectMembers method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjectMembers(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindProjectMembers(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindProjectMembers method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjectMembers(DXEnvironment env)
Deprecated.UsesystemFindProjectMembers(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindProjectMembers method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindProjectMembers
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindProjectMembers(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindProjectMembers(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindProjectMembers method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
public static <T> T systemFindOrgs(Class<T> outputClass)
Invokes the systemFindOrgs method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
public static <T> T systemFindOrgs(Class<T> outputClass, DXEnvironment env)
Invokes the systemFindOrgs method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
public static <T> T systemFindOrgs(Object inputObject, Class<T> outputClass)
Invokes the systemFindOrgs method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
public static <T> T systemFindOrgs(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemFindOrgs method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindOrgs()
Deprecated.UsesystemFindOrgs(Class)instead and supply your own class to deserialize to.Invokes the systemFindOrgs method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindOrgs(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemFindOrgs(Object, Class)instead and supply your own class to deserialize to.Invokes the systemFindOrgs method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindOrgs(DXEnvironment env)
Deprecated.UsesystemFindOrgs(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindOrgs method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemFindOrgs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemFindOrgs(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemFindOrgs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemFindOrgs method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
public static <T> T systemGenerateBatchInputs(Class<T> outputClass)
Invokes the systemGenerateBatchInputs method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
public static <T> T systemGenerateBatchInputs(Class<T> outputClass, DXEnvironment env)
Invokes the systemGenerateBatchInputs method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
public static <T> T systemGenerateBatchInputs(Object inputObject, Class<T> outputClass)
Invokes the systemGenerateBatchInputs method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
public static <T> T systemGenerateBatchInputs(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemGenerateBatchInputs method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGenerateBatchInputs()
Deprecated.UsesystemGenerateBatchInputs(Class)instead and supply your own class to deserialize to.Invokes the systemGenerateBatchInputs method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGenerateBatchInputs(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemGenerateBatchInputs(Object, Class)instead and supply your own class to deserialize to.Invokes the systemGenerateBatchInputs method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGenerateBatchInputs(DXEnvironment env)
Deprecated.UsesystemGenerateBatchInputs(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemGenerateBatchInputs method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGenerateBatchInputs
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGenerateBatchInputs(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemGenerateBatchInputs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemGenerateBatchInputs method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
public static <T> T systemGlobalSearch(Class<T> outputClass)
Invokes the systemGlobalSearch method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
public static <T> T systemGlobalSearch(Class<T> outputClass, DXEnvironment env)
Invokes the systemGlobalSearch method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
public static <T> T systemGlobalSearch(Object inputObject, Class<T> outputClass)
Invokes the systemGlobalSearch method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
public static <T> T systemGlobalSearch(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemGlobalSearch method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGlobalSearch()
Deprecated.UsesystemGlobalSearch(Class)instead and supply your own class to deserialize to.Invokes the systemGlobalSearch method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGlobalSearch(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemGlobalSearch(Object, Class)instead and supply your own class to deserialize to.Invokes the systemGlobalSearch method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGlobalSearch(DXEnvironment env)
Deprecated.UsesystemGlobalSearch(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemGlobalSearch method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGlobalSearch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGlobalSearch(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemGlobalSearch(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemGlobalSearch method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
public static <T> T systemGreet(Class<T> outputClass)
Invokes the systemGreet method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
public static <T> T systemGreet(Class<T> outputClass, DXEnvironment env)
Invokes the systemGreet method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
public static <T> T systemGreet(Object inputObject, Class<T> outputClass)
Invokes the systemGreet method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
public static <T> T systemGreet(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemGreet method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGreet()
Deprecated.UsesystemGreet(Class)instead and supply your own class to deserialize to.Invokes the systemGreet method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGreet(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemGreet(Object, Class)instead and supply your own class to deserialize to.Invokes the systemGreet method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGreet(DXEnvironment env)
Deprecated.UsesystemGreet(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemGreet method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemGreet
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemGreet(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemGreet(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemGreet method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
public static <T> T systemHeaders(Class<T> outputClass)
Invokes the systemHeaders method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
public static <T> T systemHeaders(Class<T> outputClass, DXEnvironment env)
Invokes the systemHeaders method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
public static <T> T systemHeaders(Object inputObject, Class<T> outputClass)
Invokes the systemHeaders method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
public static <T> T systemHeaders(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemHeaders method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemHeaders()
Deprecated.UsesystemHeaders(Class)instead and supply your own class to deserialize to.Invokes the systemHeaders method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemHeaders(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemHeaders(Object, Class)instead and supply your own class to deserialize to.Invokes the systemHeaders method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemHeaders(DXEnvironment env)
Deprecated.UsesystemHeaders(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemHeaders method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemHeaders
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemHeaders(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemHeaders(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemHeaders method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
public static <T> T systemShortenURL(Class<T> outputClass)
Invokes the systemShortenURL method with an empty input, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
public static <T> T systemShortenURL(Class<T> outputClass, DXEnvironment env)
Invokes the systemShortenURL method with an empty input using the specified environment, deserializing to an object of the specified class.- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
public static <T> T systemShortenURL(Object inputObject, Class<T> outputClass)
Invokes the systemShortenURL method with the specified input, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
public static <T> T systemShortenURL(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemShortenURL method with the specified input using the specified environment, deserializing to an object of the specified class.- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemShortenURL()
Deprecated.UsesystemShortenURL(Class)instead and supply your own class to deserialize to.Invokes the systemShortenURL method.- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemShortenURL(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemShortenURL(Object, Class)instead and supply your own class to deserialize to.Invokes the systemShortenURL method with the specified input parameters.- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemShortenURL(DXEnvironment env)
Deprecated.UsesystemShortenURL(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemShortenURL method with the specified environment.- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemShortenURL
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemShortenURL(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemShortenURL(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemShortenURL method with the specified environment and input parameters.- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
public static <T> T systemWhoami(Class<T> outputClass)
Invokes the systemWhoami method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
public static <T> T systemWhoami(Class<T> outputClass, DXEnvironment env)
Invokes the systemWhoami method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
public static <T> T systemWhoami(Object inputObject, Class<T> outputClass)
Invokes the systemWhoami method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
public static <T> T systemWhoami(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the systemWhoami method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemWhoami()
Deprecated.UsesystemWhoami(Class)instead and supply your own class to deserialize to.Invokes the systemWhoami method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemWhoami(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UsesystemWhoami(Object, Class)instead and supply your own class to deserialize to.Invokes the systemWhoami method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemWhoami(DXEnvironment env)
Deprecated.UsesystemWhoami(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemWhoami method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
systemWhoami
@Deprecated public static com.fasterxml.jackson.databind.JsonNode systemWhoami(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UsesystemWhoami(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the systemWhoami method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
public static <T> T userDescribe(String objectId, Class<T> outputClass)
Invokes the userDescribe method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
public static <T> T userDescribe(String objectId, Object inputObject, Class<T> outputClass)
Invokes the userDescribe method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
public static <T> T userDescribe(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the userDescribe method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
public static <T> T userDescribe(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the userDescribe method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userDescribe(String objectId)
Deprecated.UseuserDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the userDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseuserDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the userDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userDescribe(String objectId, DXEnvironment env)
Deprecated.UseuserDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the userDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseuserDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the userDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
public static <T> T userUpdate(String objectId, Class<T> outputClass)
Invokes the userUpdate method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
public static <T> T userUpdate(String objectId, Object inputObject, Class<T> outputClass)
Invokes the userUpdate method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
public static <T> T userUpdate(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the userUpdate method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
public static <T> T userUpdate(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the userUpdate method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userUpdate(String objectId)
Deprecated.UseuserUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the userUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseuserUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the userUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userUpdate(String objectId, DXEnvironment env)
Deprecated.UseuserUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the userUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
userUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode userUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseuserUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the userUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
public static <T> T workflowAddStage(String objectId, Class<T> outputClass)
Invokes the workflowAddStage method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
public static <T> T workflowAddStage(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowAddStage method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
public static <T> T workflowAddStage(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowAddStage method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
public static <T> T workflowAddStage(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowAddStage method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddStage(String objectId)
Deprecated.UseworkflowAddStage(String, Class)instead and supply your own class to deserialize to.Invokes the workflowAddStage method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowAddStage(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowAddStage method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddStage(String objectId, DXEnvironment env)
Deprecated.UseworkflowAddStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowAddStage method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowAddStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowAddStage method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
public static <T> T workflowAddTags(String objectId, Class<T> outputClass)
Invokes the workflowAddTags method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
public static <T> T workflowAddTags(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowAddTags method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
public static <T> T workflowAddTags(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowAddTags method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
public static <T> T workflowAddTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowAddTags method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTags(String objectId)
Deprecated.UseworkflowAddTags(String, Class)instead and supply your own class to deserialize to.Invokes the workflowAddTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowAddTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowAddTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTags(String objectId, DXEnvironment env)
Deprecated.UseworkflowAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowAddTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowAddTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
public static <T> T workflowAddTypes(String objectId, Class<T> outputClass)
Invokes the workflowAddTypes method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
public static <T> T workflowAddTypes(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowAddTypes method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
public static <T> T workflowAddTypes(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowAddTypes method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
public static <T> T workflowAddTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowAddTypes method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTypes(String objectId)
Deprecated.UseworkflowAddTypes(String, Class)instead and supply your own class to deserialize to.Invokes the workflowAddTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowAddTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowAddTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTypes(String objectId, DXEnvironment env)
Deprecated.UseworkflowAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowAddTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowAddTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowAddTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowAddTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
public static <T> T workflowClose(String objectId, Class<T> outputClass)
Invokes the workflowClose method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
public static <T> T workflowClose(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowClose method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
public static <T> T workflowClose(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowClose method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
public static <T> T workflowClose(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowClose method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowClose(String objectId)
Deprecated.UseworkflowClose(String, Class)instead and supply your own class to deserialize to.Invokes the workflowClose method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowClose(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowClose method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowClose(String objectId, DXEnvironment env)
Deprecated.UseworkflowClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowClose method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowClose
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowClose(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowClose method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
public static <T> T workflowDescribe(String objectId, Class<T> outputClass)
Invokes the workflowDescribe method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
public static <T> T workflowDescribe(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowDescribe method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
public static <T> T workflowDescribe(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowDescribe method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
public static <T> T workflowDescribe(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowDescribe method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDescribe(String objectId)
Deprecated.UseworkflowDescribe(String, Class)instead and supply your own class to deserialize to.Invokes the workflowDescribe method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowDescribe(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowDescribe method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDescribe(String objectId, DXEnvironment env)
Deprecated.UseworkflowDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowDescribe method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDescribe
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDescribe(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowDescribe method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
public static <T> T workflowDryRun(String objectId, Class<T> outputClass)
Invokes the workflowDryRun method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
public static <T> T workflowDryRun(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowDryRun method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
public static <T> T workflowDryRun(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowDryRun method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
public static <T> T workflowDryRun(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowDryRun method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDryRun(String objectId)
Deprecated.UseworkflowDryRun(String, Class)instead and supply your own class to deserialize to.Invokes the workflowDryRun method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDryRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowDryRun(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowDryRun method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDryRun(String objectId, DXEnvironment env)
Deprecated.UseworkflowDryRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowDryRun method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowDryRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowDryRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowDryRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowDryRun method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
public static <T> T workflowGetDetails(String objectId, Class<T> outputClass)
Invokes the workflowGetDetails method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
public static <T> T workflowGetDetails(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowGetDetails method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
public static <T> T workflowGetDetails(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowGetDetails method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
public static <T> T workflowGetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowGetDetails method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowGetDetails(String objectId)
Deprecated.UseworkflowGetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the workflowGetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowGetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowGetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowGetDetails(String objectId, DXEnvironment env)
Deprecated.UseworkflowGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowGetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowGetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowGetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowGetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
public static <T> T workflowIsStageCompatible(String objectId, Class<T> outputClass)
Invokes the workflowIsStageCompatible method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
public static <T> T workflowIsStageCompatible(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowIsStageCompatible method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
public static <T> T workflowIsStageCompatible(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowIsStageCompatible method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
public static <T> T workflowIsStageCompatible(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowIsStageCompatible method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowIsStageCompatible(String objectId)
Deprecated.UseworkflowIsStageCompatible(String, Class)instead and supply your own class to deserialize to.Invokes the workflowIsStageCompatible method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowIsStageCompatible(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowIsStageCompatible(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowIsStageCompatible method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowIsStageCompatible(String objectId, DXEnvironment env)
Deprecated.UseworkflowIsStageCompatible(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowIsStageCompatible method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowIsStageCompatible
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowIsStageCompatible(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowIsStageCompatible(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowIsStageCompatible method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
public static <T> T workflowListProjects(String objectId, Class<T> outputClass)
Invokes the workflowListProjects method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
public static <T> T workflowListProjects(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowListProjects method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
public static <T> T workflowListProjects(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowListProjects method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
public static <T> T workflowListProjects(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowListProjects method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowListProjects(String objectId)
Deprecated.UseworkflowListProjects(String, Class)instead and supply your own class to deserialize to.Invokes the workflowListProjects method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowListProjects(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowListProjects method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowListProjects(String objectId, DXEnvironment env)
Deprecated.UseworkflowListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowListProjects method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowListProjects
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowListProjects(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowListProjects method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
public static <T> T workflowMoveStage(String objectId, Class<T> outputClass)
Invokes the workflowMoveStage method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
public static <T> T workflowMoveStage(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowMoveStage method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
public static <T> T workflowMoveStage(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowMoveStage method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
public static <T> T workflowMoveStage(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowMoveStage method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowMoveStage(String objectId)
Deprecated.UseworkflowMoveStage(String, Class)instead and supply your own class to deserialize to.Invokes the workflowMoveStage method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowMoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowMoveStage(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowMoveStage method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowMoveStage(String objectId, DXEnvironment env)
Deprecated.UseworkflowMoveStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowMoveStage method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowMoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowMoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowMoveStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowMoveStage method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
public static <T> T workflowOverwrite(String objectId, Class<T> outputClass)
Invokes the workflowOverwrite method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
public static <T> T workflowOverwrite(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowOverwrite method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
public static <T> T workflowOverwrite(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowOverwrite method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
public static <T> T workflowOverwrite(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowOverwrite method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowOverwrite(String objectId)
Deprecated.UseworkflowOverwrite(String, Class)instead and supply your own class to deserialize to.Invokes the workflowOverwrite method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowOverwrite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowOverwrite(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowOverwrite method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowOverwrite(String objectId, DXEnvironment env)
Deprecated.UseworkflowOverwrite(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowOverwrite method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowOverwrite
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowOverwrite(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowOverwrite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowOverwrite method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
public static <T> T workflowRemoveStage(String objectId, Class<T> outputClass)
Invokes the workflowRemoveStage method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
public static <T> T workflowRemoveStage(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowRemoveStage method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
public static <T> T workflowRemoveStage(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRemoveStage method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
public static <T> T workflowRemoveStage(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRemoveStage method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveStage(String objectId)
Deprecated.UseworkflowRemoveStage(String, Class)instead and supply your own class to deserialize to.Invokes the workflowRemoveStage method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowRemoveStage(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowRemoveStage method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveStage(String objectId, DXEnvironment env)
Deprecated.UseworkflowRemoveStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRemoveStage method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveStage
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveStage(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowRemoveStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRemoveStage method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
public static <T> T workflowRemoveTags(String objectId, Class<T> outputClass)
Invokes the workflowRemoveTags method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
public static <T> T workflowRemoveTags(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowRemoveTags method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
public static <T> T workflowRemoveTags(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
public static <T> T workflowRemoveTags(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRemoveTags method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTags(String objectId)
Deprecated.UseworkflowRemoveTags(String, Class)instead and supply your own class to deserialize to.Invokes the workflowRemoveTags method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowRemoveTags(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowRemoveTags method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTags(String objectId, DXEnvironment env)
Deprecated.UseworkflowRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRemoveTags method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTags
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTags(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRemoveTags method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
public static <T> T workflowRemoveTypes(String objectId, Class<T> outputClass)
Invokes the workflowRemoveTypes method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
public static <T> T workflowRemoveTypes(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowRemoveTypes method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
public static <T> T workflowRemoveTypes(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
public static <T> T workflowRemoveTypes(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTypes(String objectId)
Deprecated.UseworkflowRemoveTypes(String, Class)instead and supply your own class to deserialize to.Invokes the workflowRemoveTypes method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowRemoveTypes(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowRemoveTypes method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTypes(String objectId, DXEnvironment env)
Deprecated.UseworkflowRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRemoveTypes method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRemoveTypes
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRemoveTypes(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRemoveTypes method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
public static <T> T workflowRename(String objectId, Class<T> outputClass)
Invokes the workflowRename method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
public static <T> T workflowRename(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowRename method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
public static <T> T workflowRename(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRename method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
public static <T> T workflowRename(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRename method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRename(String objectId)
Deprecated.UseworkflowRename(String, Class)instead and supply your own class to deserialize to.Invokes the workflowRename method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowRename(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowRename method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRename(String objectId, DXEnvironment env)
Deprecated.UseworkflowRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRename method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRename
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRename(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRename method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
public static <T> T workflowRun(String objectId, Class<T> outputClass)
Invokes the workflowRun method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
public static <T> T workflowRun(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowRun method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
public static <T> T workflowRun(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRun method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
public static <T> T workflowRun(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowRun method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRun(String objectId)
Deprecated.UseworkflowRun(String, Class)instead and supply your own class to deserialize to.Invokes the workflowRun method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowRun(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowRun method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRun(String objectId, DXEnvironment env)
Deprecated.UseworkflowRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRun method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowRun
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowRun(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowRun method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
public static <T> T workflowValidateBatch(String objectId, Class<T> outputClass)
Invokes the workflowValidateBatch method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
public static <T> T workflowValidateBatch(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowValidateBatch method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
public static <T> T workflowValidateBatch(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
public static <T> T workflowValidateBatch(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowValidateBatch method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowValidateBatch(String objectId)
Deprecated.UseworkflowValidateBatch(String, Class)instead and supply your own class to deserialize to.Invokes the workflowValidateBatch method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowValidateBatch(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowValidateBatch method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowValidateBatch(String objectId, DXEnvironment env)
Deprecated.UseworkflowValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowValidateBatch method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowValidateBatch
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowValidateBatch(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowValidateBatch method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
public static <T> T workflowSetDetails(String objectId, Class<T> outputClass)
Invokes the workflowSetDetails method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
public static <T> T workflowSetDetails(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowSetDetails method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
public static <T> T workflowSetDetails(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowSetDetails method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
public static <T> T workflowSetDetails(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowSetDetails method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetDetails(String objectId)
Deprecated.UseworkflowSetDetails(String, Class)instead and supply your own class to deserialize to.Invokes the workflowSetDetails method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowSetDetails(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowSetDetails method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetDetails(String objectId, DXEnvironment env)
Deprecated.UseworkflowSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowSetDetails method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetDetails
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetDetails(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowSetDetails method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
public static <T> T workflowSetProperties(String objectId, Class<T> outputClass)
Invokes the workflowSetProperties method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
public static <T> T workflowSetProperties(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowSetProperties method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
public static <T> T workflowSetProperties(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowSetProperties method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
public static <T> T workflowSetProperties(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowSetProperties method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetProperties(String objectId)
Deprecated.UseworkflowSetProperties(String, Class)instead and supply your own class to deserialize to.Invokes the workflowSetProperties method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowSetProperties(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowSetProperties method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetProperties(String objectId, DXEnvironment env)
Deprecated.UseworkflowSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowSetProperties method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetProperties
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetProperties(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowSetProperties method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
public static <T> T workflowSetVisibility(String objectId, Class<T> outputClass)
Invokes the workflowSetVisibility method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
public static <T> T workflowSetVisibility(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowSetVisibility method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
public static <T> T workflowSetVisibility(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
public static <T> T workflowSetVisibility(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowSetVisibility method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetVisibility(String objectId)
Deprecated.UseworkflowSetVisibility(String, Class)instead and supply your own class to deserialize to.Invokes the workflowSetVisibility method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowSetVisibility(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowSetVisibility method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetVisibility(String objectId, DXEnvironment env)
Deprecated.UseworkflowSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowSetVisibility method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowSetVisibility
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowSetVisibility(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowSetVisibility method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
public static <T> T workflowUpdate(String objectId, Class<T> outputClass)
Invokes the workflowUpdate method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
public static <T> T workflowUpdate(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowUpdate method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
public static <T> T workflowUpdate(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowUpdate method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
public static <T> T workflowUpdate(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowUpdate method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdate(String objectId)
Deprecated.UseworkflowUpdate(String, Class)instead and supply your own class to deserialize to.Invokes the workflowUpdate method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowUpdate(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowUpdate method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdate(String objectId, DXEnvironment env)
Deprecated.UseworkflowUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowUpdate method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdate
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdate(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowUpdate method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
public static <T> T workflowUpdateStageExecutable(String objectId, Class<T> outputClass)
Invokes the workflowUpdateStageExecutable method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
public static <T> T workflowUpdateStageExecutable(String objectId, Object inputObject, Class<T> outputClass)
Invokes the workflowUpdateStageExecutable method with the given input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
public static <T> T workflowUpdateStageExecutable(String objectId, Class<T> outputClass, DXEnvironment env)
Invokes the workflowUpdateStageExecutable method with an empty input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onoutputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
public static <T> T workflowUpdateStageExecutable(String objectId, Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowUpdateStageExecutable method with the given input using the given environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Response object
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdateStageExecutable(String objectId)
Deprecated.UseworkflowUpdateStageExecutable(String, Class)instead and supply your own class to deserialize to.Invokes the workflowUpdateStageExecutable method.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate on- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdateStageExecutable(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowUpdateStageExecutable(String, Object, Class)instead and supply your own class to deserialize to.Invokes the workflowUpdateStageExecutable method with the specified parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdateStageExecutable(String objectId, DXEnvironment env)
Deprecated.UseworkflowUpdateStageExecutable(String, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowUpdateStageExecutable method with the specified environment.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate onenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowUpdateStageExecutable
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowUpdateStageExecutable(String objectId, com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowUpdateStageExecutable(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowUpdateStageExecutable method with the specified environment and parameters.For more information about this method, see the API specification.
- Parameters:
objectId- ID of the object to operate oninputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
public static <T> T workflowNew(Class<T> outputClass)
Invokes the workflowNew method with an empty input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
public static <T> T workflowNew(Class<T> outputClass, DXEnvironment env)
Invokes the workflowNew method with an empty input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
public static <T> T workflowNew(Object inputObject, Class<T> outputClass)
Invokes the workflowNew method with the specified input, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse to- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
public static <T> T workflowNew(Object inputObject, Class<T> outputClass, DXEnvironment env)
Invokes the workflowNew method with the specified input using the specified environment, deserializing to an object of the specified class.For more information about this method, see the API specification.
- Parameters:
inputObject- input object (to be JSON serialized to an input hash)outputClass- class to deserialize the server reponse toenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowNew()
Deprecated.UseworkflowNew(Class)instead and supply your own class to deserialize to.Invokes the workflowNew method.For more information about this method, see the API specification.
- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowNew(com.fasterxml.jackson.databind.JsonNode inputParams)
Deprecated.UseworkflowNew(Object, Class)instead and supply your own class to deserialize to.Invokes the workflowNew method with the specified input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API call- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowNew(DXEnvironment env)
Deprecated.UseworkflowNew(Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowNew method with the specified environment.For more information about this method, see the API specification.
- Parameters:
env- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
workflowNew
@Deprecated public static com.fasterxml.jackson.databind.JsonNode workflowNew(com.fasterxml.jackson.databind.JsonNode inputParams, DXEnvironment env)
Deprecated.UseworkflowNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to.Invokes the workflowNew method with the specified environment and input parameters.For more information about this method, see the API specification.
- Parameters:
inputParams- input parameters to the API callenv- environment object specifying the auth token and remote server and protocol- Returns:
- Server response parsed from JSON
- Throws:
DXAPIException- If the server returns a complete response with an HTTP status code other than 200 (OK).DXHTTPException- If an error occurs while making the HTTP request or obtaining the response (includes HTTP protocol errors).
-
-