Package com.okta.sdk.resource.api
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateUISchema
(CreateUISchema uischemabody) Create a UI Schema Creates an input for an enrollment formcreateUISchema
(CreateUISchema uischemabody, Map<String, String> additionalHeaders) Create a UI Schema Creates an input for an enrollment formvoid
Delete a UI Schema Deletes a UI Schema by `id`void
deleteUISchemas
(String id, Map<String, String> additionalHeaders) Delete a UI Schema Deletes a UI Schema by `id`protected static com.fasterxml.jackson.databind.ObjectMapper
getUISchema
(String id) Retrieve a UI Schema Retrieves a UI Schema by `id`getUISchema
(String id, Map<String, String> additionalHeaders) Retrieve a UI Schema Retrieves a UI Schema by `id`List all UI Schemas Lists all UI Schemas in your orglistUISchemas
(Map<String, String> additionalHeaders) List all UI Schemas Lists all UI Schemas in your orgreplaceUISchemas
(String id, UpdateUISchema updateUISchemaBody) Replace a UI Schema Replaces a UI Schema by `id`replaceUISchemas
(String id, UpdateUISchema updateUISchemaBody, Map<String, String> additionalHeaders) Replace a UI Schema Replaces a UI Schema by `id`void
setApiClient
(ApiClient apiClient)
-
Constructor Details
-
UiSchemaApi
public UiSchemaApi() -
UiSchemaApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createUISchema
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 ApiExceptionCreate 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
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
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
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 ApiExceptionRetrieve 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
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 ApiExceptionList 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 ApiExceptionReplace 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()
-