Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
UISchemasResponseObject |
UiSchemaApi.createUISchema(CreateUISchema uischemabody)
Create a UI Schema
Creates an input for an enrollment form
|
UISchemasResponseObject |
UiSchemaApi.createUISchema(CreateUISchema uischemabody,
Map<String,String> additionalHeaders)
Create a UI Schema
Creates an input for an enrollment form
|
UISchemasResponseObject |
UiSchemaApi.getUISchema(String id)
Retrieve a UI Schema
Retrieves a UI Schema by `id`
|
UISchemasResponseObject |
UiSchemaApi.getUISchema(String id,
Map<String,String> additionalHeaders)
Retrieve a UI Schema
Retrieves a UI Schema by `id`
|
UISchemasResponseObject |
UiSchemaApi.replaceUISchemas(String id,
UpdateUISchema updateUISchemaBody)
Replace a UI Schema
Replaces a UI Schema by `id`
|
UISchemasResponseObject |
UiSchemaApi.replaceUISchemas(String id,
UpdateUISchema updateUISchemaBody,
Map<String,String> additionalHeaders)
Replace a UI Schema
Replaces a UI Schema by `id`
|
Modifier and Type | Method and Description |
---|---|
List<UISchemasResponseObject> |
UiSchemaApi.listUISchemas()
List all UI Schemas
Lists all UI Schemas in your org
|
List<UISchemasResponseObject> |
UiSchemaApi.listUISchemas(Map<String,String> additionalHeaders)
List all UI Schemas
Lists all UI Schemas in your org
|
Modifier and Type | Method and Description |
---|---|
UISchemasResponseObject |
UISchemasResponseObject.links(LinksSelf links) |
UISchemasResponseObject |
UISchemasResponseObject.uiSchema(UISchemaObject uiSchema) |
Copyright © 2017–2023 Okta. All rights reserved.