Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
static SandboxRequest.SandboxSize |
SandboxRequest.SandboxSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SandboxRequest.SandboxSize[] |
SandboxRequest.SandboxSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VaultResponse |
SandboxRequest.changeSandboxSize(String name,
SandboxRequest.SandboxSize sandboxSize)
Change Sandbox Size
|
SandboxResponse |
SandboxRequest.setSandboxEntitlements(String name,
String type,
int allowance,
boolean grant,
int temporaryAllowance,
SandboxRequest.SandboxSize size)
Set Sandbox Entitlements
|
SandboxRequest |
SandboxRequest.setSize(SandboxRequest.SandboxSize size)
Set the size of the sandbox for createOrRefreshSandbox
|
Copyright © 2024. All rights reserved.