Class UtilApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class UtilApi extends Object
  • Constructor Details

    • UtilApi

      public UtilApi(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
    • v1UtilEchoPost

      public SimpleMessage v1UtilEchoPost(String sessionToken, String keyManagerToken, SimpleMessage echoInput) throws com.symphony.bdk.http.api.ApiException
      Test endpoint, returns input.
      Parameters:
      sessionToken - Session authentication token. (required)
      keyManagerToken - Key Manager authentication token. (required)
      echoInput - Message in plain text (required)
      Returns:
      SimpleMessage
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1UtilEchoPostWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<SimpleMessage> v1UtilEchoPostWithHttpInfo(String sessionToken, String keyManagerToken, SimpleMessage echoInput) throws com.symphony.bdk.http.api.ApiException
      Test endpoint, returns input.
      Parameters:
      sessionToken - Session authentication token. (required)
      keyManagerToken - Key Manager authentication token. (required)
      echoInput - Message in plain text (required)
      Returns:
      ApiResponse<SimpleMessage>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1UtilObsoletePost

      @Deprecated public SimpleMessage v1UtilObsoletePost(String sessionToken, String keyManagerToken, SimpleMessage echoInput) throws com.symphony.bdk.http.api.ApiException
      Deprecated.
      Example of a deprecated endpoint, returns input.
      Parameters:
      sessionToken - Session authentication token. (required)
      keyManagerToken - Key Manager authentication token. (required)
      echoInput - Message in plain text (required)
      Returns:
      SimpleMessage
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1UtilObsoletePostWithHttpInfo

      @Deprecated public com.symphony.bdk.http.api.ApiResponse<SimpleMessage> v1UtilObsoletePostWithHttpInfo(String sessionToken, String keyManagerToken, SimpleMessage echoInput) throws com.symphony.bdk.http.api.ApiException
      Deprecated.
      Example of a deprecated endpoint, returns input.
      Parameters:
      sessionToken - Session authentication token. (required)
      keyManagerToken - Key Manager authentication token. (required)
      echoInput - Message in plain text (required)
      Returns:
      ApiResponse<SimpleMessage>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call