Uses of Class
org.openapitools.client.model.SignInPage
Packages that use SignInPage
-
Uses of SignInPage in org.openapitools.client.api
Methods in org.openapitools.client.api that return SignInPageModifier and TypeMethodDescriptionCustomizationApi.getCustomizedSignInPage(String brandId) Retrieve the Customized Sign-in Page Retrieves the customized sign-in pageCustomizationApi.getDefaultSignInPage(String brandId) Retrieve the Default Sign-in Page Retrieves the default sign-in pageCustomizationApi.getPreviewSignInPage(String brandId) Retrieve the Preview Sign-in Page Preview Retrieves the preview sign-in pageCustomizationApi.replaceCustomizedSignInPage(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in pageCustomizationApi.replacePreviewSignInPage(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replace the preview sign-in pageMethods in org.openapitools.client.api that return types with arguments of type SignInPageModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.getCustomizedSignInPageWithHttpInfo(String brandId) Retrieve the Customized Sign-in Page Retrieves the customized sign-in pageorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.getDefaultSignInPageWithHttpInfo(String brandId) Retrieve the Default Sign-in Page Retrieves the default sign-in pageorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.getPreviewSignInPageWithHttpInfo(String brandId) Retrieve the Preview Sign-in Page Preview Retrieves the preview sign-in pageorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.replaceCustomizedSignInPageWithHttpInfo(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in pageorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.replacePreviewSignInPageWithHttpInfo(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replace the preview sign-in pageMethods in org.openapitools.client.api with parameters of type SignInPageModifier and TypeMethodDescription<T> TCustomizationApi.replaceCustomizedSignInPage(Class<?> T, String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in pageCustomizationApi.replaceCustomizedSignInPage(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in pageorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.replaceCustomizedSignInPageWithHttpInfo(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in pageCustomizationApi.replaceCustomizedSignInPageWithPaginationInfo(String brandId, SignInPage signInPage) Replace the Customized Sign-in Page Replaces the customized sign-in page<T> TCustomizationApi.replacePreviewSignInPage(Class<?> T, String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replace the preview sign-in pageCustomizationApi.replacePreviewSignInPage(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replace the preview sign-in pageorg.springframework.http.ResponseEntity<SignInPage>CustomizationApi.replacePreviewSignInPageWithHttpInfo(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replace the preview sign-in pageCustomizationApi.replacePreviewSignInPageWithPaginationInfo(String brandId, SignInPage signInPage) Replace the Preview Sign-in Page Replace the preview sign-in page -
Uses of SignInPage in org.openapitools.client.model
Methods in org.openapitools.client.model that return SignInPageModifier and TypeMethodDescriptionSignInPage.pageContent(String pageContent) SignInPage.widgetCustomizations(SignInPageAllOfWidgetCustomizations widgetCustomizations) SignInPage.widgetVersion(String widgetVersion)