@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class UiSchemaApi extends Object
Constructor and Description |
---|
UiSchemaApi() |
UiSchemaApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
UISchemasResponseObject |
createUISchema(CreateUISchema uischemabody)
Create a UI Schema
Creates an input for an enrollment form
|
UISchemasResponseObject |
createUISchema(CreateUISchema uischemabody,
Map<String,String> additionalHeaders)
Create a UI Schema
Creates an input for an enrollment form
|
void |
deleteUISchemas(String id)
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`
|
ApiClient |
getApiClient() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
UISchemasResponseObject |
getUISchema(String id)
Retrieve a UI Schema
Retrieves a UI Schema by `id`
|
UISchemasResponseObject |
getUISchema(String id,
Map<String,String> additionalHeaders)
Retrieve a UI Schema
Retrieves a UI Schema by `id`
|
List<UISchemasResponseObject> |
listUISchemas()
List all UI Schemas
Lists all UI Schemas in your org
|
List<UISchemasResponseObject> |
listUISchemas(Map<String,String> additionalHeaders)
List all UI Schemas
Lists all UI Schemas in your org
|
UISchemasResponseObject |
replaceUISchemas(String id,
UpdateUISchema updateUISchemaBody)
Replace a UI Schema
Replaces a UI Schema by `id`
|
UISchemasResponseObject |
replaceUISchemas(String id,
UpdateUISchema updateUISchemaBody,
Map<String,String> additionalHeaders)
Replace a UI Schema
Replaces a UI Schema by `id`
|
void |
setApiClient(ApiClient apiClient) |
public UiSchemaApi()
public UiSchemaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public UISchemasResponseObject createUISchema(CreateUISchema uischemabody) throws ApiException
uischemabody
- (required)ApiException
- if fails to make API callpublic UISchemasResponseObject createUISchema(CreateUISchema uischemabody, Map<String,String> additionalHeaders) throws ApiException
uischemabody
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic void deleteUISchemas(String id) throws ApiException
id
- The unique ID of the UI Schema (required)ApiException
- if fails to make API callpublic void deleteUISchemas(String id, Map<String,String> additionalHeaders) throws ApiException
id
- The unique ID of the UI Schema (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic UISchemasResponseObject getUISchema(String id) throws ApiException
id
- The unique ID of the UI Schema (required)ApiException
- if fails to make API callpublic UISchemasResponseObject getUISchema(String id, Map<String,String> additionalHeaders) throws ApiException
id
- The unique ID of the UI Schema (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic List<UISchemasResponseObject> listUISchemas() throws ApiException
ApiException
- if fails to make API callpublic List<UISchemasResponseObject> listUISchemas(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callpublic UISchemasResponseObject replaceUISchemas(String id, UpdateUISchema updateUISchemaBody) throws ApiException
id
- The unique ID of the UI Schema (required)updateUISchemaBody
- (required)ApiException
- if fails to make API callpublic UISchemasResponseObject replaceUISchemas(String id, UpdateUISchema updateUISchemaBody, Map<String,String> additionalHeaders) throws ApiException
id
- The unique ID of the UI Schema (required)updateUISchemaBody
- (required)additionalHeaders
- additionalHeaders for this callApiException
- if fails to make API callprotected static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
Copyright © 2017–2023 Okta. All rights reserved.