Uses of Class
com.okta.sdk.resource.model.UISchemasResponseObject
-
Uses of UISchemasResponseObject in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionUiSchemaApi.createUISchema
(CreateUISchema uischemabody) Create a UI Schema Creates an input for an enrollment formUiSchemaApi.createUISchema
(CreateUISchema uischemabody, Map<String, String> additionalHeaders) Create a UI Schema Creates an input for an enrollment formUiSchemaApi.getUISchema
(String id) Retrieve a UI Schema Retrieves a UI Schema by `id`UiSchemaApi.getUISchema
(String id, Map<String, String> additionalHeaders) Retrieve a UI Schema Retrieves a UI Schema by `id`UiSchemaApi.replaceUISchemas
(String id, UpdateUISchema updateUISchemaBody) Replace a UI Schema Replaces a UI Schema by `id`UiSchemaApi.replaceUISchemas
(String id, UpdateUISchema updateUISchemaBody, Map<String, String> additionalHeaders) Replace a UI Schema Replaces a UI Schema by `id`Modifier and TypeMethodDescriptionUiSchemaApi.listUISchemas()
List all UI Schemas Lists all UI Schemas in your orgUiSchemaApi.listUISchemas
(Map<String, String> additionalHeaders) List all UI Schemas Lists all UI Schemas in your org -
Uses of UISchemasResponseObject in com.okta.sdk.resource.model