Uses of Class
org.openapitools.client.model.HostedPage
Packages that use HostedPage
-
Uses of HostedPage in org.openapitools.client.api
Methods in org.openapitools.client.api that return HostedPageModifier and TypeMethodDescriptionCustomizationApi.getSignOutPageSettings(String brandId) Retrieve the Sign-out Page Settings Retrieves the sign-out page settingsCustomizationApi.replaceSignOutPageSettings(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsMethods in org.openapitools.client.api that return types with arguments of type HostedPageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<HostedPage>CustomizationApi.getSignOutPageSettingsWithHttpInfo(String brandId) Retrieve the Sign-out Page Settings Retrieves the sign-out page settingsorg.springframework.http.ResponseEntity<HostedPage>CustomizationApi.replaceSignOutPageSettingsWithHttpInfo(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsMethods in org.openapitools.client.api with parameters of type HostedPageModifier and TypeMethodDescription<T> TCustomizationApi.replaceSignOutPageSettings(Class<?> T, String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsCustomizationApi.replaceSignOutPageSettings(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsorg.springframework.http.ResponseEntity<HostedPage>CustomizationApi.replaceSignOutPageSettingsWithHttpInfo(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settingsCustomizationApi.replaceSignOutPageSettingsWithPaginationInfo(String brandId, HostedPage hostedPage) Replace the Sign-out Page Settings Replaces the sign-out page settings -
Uses of HostedPage in org.openapitools.client.model
Methods in org.openapitools.client.model that return HostedPage