Class UiSchemaApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class UiSchemaApi extends Object
  • Constructor Details

    • UiSchemaApi

      public UiSchemaApi()
    • UiSchemaApi

      public UiSchemaApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createUISchema

      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

      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

      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

      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

      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

      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

      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

      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

      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

      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

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