Uses of Interface
com.veeva.vault.sdk.api.page.NavigateToPageRequest.Builder
Packages that use NavigateToPageRequest.Builder
Package
Description
This package provides interfaces to create custom actions.
This package provides interfaces to send data when loading a page or responding to events after the page has loaded.
-
Uses of NavigateToPageRequest.Builder in com.veeva.vault.sdk.api.action
Methods in com.veeva.vault.sdk.api.action that return NavigateToPageRequest.BuilderModifier and TypeMethodDescriptionUserActionUIService.newOpenPageRequestBuilder()Retrieve a new instance ofNavigateToPageRequest.Builderto build aNavigateToPageRequest. -
Uses of NavigateToPageRequest.Builder in com.veeva.vault.sdk.api.page
Methods in com.veeva.vault.sdk.api.page that return NavigateToPageRequest.BuilderModifier and TypeMethodDescriptionNavigateToPageRequest.Builder.withPageName(String pageName) Sets the name of the page to open.NavigateToPageRequest.Builder.withParameter(String name, String value) Sets a parameter with the given name and value.NavigateToPageRequest.Builder.withPathInfo(String pathInfo) Sets the part of the URI that follows the page path.