Package com.veeva.vault.sdk.api.ui
Interface VaultBaseUrlResponse
public interface VaultBaseUrlResponse
Represents the response from calling
UrlService.getVaultBaseUrl()
.-
Method Summary
-
Method Details
-
getUrl
String getUrl()Retrieves the absolute base URL for the Vault. For example, "https://myvault.veevavault.com/ui/".- Returns:
- the absolute base URL for the Vault
-