Class UiSchemaApi

java.lang.Object
com.okta.sdk.resource.api.UiSchemaApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-23T08:35:59.300824-05:00[America/Chicago]", comments="Generator version: 7.8.0") public class UiSchemaApi extends Object
  • Constructor Details Link icon

    • UiSchemaApi Link icon

      public UiSchemaApi()
    • UiSchemaApi Link icon

      public UiSchemaApi(ApiClient apiClient)
  • Method Details Link icon

    • getApiClient Link icon

      public ApiClient getApiClient()
    • setApiClient Link icon

      public void setApiClient(ApiClient apiClient)
    • createUISchema Link icon

      public UISchemasResponseObject createUISchema(CreateUISchema uischemabody) throws ApiException
      Create a UI Schema Creates an input for an enrollment form
      Parameters:
      uischemabody - (required)
      Returns:
      UISchemasResponseObject
      Throws:
      ApiException - if fails to make API call
    • createUISchema Link icon

      public UISchemasResponseObject createUISchema(CreateUISchema uischemabody, Map<String,String> additionalHeaders) throws ApiException
      Create a UI Schema Creates an input for an enrollment form
      Parameters:
      uischemabody - (required)
      additionalHeaders - additionalHeaders for this call
      Returns:
      UISchemasResponseObject
      Throws:
      ApiException - if fails to make API call
    • deleteUISchemas Link icon

      public void deleteUISchemas(String id) throws ApiException
      Delete a UI Schema Deletes a UI Schema by `id`
      Parameters:
      id - The unique ID of the UI Schema (required)
      Throws:
      ApiException - if fails to make API call
    • deleteUISchemas Link icon

      public void deleteUISchemas(String id, Map<String,String> additionalHeaders) throws ApiException
      Delete a UI Schema Deletes a UI Schema by `id`
      Parameters:
      id - The unique ID of the UI Schema (required)
      additionalHeaders - additionalHeaders for this call
      Throws:
      ApiException - if fails to make API call
    • getUISchema Link icon

      public UISchemasResponseObject getUISchema(String id) throws ApiException
      Retrieve a UI Schema Retrieves a UI Schema by `id`
      Parameters:
      id - The unique ID of the UI Schema (required)
      Returns:
      UISchemasResponseObject
      Throws:
      ApiException - if fails to make API call
    • getUISchema Link icon

      public UISchemasResponseObject getUISchema(String id, Map<String,String> additionalHeaders) throws ApiException
      Retrieve a UI Schema Retrieves a UI Schema by `id`
      Parameters:
      id - The unique ID of the UI Schema (required)
      additionalHeaders - additionalHeaders for this call
      Returns:
      UISchemasResponseObject
      Throws:
      ApiException - if fails to make API call
    • listUISchemas Link icon

      public List<UISchemasResponseObject> listUISchemas() throws ApiException
      List all UI Schemas Lists all UI Schemas in your org
      Returns:
      List<UISchemasResponseObject>
      Throws:
      ApiException - if fails to make API call
    • listUISchemas Link icon

      public List<UISchemasResponseObject> listUISchemas(Map<String,String> additionalHeaders) throws ApiException
      List all UI Schemas Lists all UI Schemas in your org
      Parameters:
      additionalHeaders - additionalHeaders for this call
      Returns:
      List<UISchemasResponseObject>
      Throws:
      ApiException - if fails to make API call
    • replaceUISchemas Link icon

      public UISchemasResponseObject replaceUISchemas(String id, UpdateUISchema updateUISchemaBody) throws ApiException
      Replace a UI Schema Replaces a UI Schema by `id`
      Parameters:
      id - The unique ID of the UI Schema (required)
      updateUISchemaBody - (required)
      Returns:
      UISchemasResponseObject
      Throws:
      ApiException - if fails to make API call
    • replaceUISchemas Link icon

      public UISchemasResponseObject replaceUISchemas(String id, UpdateUISchema updateUISchemaBody, Map<String,String> additionalHeaders) throws ApiException
      Replace a UI Schema Replaces a UI Schema by `id`
      Parameters:
      id - The unique ID of the UI Schema (required)
      updateUISchemaBody - (required)
      additionalHeaders - additionalHeaders for this call
      Returns:
      UISchemasResponseObject
      Throws:
      ApiException - if fails to make API call
    • getObjectMapper Link icon

      protected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()