Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
CustomizablePage |
CustomizationApi.getCustomizedErrorPage(java.lang.String brandId)
Retrieve the Customized Error Page
Retrieves the customized error page
|
CustomizablePage |
CustomizationApi.getDefaultErrorPage(java.lang.String brandId)
Retrieve the Default Error Page
Retrieves the default error page
|
CustomizablePage |
CustomizationApi.getPreviewErrorPage(java.lang.String brandId)
Retrieve the Preview Error Page Preview
Retrieves the preview error page
|
CustomizablePage |
CustomizationApi.replaceCustomizedErrorPage(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
CustomizablePage |
CustomizationApi.replacePreviewErrorPage(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
Modifier and Type | Method and Description |
---|---|
<T> T |
CustomizationApi.replaceCustomizedErrorPage(java.lang.Class<?> T,
java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
CustomizablePage |
CustomizationApi.replaceCustomizedErrorPage(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
PagedList |
CustomizationApi.replaceCustomizedErrorPageWithPaginationInfo(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Customized Error Page
Replaces the customized error page
|
<T> T |
CustomizationApi.replacePreviewErrorPage(java.lang.Class<?> T,
java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
CustomizablePage |
CustomizationApi.replacePreviewErrorPage(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
PagedList |
CustomizationApi.replacePreviewErrorPageWithPaginationInfo(java.lang.String brandId,
CustomizablePage customizablePage)
Replace the Preview Error Page
Replace the preview error page
|
Modifier and Type | Method and Description |
---|---|
CustomizablePage |
PageRootEmbedded.getCustomized()
Get customized
|
CustomizablePage |
PageRootEmbedded.getDefault()
Get _default
|
CustomizablePage |
PageRootEmbedded.getPreview()
Get preview
|
CustomizablePage |
CustomizablePage.pageContent(java.lang.String pageContent) |
Modifier and Type | Method and Description |
---|---|
PageRootEmbedded |
PageRootEmbedded._default(CustomizablePage _default) |
PageRootEmbedded |
PageRootEmbedded.customized(CustomizablePage customized) |
PageRootEmbedded |
PageRootEmbedded.preview(CustomizablePage preview) |
void |
PageRootEmbedded.setCustomized(CustomizablePage customized) |
void |
PageRootEmbedded.setDefault(CustomizablePage _default) |
void |
PageRootEmbedded.setPreview(CustomizablePage preview) |
Copyright © 2017-2022 Okta. All Rights Reserved.