Class PodApi

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

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

    • PodApi

      public PodApi(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
    • v1FilesAllowedTypesGet

      public List<String> v1FilesAllowedTypesGet(String sessionToken) throws com.symphony.bdk.http.api.ApiException
      Get supported attachment types for the pod
      Parameters:
      sessionToken - Session authentication token. (required)
      Returns:
      List<String>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1FilesAllowedTypesGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<List<String>> v1FilesAllowedTypesGetWithHttpInfo(String sessionToken) throws com.symphony.bdk.http.api.ApiException
      Get supported attachment types for the pod
      Parameters:
      sessionToken - Session authentication token. (required)
      Returns:
      ApiResponse<List<String>>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1LanguagesGet

      public Languages v1LanguagesGet() throws com.symphony.bdk.http.api.ApiException
      Lists available languages for the pod.
      Returns:
      Languages
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1LanguagesGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<Languages> v1LanguagesGetWithHttpInfo() throws com.symphony.bdk.http.api.ApiException
      Lists available languages for the pod.
      Returns:
      ApiResponse<Languages>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1PodcertGet

      public PodCertificate v1PodcertGet() throws com.symphony.bdk.http.api.ApiException
      Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod
      Returns:
      PodCertificate
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call
    • v1PodcertGetWithHttpInfo

      public com.symphony.bdk.http.api.ApiResponse<PodCertificate> v1PodcertGetWithHttpInfo() throws com.symphony.bdk.http.api.ApiException
      Retrieve the pod certificate that can be use to validate signed JWT tokens generated from the pod
      Returns:
      ApiResponse<PodCertificate>
      Throws:
      com.symphony.bdk.http.api.ApiException - if fails to make API call