Package com.veeva.vault.sdk.api.page
Interface NavigateToLocationRequest.Builder<T extends NavigateToLocationRequest.Builder<T>>
- All Known Subinterfaces:
NavigateToPageRequest.Builder
- Enclosing interface:
- NavigateToLocationRequest
public static interface NavigateToLocationRequest.Builder<T extends NavigateToLocationRequest.Builder<T>>
Builds a
NavigateToLocationRequest-
Method Summary
Modifier and TypeMethodDescriptionopenInNewBrowserTab(Boolean openInNewTab) Opens the page in a new Browser Tab when true
-
Method Details
-
openInNewBrowserTab
Opens the page in a new Browser Tab when true- Parameters:
openInNewTab- optional; defaults to open in same Tab (false)- Returns:
- this Builder
-