Package com.veeva.vault.sdk.api.ui
Interface PageUrlResponse
public interface PageUrlResponse
Represents the response from an individual URL request from
UrlService.batchGetPageUrls(com.veeva.vault.sdk.api.ui.BatchPageUrlsRequest).-
Method Summary
-
Method Details
-
getUrl
Retrieves the requested Page URL.- Returns:
- the requested URL if the page was found, otherwise
Optional.empty()
-