Uses of Class
org.openapitools.client.model.CustomizablePage
Packages that use CustomizablePage
-
Uses of CustomizablePage in org.openapitools.client.api
Methods in org.openapitools.client.api that return CustomizablePageModifier and TypeMethodDescriptionCustomizationApi.getCustomizedErrorPage
(String brandId) Retrieve the Customized Error Page Retrieves the customized error pageCustomizationApi.getDefaultErrorPage
(String brandId) Retrieve the Default Error Page Retrieves the default error pageCustomizationApi.getPreviewErrorPage
(String brandId) Retrieve the Preview Error Page Preview Retrieves the preview error pageCustomizationApi.replaceCustomizedErrorPage
(String brandId, CustomizablePage customizablePage) Replace the Customized Error Page Replaces the customized error pageCustomizationApi.replacePreviewErrorPage
(String brandId, CustomizablePage customizablePage) Replace the Preview Error Page Replace the preview error pageMethods in org.openapitools.client.api that return types with arguments of type CustomizablePageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.getCustomizedErrorPageWithHttpInfo
(String brandId) Retrieve the Customized Error Page Retrieves the customized error pageorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.getDefaultErrorPageWithHttpInfo
(String brandId) Retrieve the Default Error Page Retrieves the default error pageorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.getPreviewErrorPageWithHttpInfo
(String brandId) Retrieve the Preview Error Page Preview Retrieves the preview error pageorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.replaceCustomizedErrorPageWithHttpInfo
(String brandId, CustomizablePage customizablePage) Replace the Customized Error Page Replaces the customized error pageorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.replacePreviewErrorPageWithHttpInfo
(String brandId, CustomizablePage customizablePage) Replace the Preview Error Page Replace the preview error pageMethods in org.openapitools.client.api with parameters of type CustomizablePageModifier and TypeMethodDescription<T> T
CustomizationApi.replaceCustomizedErrorPage
(Class<?> T, String brandId, CustomizablePage customizablePage) Replace the Customized Error Page Replaces the customized error pageCustomizationApi.replaceCustomizedErrorPage
(String brandId, CustomizablePage customizablePage) Replace the Customized Error Page Replaces the customized error pageorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.replaceCustomizedErrorPageWithHttpInfo
(String brandId, CustomizablePage customizablePage) Replace the Customized Error Page Replaces the customized error pageCustomizationApi.replaceCustomizedErrorPageWithPaginationInfo
(String brandId, CustomizablePage customizablePage) Replace the Customized Error Page Replaces the customized error page<T> T
CustomizationApi.replacePreviewErrorPage
(Class<?> T, String brandId, CustomizablePage customizablePage) Replace the Preview Error Page Replace the preview error pageCustomizationApi.replacePreviewErrorPage
(String brandId, CustomizablePage customizablePage) Replace the Preview Error Page Replace the preview error pageorg.springframework.http.ResponseEntity<CustomizablePage>
CustomizationApi.replacePreviewErrorPageWithHttpInfo
(String brandId, CustomizablePage customizablePage) Replace the Preview Error Page Replace the preview error pageCustomizationApi.replacePreviewErrorPageWithPaginationInfo
(String brandId, CustomizablePage customizablePage) Replace the Preview Error Page Replace the preview error page -
Uses of CustomizablePage in org.openapitools.client.model
Methods in org.openapitools.client.model that return CustomizablePageModifier and TypeMethodDescriptionPageRootEmbedded.getCustomized()
Get customizedPageRootEmbedded.getDefault()
Get _defaultPageRootEmbedded.getPreview()
Get previewCustomizablePage.pageContent
(String pageContent) Methods in org.openapitools.client.model with parameters of type CustomizablePageModifier and TypeMethodDescriptionPageRootEmbedded._default
(CustomizablePage _default) PageRootEmbedded.customized
(CustomizablePage customized) PageRootEmbedded.preview
(CustomizablePage preview) void
PageRootEmbedded.setCustomized
(CustomizablePage customized) void
PageRootEmbedded.setDefault
(CustomizablePage _default) void
PageRootEmbedded.setPreview
(CustomizablePage preview)