Interface BdmAccessControlApi

All Superinterfaces:
ApiClient.Api

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public interface BdmAccessControlApi extends ApiClient.Api
  • Method Details

    • deleteBDMAccessControl

      void deleteBDMAccessControl()
      Delete the BDM Access Control ![edition](https://img.shields.io/badge/edition-entreprise-blue) Delete the BDM access control
    • deleteBDMAccessControlWithHttpInfo

      ApiResponse<Void> deleteBDMAccessControlWithHttpInfo()
      Delete the BDM Access Control Similar to deleteBDMAccessControl but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) Delete the BDM access control
    • getBDMAccessControlStatus

      BDMAccessControl getBDMAccessControlStatus()
      BDM access control status ![edition](https://img.shields.io/badge/edition-entreprise-blue) Get the BDM access control status.
      Returns:
      BDMAccessControl
    • getBDMAccessControlStatusWithHttpInfo

      ApiResponse<BDMAccessControl> getBDMAccessControlStatusWithHttpInfo()
      BDM access control status Similar to getBDMAccessControlStatus but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) Get the BDM access control status.
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.
    • importBDMAccessControl

      @Deprecated void importBDMAccessControl(String bdmAccessControlUpload)
      Deprecated.
      Import a BDM Access Control ![edition](https://img.shields.io/badge/edition-entreprise-blue) Import a BDM Access Control Warning: as of 9.0.0, importing a BDM Access Control using this service is deprecated.
      Parameters:
      bdmAccessControlUpload - The temporary name of the previously uploaded file to install (optional)
    • importBDMAccessControlWithHttpInfo

      @Deprecated ApiResponse<Void> importBDMAccessControlWithHttpInfo(String bdmAccessControlUpload)
      Deprecated.
      Import a BDM Access Control Similar to importBDMAccessControl but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) Import a BDM Access Control Warning: as of 9.0.0, importing a BDM Access Control using this service is deprecated.
      Parameters:
      bdmAccessControlUpload - The temporary name of the previously uploaded file to install (optional)
    • uploadBDMAccessControl

      @Deprecated String uploadBDMAccessControl(File file)
      Deprecated.
      Upload a BDM Access Control ![edition](https://img.shields.io/badge/edition-entreprise-blue) Upload BDM Access Control Warning: as of 9.0.0, uploading a BDM Access Control using the portal is deprecated.
      Parameters:
      file - (optional)
      Returns:
      String
    • uploadBDMAccessControlWithHttpInfo

      @Deprecated ApiResponse<String> uploadBDMAccessControlWithHttpInfo(File file)
      Deprecated.
      Upload a BDM Access Control Similar to uploadBDMAccessControl but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) Upload BDM Access Control Warning: as of 9.0.0, uploading a BDM Access Control using the portal is deprecated.
      Parameters:
      file - (optional)
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.