| Package | Description | 
|---|---|
| com.dnanexus | Provides low- and high-level bindings to the DNAnexus Platform. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DXEnvironment | DXObject. envEnvironment object to use for API calls. | 
| protected DXEnvironment | ExecutableRunner. env | 
| protected DXEnvironment | DXDataObject.Builder. env | 
| protected DXEnvironment | DXExecution.Describe. env | 
| Modifier and Type | Method and Description | 
|---|---|
| DXEnvironment | DXEnvironment.Builder. build()Build the DXEnvironment from the settings configured so far. | 
| static DXEnvironment | DXEnvironment. create()Creates a DXEnvironment from the default settings. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> T | DXAPI. analysisAddTags(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the analysisAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisAddTags(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisAddTags(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. analysisAddTags(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the analysisAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. analysisDescribe(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the analysisDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisDescribe(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisDescribe(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. analysisDescribe(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the analysisDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. analysisRemoveTags(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the analysisRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisRemoveTags(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisRemoveTags(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. analysisRemoveTags(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the analysisRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. analysisSetProperties(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the analysisSetProperties method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisSetProperties(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisSetProperties(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. analysisSetProperties(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the analysisSetProperties method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. analysisTerminate(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the analysisTerminate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisTerminate(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. analysisTerminate(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.analysisTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. analysisTerminate(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the analysisTerminate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appAddAuthorizedUsers(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the appAddAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddAuthorizedUsers(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddAuthorizedUsers(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appAddAuthorizedUsers(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the appAddAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appAddCategories(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appAddCategories method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddCategories(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddCategories(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appAddCategories(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appAddCategories method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appAddDevelopers(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appAddDevelopers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddDevelopers(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddDevelopers(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appAddDevelopers(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appAddDevelopers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appAddTags(String objectId,
          Class<T> outputClass,
          DXEnvironment env)Invokes the appAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddTags(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appAddTags(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.appAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appAddTags(String objectId,
          Object inputObject,
          Class<T> outputClass,
          DXEnvironment env)Invokes the appAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appDelete(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appDelete method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appDelete(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appDelete(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appDelete(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appDelete(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appDelete(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appDelete method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appDescribe(String objectId,
           Class<T> outputClass,
           DXEnvironment env)Invokes the appDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appDescribe(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.appDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appDescribe(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.appDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appDescribe(String objectId,
           Object inputObject,
           Class<T> outputClass,
           DXEnvironment env)Invokes the appDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appGet(String objectId,
      Class<T> outputClass,
      DXEnvironment env)Invokes the appGet method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appGet(String objectId,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.appGet(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appGet(String objectId,
      com.fasterxml.jackson.databind.JsonNode inputParams,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.appGet(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appGet(String objectId,
      Object inputObject,
      Class<T> outputClass,
      DXEnvironment env)Invokes the appGet method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appInstall(String objectId,
          Class<T> outputClass,
          DXEnvironment env)Invokes the appInstall method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appInstall(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.appInstall(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appInstall(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.appInstall(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appInstall(String objectId,
          Object inputObject,
          Class<T> outputClass,
          DXEnvironment env)Invokes the appInstall method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletAddTags(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the appletAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletAddTags(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.appletAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletAddTags(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.appletAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletAddTags(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the appletAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletDescribe(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the appletDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletDescribe(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.appletDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletDescribe(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.appletDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletDescribe(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the appletDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletGet(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appletGet method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletGet(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appletGet(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletGet(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appletGet(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletGet(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appletGet method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletGetDetails(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appletGetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletGetDetails(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appletGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletGetDetails(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appletGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletGetDetails(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appletGetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletListProjects(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the appletListProjects method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletListProjects(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.appletListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletListProjects(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.appletListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletListProjects(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the appletListProjects method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletNew(Class<T> outputClass,
         DXEnvironment env)Invokes the appletNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.appletNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletNew(com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appletNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletNew(Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appletNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletRemoveTags(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appletRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletRemoveTags(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appletRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletRemoveTags(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appletRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletRemoveTags(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appletRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletRename(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the appletRename method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletRename(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.appletRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletRename(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.appletRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletRename(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the appletRename method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletRun(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appletRun method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletRun(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appletRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletRun(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appletRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletRun(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appletRun method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletSetProperties(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appletSetProperties method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletSetProperties(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appletSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletSetProperties(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appletSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletSetProperties(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appletSetProperties method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appletValidateBatch(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appletValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletValidateBatch(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appletValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appletValidateBatch(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appletValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appletValidateBatch(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appletValidateBatch method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appListAuthorizedUsers(String objectId,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the appListAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appListAuthorizedUsers(String objectId,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.appListAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appListAuthorizedUsers(String objectId,
                      com.fasterxml.jackson.databind.JsonNode inputParams,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.appListAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appListAuthorizedUsers(String objectId,
                      Object inputObject,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the appListAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appListCategories(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the appListCategories method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appListCategories(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.appListCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appListCategories(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.appListCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appListCategories(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the appListCategories method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appListDevelopers(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the appListDevelopers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appListDevelopers(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.appListDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appListDevelopers(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.appListDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appListDevelopers(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the appListDevelopers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appNew(Class<T> outputClass,
      DXEnvironment env)Invokes the appNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.appNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appNew(com.fasterxml.jackson.databind.JsonNode inputParams,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.appNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appNew(Object inputObject,
      Class<T> outputClass,
      DXEnvironment env)Invokes the appNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appPublish(String objectId,
          Class<T> outputClass,
          DXEnvironment env)Invokes the appPublish method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appPublish(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.appPublish(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appPublish(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.appPublish(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appPublish(String objectId,
          Object inputObject,
          Class<T> outputClass,
          DXEnvironment env)Invokes the appPublish method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appRemoveAuthorizedUsers(String objectId,
                        Class<T> outputClass,
                        DXEnvironment env)Invokes the appRemoveAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveAuthorizedUsers(String objectId,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveAuthorizedUsers(String objectId,
                        com.fasterxml.jackson.databind.JsonNode inputParams,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appRemoveAuthorizedUsers(String objectId,
                        Object inputObject,
                        Class<T> outputClass,
                        DXEnvironment env)Invokes the appRemoveAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appRemoveCategories(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appRemoveCategories method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveCategories(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveCategories(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appRemoveCategories(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appRemoveCategories method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appRemoveDevelopers(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appRemoveDevelopers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveDevelopers(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveDevelopers(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appRemoveDevelopers(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the appRemoveDevelopers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appRemoveTags(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the appRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveTags(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRemoveTags(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.appRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appRemoveTags(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the appRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appRun(String objectId,
      Class<T> outputClass,
      DXEnvironment env)Invokes the appRun method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRun(String objectId,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.appRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appRun(String objectId,
      com.fasterxml.jackson.databind.JsonNode inputParams,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.appRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appRun(String objectId,
      Object inputObject,
      Class<T> outputClass,
      DXEnvironment env)Invokes the appRun method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appUninstall(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the appUninstall method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appUninstall(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.appUninstall(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appUninstall(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.appUninstall(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appUninstall(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the appUninstall method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appUpdate(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appUpdate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appUpdate(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appUpdate(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.appUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appUpdate(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the appUpdate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. appValidateBatch(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appValidateBatch method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appValidateBatch(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. appValidateBatch(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.appValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. appValidateBatch(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the appValidateBatch method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerClone(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the containerClone method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerClone(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.containerClone(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerClone(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.containerClone(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerClone(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the containerClone method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerDescribe(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the containerDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerDescribe(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.containerDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerDescribe(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.containerDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerDescribe(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the containerDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerDestroy(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the containerDestroy method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerDestroy(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.containerDestroy(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerDestroy(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.containerDestroy(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerDestroy(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the containerDestroy method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerListFolder(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the containerListFolder method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerListFolder(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.containerListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerListFolder(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.containerListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerListFolder(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the containerListFolder method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerMove(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the containerMove method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerMove(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.containerMove(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerMove(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.containerMove(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerMove(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the containerMove method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerNewFolder(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the containerNewFolder method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerNewFolder(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.containerNewFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerNewFolder(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.containerNewFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerNewFolder(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the containerNewFolder method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerRemoveFolder(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the containerRemoveFolder method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerRemoveFolder(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.containerRemoveFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerRemoveFolder(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.containerRemoveFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerRemoveFolder(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the containerRemoveFolder method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerRemoveObjects(String objectId,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the containerRemoveObjects method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerRemoveObjects(String objectId,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.containerRemoveObjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerRemoveObjects(String objectId,
                      com.fasterxml.jackson.databind.JsonNode inputParams,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.containerRemoveObjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerRemoveObjects(String objectId,
                      Object inputObject,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the containerRemoveObjects method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. containerRenameFolder(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the containerRenameFolder method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerRenameFolder(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.containerRenameFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. containerRenameFolder(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.containerRenameFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. containerRenameFolder(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the containerRenameFolder method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseAddTags(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the databaseAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseAddTags(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseAddTags(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseAddTags(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the databaseAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseAddTypes(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the databaseAddTypes method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseAddTypes(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseAddTypes(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseAddTypes(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the databaseAddTypes method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseClose(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the databaseClose method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseClose(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseClose(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseClose(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the databaseClose method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseDescribe(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the databaseDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseDescribe(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseDescribe(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseDescribe(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the databaseDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseDownloadFile(String objectId,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the databaseDownloadFile method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseDownloadFile(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseDownloadFile(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseDownloadFile(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseDownloadFile(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseDownloadFile(String objectId,
                    Object inputObject,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the databaseDownloadFile method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseGetDetails(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseGetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseGetDetails(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseGetDetails(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseGetDetails(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseGetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseListFolder(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseListFolder method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseListFolder(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseListFolder(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseListFolder(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseListFolder method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseListProjects(String objectId,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the databaseListProjects method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseListProjects(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseListProjects(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseListProjects(String objectId,
                    Object inputObject,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the databaseListProjects method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseRelocate(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the databaseRelocate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRelocate(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRelocate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRelocate(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRelocate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseRelocate(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the databaseRelocate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseRemoveTags(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRemoveTags(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRemoveTags(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseRemoveTags(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseRemoveTypes(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the databaseRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRemoveTypes(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRemoveTypes(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseRemoveTypes(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the databaseRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseRename(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the databaseRename method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRename(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseRename(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseRename(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the databaseRename method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseSetDetails(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseSetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseSetDetails(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseSetDetails(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseSetDetails(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the databaseSetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseSetProperties(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the databaseSetProperties method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseSetProperties(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseSetProperties(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseSetProperties(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the databaseSetProperties method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. databaseSetVisibility(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the databaseSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseSetVisibility(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. databaseSetVisibility(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.databaseSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. databaseSetVisibility(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the databaseSetVisibility method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterAddTags(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the dbclusterAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterAddTags(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterAddTags(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterAddTags(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the dbclusterAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterAddTypes(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the dbclusterAddTypes method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterAddTypes(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterAddTypes(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterAddTypes(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the dbclusterAddTypes method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterDescribe(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the dbclusterDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterDescribe(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterDescribe(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterDescribe(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the dbclusterDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterGetDetails(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the dbclusterGetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterGetDetails(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterGetDetails(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterGetDetails(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the dbclusterGetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterNew(Class<T> outputClass,
            DXEnvironment env)Invokes the dbclusterNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterNew(com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterNew(Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the dbclusterNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterRemoveTags(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the dbclusterRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterRemoveTags(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterRemoveTags(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterRemoveTags(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the dbclusterRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterRemoveTypes(String objectId,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the dbclusterRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterRemoveTypes(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterRemoveTypes(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterRemoveTypes(String objectId,
                    Object inputObject,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the dbclusterRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterRename(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the dbclusterRename method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterRename(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterRename(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterRename(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the dbclusterRename method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterSetDetails(String objectId,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the dbclusterSetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterSetDetails(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterSetDetails(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterSetDetails(String objectId,
                   Object inputObject,
                   Class<T> outputClass,
                   DXEnvironment env)Invokes the dbclusterSetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterSetProperties(String objectId,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the dbclusterSetProperties method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterSetProperties(String objectId,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterSetProperties(String objectId,
                      com.fasterxml.jackson.databind.JsonNode inputParams,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterSetProperties(String objectId,
                      Object inputObject,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the dbclusterSetProperties method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterSetVisibility(String objectId,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the dbclusterSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterSetVisibility(String objectId,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterSetVisibility(String objectId,
                      com.fasterxml.jackson.databind.JsonNode inputParams,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterSetVisibility(String objectId,
                      Object inputObject,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the dbclusterSetVisibility method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterStart(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the dbclusterStart method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterStart(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterStart(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterStart(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterStart(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterStart(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the dbclusterStart method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterStop(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the dbclusterStop method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterStop(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterStop(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterStop(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterStop(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterStop(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the dbclusterStop method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. dbclusterTerminate(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the dbclusterTerminate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterTerminate(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. dbclusterTerminate(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.dbclusterTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. dbclusterTerminate(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the dbclusterTerminate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileAddTags(String objectId,
           Class<T> outputClass,
           DXEnvironment env)Invokes the fileAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileAddTags(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.fileAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileAddTags(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.fileAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileAddTags(String objectId,
           Object inputObject,
           Class<T> outputClass,
           DXEnvironment env)Invokes the fileAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileAddTypes(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the fileAddTypes method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileAddTypes(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.fileAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileAddTypes(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.fileAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileAddTypes(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the fileAddTypes method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileClose(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the fileClose method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileClose(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.fileClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileClose(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.fileClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileClose(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the fileClose method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileDescribe(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the fileDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileDescribe(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.fileDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileDescribe(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.fileDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileDescribe(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the fileDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileDownload(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the fileDownload method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileDownload(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.fileDownload(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileDownload(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.fileDownload(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileDownload(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the fileDownload method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileGetDetails(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the fileGetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileGetDetails(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.fileGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileGetDetails(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.fileGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileGetDetails(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the fileGetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileListProjects(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the fileListProjects method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileListProjects(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.fileListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileListProjects(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.fileListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileListProjects(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the fileListProjects method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileNew(Class<T> outputClass,
       DXEnvironment env)Invokes the fileNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.fileNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileNew(com.fasterxml.jackson.databind.JsonNode inputParams,
       DXEnvironment env)Deprecated. 
 Use  DXAPI.fileNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileNew(Object inputObject,
       Class<T> outputClass,
       DXEnvironment env)Invokes the fileNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileRemoveTags(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the fileRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileRemoveTags(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.fileRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileRemoveTags(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.fileRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileRemoveTags(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the fileRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileRemoveTypes(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the fileRemoveTypes method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileRemoveTypes(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.fileRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileRemoveTypes(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.fileRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileRemoveTypes(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the fileRemoveTypes method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileRename(String objectId,
          Class<T> outputClass,
          DXEnvironment env)Invokes the fileRename method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileRename(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.fileRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileRename(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.fileRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileRename(String objectId,
          Object inputObject,
          Class<T> outputClass,
          DXEnvironment env)Invokes the fileRename method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileSetDetails(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the fileSetDetails method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileSetDetails(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.fileSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileSetDetails(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.fileSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileSetDetails(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the fileSetDetails method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileSetProperties(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the fileSetProperties method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileSetProperties(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.fileSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileSetProperties(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.fileSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileSetProperties(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the fileSetProperties method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileSetVisibility(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the fileSetVisibility method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileSetVisibility(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.fileSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileSetVisibility(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.fileSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileSetVisibility(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the fileSetVisibility method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. fileUpload(String objectId,
          Class<T> outputClass,
          DXEnvironment env)Invokes the fileUpload method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileUpload(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.fileUpload(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. fileUpload(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.fileUpload(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. fileUpload(String objectId,
          Object inputObject,
          Class<T> outputClass,
          DXEnvironment env)Invokes the fileUpload method with the given input using the given environment, deserializing to an object of the specified class. | 
| static DXSearch.FindDataObjectsRequestBuilder<DXDataObject> | DXSearch. findDataObjectsWithEnvironment(DXEnvironment env)Returns a builder object for finding data objects that match certain criteria, using the
 specified environment. | 
| static DXSearch.FindExecutionsRequestBuilder<DXExecution> | DXSearch. findExecutionsWithEnvironment(DXEnvironment env)Returns a builder object for finding executions that match certain criteria, using the
 specified environment. | 
| static DXSearch.FindExecutionsRequestBuilder<DXJob> | DXSearch. findJobsWithEnvironment(DXEnvironment env)Deprecated. 
 Use  DXSearch.findExecutionsWithEnvironment(DXEnvironment)in conjunction
             withDXSearch.FindExecutionsRequestBuilder.withClassJob()instead. | 
| static DXEnvironment.Builder | DXEnvironment.Builder. fromEnvironment(DXEnvironment templateEnvironment)Creates a Builder object with initial settings copied from the specified environment. | 
| static DXRecord | DXRecord. getInstanceWithEnvironment(String recordId,
                          DXContainer project,
                          DXEnvironment env)Returns a  DXRecordassociated with an existing record in a particular project using
 the specified environment. | 
| static DXApplet | DXApplet. getInstanceWithEnvironment(String appletId,
                          DXContainer project,
                          DXEnvironment env)Returns a  DXAppletassociated with an existing applet in a particular project using
 the specified environment. | 
| static DXWorkflow | DXWorkflow. getInstanceWithEnvironment(String workflowId,
                          DXContainer project,
                          DXEnvironment env)Returns a  DXWorkflowassociated with an existing workflow in a particular project
 using the specified environment. | 
| static DXFile | DXFile. getInstanceWithEnvironment(String fileId,
                          DXContainer project,
                          DXEnvironment env)Returns a  DXFileassociated with an existing file in a particular project using the
 specified environment. | 
| static DXDataObject | DXDataObject. getInstanceWithEnvironment(String objectId,
                          DXContainer project,
                          DXEnvironment env)Returns a  DXDataObjectcorresponding to an existing object with the specified ID in
 the specified project or container, using the specified environment. | 
| static DXJob | DXJob. getInstanceWithEnvironment(String jobId,
                          DXEnvironment env)Returns a  DXJobrepresenting the specified job using the specified environment. | 
| static DXAnalysis | DXAnalysis. getInstanceWithEnvironment(String analysisId,
                          DXEnvironment env)Returns a  DXAnalysisrepresenting the specified analysis using the specified
 environment. | 
| static DXRecord | DXRecord. getInstanceWithEnvironment(String recordId,
                          DXEnvironment env)Returns a  DXRecordassociated with an existing record using the specified
 environment. | 
| static DXApplet | DXApplet. getInstanceWithEnvironment(String appletId,
                          DXEnvironment env)Returns a  DXAppletassociated with an existing applet using the specified
 environment. | 
| static DXContainer | DXContainer. getInstanceWithEnvironment(String projectOrContainerId,
                          DXEnvironment env)Returns a  DXProjectorDXContainerassociated with an existing project or
 container, using the specified environment. | 
| static DXWorkflow | DXWorkflow. getInstanceWithEnvironment(String workflowId,
                          DXEnvironment env)Returns a  DXWorkflowassociated with an existing workflow using the specified
 environment. | 
| static DXFile | DXFile. getInstanceWithEnvironment(String fileId,
                          DXEnvironment env)Returns a  DXFileassociated with an existing file using the specified environment. | 
| static DXDataObject | DXDataObject. getInstanceWithEnvironment(String objectId,
                          DXEnvironment env)Returns a  DXDataObjectcorresponding to an existing object with the specified ID,
 using the specified environment. | 
| static DXExecution | DXExecution. getInstanceWithEnvironment(String executionId,
                          DXEnvironment env)Returns a  DXExecutioncorresponding to an existing execution with the specified ID,
 using the specified environment. | 
| static DXProject | DXProject. getInstanceWithEnvironment(String projectId,
                          DXEnvironment env)Returns a  DXProjectassociated with an existing project using the specified
 environment. | 
| static <T> T | DXAPI. globalWorkflowAddAuthorizedUsers(String objectId,
                                Class<T> outputClass,
                                DXEnvironment env)Invokes the globalWorkflowAddAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddAuthorizedUsers(String objectId,
                                DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddAuthorizedUsers(String objectId,
                                com.fasterxml.jackson.databind.JsonNode inputParams,
                                DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowAddAuthorizedUsers(String objectId,
                                Object inputObject,
                                Class<T> outputClass,
                                DXEnvironment env)Invokes the globalWorkflowAddAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowAddCategories(String objectId,
                           Class<T> outputClass,
                           DXEnvironment env)Invokes the globalWorkflowAddCategories method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddCategories(String objectId,
                           DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddCategories(String objectId,
                           com.fasterxml.jackson.databind.JsonNode inputParams,
                           DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowAddCategories(String objectId,
                           Object inputObject,
                           Class<T> outputClass,
                           DXEnvironment env)Invokes the globalWorkflowAddCategories method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowAddDevelopers(String objectId,
                           Class<T> outputClass,
                           DXEnvironment env)Invokes the globalWorkflowAddDevelopers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddDevelopers(String objectId,
                           DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddDevelopers(String objectId,
                           com.fasterxml.jackson.databind.JsonNode inputParams,
                           DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowAddDevelopers(String objectId,
                           Object inputObject,
                           Class<T> outputClass,
                           DXEnvironment env)Invokes the globalWorkflowAddDevelopers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowAddTags(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the globalWorkflowAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddTags(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowAddTags(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowAddTags(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the globalWorkflowAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowDelete(String objectId,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the globalWorkflowDelete method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowDelete(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowDelete(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowDelete(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowDelete(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowDelete(String objectId,
                    Object inputObject,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the globalWorkflowDelete method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowDescribe(String objectId,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the globalWorkflowDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowDescribe(String objectId,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowDescribe(String objectId,
                      com.fasterxml.jackson.databind.JsonNode inputParams,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowDescribe(String objectId,
                      Object inputObject,
                      Class<T> outputClass,
                      DXEnvironment env)Invokes the globalWorkflowDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowListAuthorizedUsers(String objectId,
                                 Class<T> outputClass,
                                 DXEnvironment env)Invokes the globalWorkflowListAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowListAuthorizedUsers(String objectId,
                                 DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowListAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowListAuthorizedUsers(String objectId,
                                 com.fasterxml.jackson.databind.JsonNode inputParams,
                                 DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowListAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowListAuthorizedUsers(String objectId,
                                 Object inputObject,
                                 Class<T> outputClass,
                                 DXEnvironment env)Invokes the globalWorkflowListAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowListCategories(String objectId,
                            Class<T> outputClass,
                            DXEnvironment env)Invokes the globalWorkflowListCategories method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowListCategories(String objectId,
                            DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowListCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowListCategories(String objectId,
                            com.fasterxml.jackson.databind.JsonNode inputParams,
                            DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowListCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowListCategories(String objectId,
                            Object inputObject,
                            Class<T> outputClass,
                            DXEnvironment env)Invokes the globalWorkflowListCategories method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowListDevelopers(String objectId,
                            Class<T> outputClass,
                            DXEnvironment env)Invokes the globalWorkflowListDevelopers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowListDevelopers(String objectId,
                            DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowListDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowListDevelopers(String objectId,
                            com.fasterxml.jackson.databind.JsonNode inputParams,
                            DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowListDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowListDevelopers(String objectId,
                            Object inputObject,
                            Class<T> outputClass,
                            DXEnvironment env)Invokes the globalWorkflowListDevelopers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowNew(Class<T> outputClass,
                 DXEnvironment env)Invokes the globalWorkflowNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowNew(com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowNew(Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the globalWorkflowNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowPublish(String objectId,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the globalWorkflowPublish method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowPublish(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowPublish(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowPublish(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowPublish(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowPublish(String objectId,
                     Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the globalWorkflowPublish method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowRemoveAuthorizedUsers(String objectId,
                                   Class<T> outputClass,
                                   DXEnvironment env)Invokes the globalWorkflowRemoveAuthorizedUsers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveAuthorizedUsers(String objectId,
                                   DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveAuthorizedUsers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveAuthorizedUsers(String objectId,
                                   com.fasterxml.jackson.databind.JsonNode inputParams,
                                   DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveAuthorizedUsers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowRemoveAuthorizedUsers(String objectId,
                                   Object inputObject,
                                   Class<T> outputClass,
                                   DXEnvironment env)Invokes the globalWorkflowRemoveAuthorizedUsers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowRemoveCategories(String objectId,
                              Class<T> outputClass,
                              DXEnvironment env)Invokes the globalWorkflowRemoveCategories method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveCategories(String objectId,
                              DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveCategories(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveCategories(String objectId,
                              com.fasterxml.jackson.databind.JsonNode inputParams,
                              DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveCategories(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowRemoveCategories(String objectId,
                              Object inputObject,
                              Class<T> outputClass,
                              DXEnvironment env)Invokes the globalWorkflowRemoveCategories method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowRemoveDevelopers(String objectId,
                              Class<T> outputClass,
                              DXEnvironment env)Invokes the globalWorkflowRemoveDevelopers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveDevelopers(String objectId,
                              DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveDevelopers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveDevelopers(String objectId,
                              com.fasterxml.jackson.databind.JsonNode inputParams,
                              DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveDevelopers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowRemoveDevelopers(String objectId,
                              Object inputObject,
                              Class<T> outputClass,
                              DXEnvironment env)Invokes the globalWorkflowRemoveDevelopers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowRemoveTags(String objectId,
                        Class<T> outputClass,
                        DXEnvironment env)Invokes the globalWorkflowRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveTags(String objectId,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRemoveTags(String objectId,
                        com.fasterxml.jackson.databind.JsonNode inputParams,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowRemoveTags(String objectId,
                        Object inputObject,
                        Class<T> outputClass,
                        DXEnvironment env)Invokes the globalWorkflowRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowRun(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the globalWorkflowRun method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRun(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowRun(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowRun(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the globalWorkflowRun method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. globalWorkflowUpdate(String objectId,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the globalWorkflowUpdate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowUpdate(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. globalWorkflowUpdate(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.globalWorkflowUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. globalWorkflowUpdate(String objectId,
                    Object inputObject,
                    Class<T> outputClass,
                    DXEnvironment env)Invokes the globalWorkflowUpdate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobAddTags(String objectId,
          Class<T> outputClass,
          DXEnvironment env)Invokes the jobAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobAddTags(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.jobAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobAddTags(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.jobAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobAddTags(String objectId,
          Object inputObject,
          Class<T> outputClass,
          DXEnvironment env)Invokes the jobAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobDescribe(String objectId,
           Class<T> outputClass,
           DXEnvironment env)Invokes the jobDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobDescribe(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.jobDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobDescribe(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.jobDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobDescribe(String objectId,
           Object inputObject,
           Class<T> outputClass,
           DXEnvironment env)Invokes the jobDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobGetLog(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the jobGetLog method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobGetLog(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.jobGetLog(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobGetLog(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.jobGetLog(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobGetLog(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the jobGetLog method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobNew(Class<T> outputClass,
      DXEnvironment env)Invokes the jobNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.jobNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobNew(com.fasterxml.jackson.databind.JsonNode inputParams,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.jobNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobNew(Object inputObject,
      Class<T> outputClass,
      DXEnvironment env)Invokes the jobNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobRemoveTags(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the jobRemoveTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobRemoveTags(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.jobRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobRemoveTags(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.jobRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobRemoveTags(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the jobRemoveTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobSetProperties(String objectId,
                Class<T> outputClass,
                DXEnvironment env)Invokes the jobSetProperties method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobSetProperties(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.jobSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobSetProperties(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.jobSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobSetProperties(String objectId,
                Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the jobSetProperties method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobTerminate(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the jobTerminate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobTerminate(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.jobTerminate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobTerminate(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.jobTerminate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobTerminate(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the jobTerminate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. jobUpdate(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the jobUpdate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobUpdate(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.jobUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. jobUpdate(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.jobUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. jobUpdate(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the jobUpdate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static DXApplet.Builder | DXApplet. newAppletWithEnvironment(DXEnvironment env)Returns a Builder object for creating a new  DXAppletusing the specified environment. | 
| static DXFile.Builder | DXFile. newFileWithEnvironment(DXEnvironment env)Returns a Builder object for creating a new  DXFileusing the specified environment. | 
| static DXProject.Builder | DXProject. newProjectWithEnvironment(DXEnvironment env)Returns a Builder object for creating a new  DXProjectusing the specified
 environment. | 
| static DXRecord.Builder | DXRecord. newRecordWithEnvironment(DXEnvironment env)Returns a Builder object for creating a new  DXRecordusing the specified environment. | 
| static DXWorkflow.Builder | DXWorkflow. newWorkflowWithEnvironment(DXEnvironment env)Returns a Builder object for creating a new  DXWorkflowusing the specified
 environment. | 
| static <T> T | DXAPI. notificationsGet(Class<T> outputClass,
                DXEnvironment env)Invokes the notificationsGet method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. notificationsGet(DXEnvironment env)Deprecated. 
 Use  DXAPI.notificationsGet(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. notificationsGet(com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.notificationsGet(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. notificationsGet(Object inputObject,
                Class<T> outputClass,
                DXEnvironment env)Invokes the notificationsGet method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. notificationsMarkRead(Class<T> outputClass,
                     DXEnvironment env)Invokes the notificationsMarkRead method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. notificationsMarkRead(DXEnvironment env)Deprecated. 
 Use  DXAPI.notificationsMarkRead(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. notificationsMarkRead(com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.notificationsMarkRead(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. notificationsMarkRead(Object inputObject,
                     Class<T> outputClass,
                     DXEnvironment env)Invokes the notificationsMarkRead method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgDescribe(String objectId,
           Class<T> outputClass,
           DXEnvironment env)Invokes the orgDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgDescribe(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.orgDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgDescribe(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.orgDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgDescribe(String objectId,
           Object inputObject,
           Class<T> outputClass,
           DXEnvironment env)Invokes the orgDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgFindApps(String objectId,
           Class<T> outputClass,
           DXEnvironment env)Invokes the orgFindApps method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgFindApps(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.orgFindApps(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgFindApps(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.orgFindApps(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgFindApps(String objectId,
           Object inputObject,
           Class<T> outputClass,
           DXEnvironment env)Invokes the orgFindApps method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgFindMembers(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the orgFindMembers method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgFindMembers(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.orgFindMembers(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgFindMembers(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.orgFindMembers(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgFindMembers(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the orgFindMembers method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgFindProjects(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the orgFindProjects method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgFindProjects(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.orgFindProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgFindProjects(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.orgFindProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgFindProjects(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the orgFindProjects method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgInvite(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the orgInvite method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgInvite(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.orgInvite(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgInvite(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.orgInvite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgInvite(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the orgInvite method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgNew(Class<T> outputClass,
      DXEnvironment env)Invokes the orgNew method with an empty input using the specified environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.orgNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgNew(com.fasterxml.jackson.databind.JsonNode inputParams,
      DXEnvironment env)Deprecated. 
 Use  DXAPI.orgNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgNew(Object inputObject,
      Class<T> outputClass,
      DXEnvironment env)Invokes the orgNew method with the specified input using the specified environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgRemoveMember(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the orgRemoveMember method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgRemoveMember(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.orgRemoveMember(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgRemoveMember(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.orgRemoveMember(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgRemoveMember(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the orgRemoveMember method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgSetMemberAccess(String objectId,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the orgSetMemberAccess method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgSetMemberAccess(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.orgSetMemberAccess(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgSetMemberAccess(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.orgSetMemberAccess(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgSetMemberAccess(String objectId,
                  Object inputObject,
                  Class<T> outputClass,
                  DXEnvironment env)Invokes the orgSetMemberAccess method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. orgUpdate(String objectId,
         Class<T> outputClass,
         DXEnvironment env)Invokes the orgUpdate method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgUpdate(String objectId,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.orgUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. orgUpdate(String objectId,
         com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.orgUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. orgUpdate(String objectId,
         Object inputObject,
         Class<T> outputClass,
         DXEnvironment env)Invokes the orgUpdate method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectAddTags(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the projectAddTags method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectAddTags(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.projectAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectAddTags(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.projectAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectAddTags(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the projectAddTags method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectArchive(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the projectArchive method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectArchive(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.projectArchive(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectArchive(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.projectArchive(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectArchive(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the projectArchive method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectClone(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the projectClone method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectClone(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.projectClone(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectClone(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.projectClone(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectClone(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the projectClone method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectDecreasePermissions(String objectId,
                          Class<T> outputClass,
                          DXEnvironment env)Invokes the projectDecreasePermissions method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectDecreasePermissions(String objectId,
                          DXEnvironment env)Deprecated. 
 Use  DXAPI.projectDecreasePermissions(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectDecreasePermissions(String objectId,
                          com.fasterxml.jackson.databind.JsonNode inputParams,
                          DXEnvironment env)Deprecated. 
 Use  DXAPI.projectDecreasePermissions(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectDecreasePermissions(String objectId,
                          Object inputObject,
                          Class<T> outputClass,
                          DXEnvironment env)Invokes the projectDecreasePermissions method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectDescribe(String objectId,
               Class<T> outputClass,
               DXEnvironment env)Invokes the projectDescribe method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectDescribe(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.projectDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectDescribe(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.projectDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectDescribe(String objectId,
               Object inputObject,
               Class<T> outputClass,
               DXEnvironment env)Invokes the projectDescribe method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectDestroy(String objectId,
              Class<T> outputClass,
              DXEnvironment env)Invokes the projectDestroy method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectDestroy(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.projectDestroy(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectDestroy(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.projectDestroy(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectDestroy(String objectId,
              Object inputObject,
              Class<T> outputClass,
              DXEnvironment env)Invokes the projectDestroy method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectInvite(String objectId,
             Class<T> outputClass,
             DXEnvironment env)Invokes the projectInvite method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectInvite(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.projectInvite(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectInvite(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.projectInvite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectInvite(String objectId,
             Object inputObject,
             Class<T> outputClass,
             DXEnvironment env)Invokes the projectInvite method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectLeave(String objectId,
            Class<T> outputClass,
            DXEnvironment env)Invokes the projectLeave method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectLeave(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.projectLeave(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectLeave(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.projectLeave(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectLeave(String objectId,
            Object inputObject,
            Class<T> outputClass,
            DXEnvironment env)Invokes the projectLeave method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectListFolder(String objectId,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the projectListFolder method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectListFolder(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.projectListFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectListFolder(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.projectListFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. projectListFolder(String objectId,
                 Object inputObject,
                 Class<T> outputClass,
                 DXEnvironment env)Invokes the projectListFolder method with the given input using the given environment, deserializing to an object of the specified class. | 
| static <T> T | DXAPI. projectMove(String objectId,
           Class<T> outputClass,
           DXEnvironment env)Invokes the projectMove method with an empty input using the given environment, deserializing to an object of the specified class. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectMove(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.projectMove(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectMove(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.projectMove(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.projectNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectNew(com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.projectNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectNewFolder(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.projectNewFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectNewFolder(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.projectNewFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRemoveFolder(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRemoveFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRemoveFolder(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRemoveFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRemoveObjects(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRemoveObjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRemoveObjects(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRemoveObjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRemoveTags(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRemoveTags(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRenameFolder(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRenameFolder(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectRenameFolder(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.projectRenameFolder(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectSetProperties(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.projectSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectSetProperties(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.projectSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectTransfer(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.projectTransfer(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectTransfer(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.projectTransfer(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectUnarchive(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.projectUnarchive(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectUnarchive(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.projectUnarchive(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectUpdate(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.projectUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectUpdate(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.projectUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectUpdateSponsorship(String objectId,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.projectUpdateSponsorship(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. projectUpdateSponsorship(String objectId,
                        com.fasterxml.jackson.databind.JsonNode inputParams,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.projectUpdateSponsorship(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordAddTags(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.recordAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordAddTags(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.recordAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordAddTypes(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.recordAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordAddTypes(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.recordAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordClose(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.recordClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordClose(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.recordClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordDescribe(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.recordDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordDescribe(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.recordDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordGetDetails(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.recordGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordGetDetails(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.recordGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordListProjects(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.recordListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordListProjects(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.recordListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.recordNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordNew(com.fasterxml.jackson.databind.JsonNode inputParams,
         DXEnvironment env)Deprecated. 
 Use  DXAPI.recordNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordRemoveTags(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.recordRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordRemoveTags(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.recordRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordRemoveTypes(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.recordRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordRemoveTypes(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.recordRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordRename(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.recordRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordRename(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.recordRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordSetDetails(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.recordSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordSetDetails(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.recordSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordSetProperties(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.recordSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordSetProperties(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.recordSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordSetVisibility(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.recordSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. recordSetVisibility(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.recordSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemDescribeDataObjects(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemDescribeDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemDescribeDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams,
                         DXEnvironment env)Deprecated. 
 Use  DXAPI.systemDescribeDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemDescribeExecutions(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemDescribeExecutions(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemDescribeExecutions(com.fasterxml.jackson.databind.JsonNode inputParams,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.systemDescribeExecutions(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemDescribeProjects(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemDescribeProjects(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemDescribeProjects(com.fasterxml.jackson.databind.JsonNode inputParams,
                      DXEnvironment env)Deprecated. 
 Use  DXAPI.systemDescribeProjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindAffiliates(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindAffiliates(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindAffiliates(com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindAffiliates(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindAnalyses(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindAnalyses(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindAnalyses(com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindAnalyses(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindApps(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindApps(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindApps(com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindApps(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindDatabases(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindDatabases(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindDatabases(com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindDatabases(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindDataObjects(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindExecutions(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindExecutions(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindExecutions(com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindExecutions(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindGlobalWorkflows(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindGlobalWorkflows(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindGlobalWorkflows(com.fasterxml.jackson.databind.JsonNode inputParams,
                         DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindGlobalWorkflows(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindJobs(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindJobs(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindJobs(com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindJobs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindOrgs(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindOrgs(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindOrgs(com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindOrgs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindProjectMembers(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindProjectMembers(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindProjectMembers(com.fasterxml.jackson.databind.JsonNode inputParams,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindProjectMembers(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindProjects(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindProjects(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindProjects(com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindProjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindUsers(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindUsers(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemFindUsers(com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.systemFindUsers(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemGenerateBatchInputs(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemGenerateBatchInputs(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemGenerateBatchInputs(com.fasterxml.jackson.databind.JsonNode inputParams,
                         DXEnvironment env)Deprecated. 
 Use  DXAPI.systemGenerateBatchInputs(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemGlobalSearch(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemGlobalSearch(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemGlobalSearch(com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.systemGlobalSearch(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemGreet(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemGreet(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemGreet(com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.systemGreet(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemHeaders(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemHeaders(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemHeaders(com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.systemHeaders(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemResolveDataObjects(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemResolveDataObjects(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemResolveDataObjects(com.fasterxml.jackson.databind.JsonNode inputParams,
                        DXEnvironment env)Deprecated. 
 Use  DXAPI.systemResolveDataObjects(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemShortenURL(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemShortenURL(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemShortenURL(com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.systemShortenURL(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemWhoami(DXEnvironment env)Deprecated. 
 Use  DXAPI.systemWhoami(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. systemWhoami(com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.systemWhoami(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. userDescribe(String objectId,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.userDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. userDescribe(String objectId,
            com.fasterxml.jackson.databind.JsonNode inputParams,
            DXEnvironment env)Deprecated. 
 Use  DXAPI.userDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. userUpdate(String objectId,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.userUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. userUpdate(String objectId,
          com.fasterxml.jackson.databind.JsonNode inputParams,
          DXEnvironment env)Deprecated. 
 Use  DXAPI.userUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowAddStage(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowAddStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowAddStage(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowAddStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowAddTags(String objectId,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowAddTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowAddTags(String objectId,
               com.fasterxml.jackson.databind.JsonNode inputParams,
               DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowAddTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowAddTypes(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowAddTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowAddTypes(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowAddTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowClose(String objectId,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowClose(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowClose(String objectId,
             com.fasterxml.jackson.databind.JsonNode inputParams,
             DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowClose(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowDescribe(String objectId,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowDescribe(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowDescribe(String objectId,
                com.fasterxml.jackson.databind.JsonNode inputParams,
                DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowDescribe(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowDryRun(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowDryRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowDryRun(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowDryRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowGetDetails(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowGetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowGetDetails(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowGetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowIsStageCompatible(String objectId,
                         DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowIsStageCompatible(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowIsStageCompatible(String objectId,
                         com.fasterxml.jackson.databind.JsonNode inputParams,
                         DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowIsStageCompatible(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowListProjects(String objectId,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowListProjects(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowListProjects(String objectId,
                    com.fasterxml.jackson.databind.JsonNode inputParams,
                    DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowListProjects(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowMoveStage(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowMoveStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowMoveStage(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowMoveStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowNew(DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowNew(Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowNew(com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowNew(Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowOverwrite(String objectId,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowOverwrite(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowOverwrite(String objectId,
                 com.fasterxml.jackson.databind.JsonNode inputParams,
                 DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowOverwrite(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRemoveStage(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRemoveStage(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRemoveStage(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRemoveStage(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRemoveTags(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRemoveTags(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRemoveTags(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRemoveTags(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRemoveTypes(String objectId,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRemoveTypes(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRemoveTypes(String objectId,
                   com.fasterxml.jackson.databind.JsonNode inputParams,
                   DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRemoveTypes(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRename(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRename(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRename(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRename(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRun(String objectId,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRun(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowRun(String objectId,
           com.fasterxml.jackson.databind.JsonNode inputParams,
           DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowRun(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowSetDetails(String objectId,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowSetDetails(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowSetDetails(String objectId,
                  com.fasterxml.jackson.databind.JsonNode inputParams,
                  DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowSetDetails(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowSetProperties(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowSetProperties(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowSetProperties(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowSetProperties(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowSetVisibility(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowSetVisibility(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowSetVisibility(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowSetVisibility(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowUpdate(String objectId,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowUpdate(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowUpdate(String objectId,
              com.fasterxml.jackson.databind.JsonNode inputParams,
              DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowUpdate(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowUpdateStageExecutable(String objectId,
                             DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowUpdateStageExecutable(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowUpdateStageExecutable(String objectId,
                             com.fasterxml.jackson.databind.JsonNode inputParams,
                             DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowUpdateStageExecutable(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| static <T> T | DXAPI. 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. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowValidateBatch(String objectId,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowValidateBatch(String, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static com.fasterxml.jackson.databind.JsonNode | DXAPI. workflowValidateBatch(String objectId,
                     com.fasterxml.jackson.databind.JsonNode inputParams,
                     DXEnvironment env)Deprecated. 
 Use  DXAPI.workflowValidateBatch(String, Object, Class, DXEnvironment)instead and supply your own class to deserialize to. | 
| static <T> T | DXAPI. 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. | 
| Constructor and Description | 
|---|
| Builder(DXEnvironment env) | 
| DXDataObject(String dxId,
            String className,
            DXContainer project,
            DXEnvironment env,
            com.fasterxml.jackson.databind.JsonNode cachedDescribe)Initializes the  DXDataObjectto point to the object with the specified ID in the
 specified project. | 
| DXDataObject(String dxId,
            String className,
            DXEnvironment env,
            com.fasterxml.jackson.databind.JsonNode cachedDescribe)Initializes the  DXDataObjectto point to the object with the specified ID in the
 environment's workspace. | 
| DXExecution(String dxId,
           String className,
           DXEnvironment env)Initializes a new execution with the specified execution ID and environment. | 
| DXExecution(String dxId,
           String className,
           DXEnvironment env,
           com.fasterxml.jackson.databind.JsonNode cachedDescribe)Initializes a new execution with the specified execution ID, environment, and cached describe
 data. | 
| DXHTTPRequest(DXEnvironment env)Construct the DXHTTPRequest using the given DXEnvironment. | 
| DXObject(String dxId,
        String className,
        DXEnvironment env)Creates a new object with the specified ID and environment. | 
Copyright © 2023. All Rights Reserved.