Class DisclaimerApi

java.lang.Object
com.symphony.bdk.gen.api.DisclaimerApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-21T12:32:00.966422795Z[Etc/UTC]") public class DisclaimerApi extends Object
  • Constructor Details

    • DisclaimerApi

      public DisclaimerApi(com.symphony.bdk.http.api.ApiClient apiClient)
  • Method Details

    • getApiClient

      public com.symphony.bdk.http.api.ApiClient getApiClient()
      Get the API cilent
      Returns:
      API client
    • setApiClient

      public void setApiClient(com.symphony.bdk.http.api.ApiClient apiClient)
      Set the API cilent
      Parameters:
      apiClient - an instance of API client
    • v1AdminDisclaimerDidGet

      public Disclaimer v1AdminDisclaimerDidGet(String sessionToken, String did) throws com.symphony.bdk.http.api.ApiException
      Get a disclaimer by disclaimer id
      Parameters:
      sessionToken - Session authentication token. (required)
      did - The ID of the entity (required)
      Returns:
      Disclaimer
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1AdminDisclaimerDidGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<Disclaimer> v1AdminDisclaimerDidGetWithHttpInfo(String sessionToken, String did) throws com.symphony.bdk.http.api.ApiException
      Get a disclaimer by disclaimer id
      Parameters:
      sessionToken - Session authentication token. (required)
      did - The ID of the entity (required)
      Returns:
      ApiResponse<Disclaimer>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1AdminDisclaimerDidUsersGet

      public List<Long> v1AdminDisclaimerDidUsersGet(String sessionToken, String did) throws com.symphony.bdk.http.api.ApiException
      List all users assigned to this disclaimer
      Parameters:
      sessionToken - Session authentication token. (required)
      did - The ID of the entity (required)
      Returns:
      List<Long>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1AdminDisclaimerDidUsersGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<List<Long>> v1AdminDisclaimerDidUsersGetWithHttpInfo(String sessionToken, String did) throws com.symphony.bdk.http.api.ApiException
      List all users assigned to this disclaimer
      Parameters:
      sessionToken - Session authentication token. (required)
      did - The ID of the entity (required)
      Returns:
      ApiResponse<List<Long>>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1AdminDisclaimerListGet

      public List<Disclaimer> v1AdminDisclaimerListGet(String sessionToken) throws com.symphony.bdk.http.api.ApiException
      List all disclaimers for the company (pod)
      Parameters:
      sessionToken - Session authentication token. (required)
      Returns:
      List<Disclaimer>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1AdminDisclaimerListGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<List<Disclaimer>> v1AdminDisclaimerListGetWithHttpInfo(String sessionToken) throws com.symphony.bdk.http.api.ApiException
      List all disclaimers for the company (pod)
      Parameters:
      sessionToken - Session authentication token. (required)
      Returns:
      ApiResponse<List<Disclaimer>>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call