Uses of Class
com.veeva.vault.vapil.api.request.SandboxRequest
Packages that use SandboxRequest
Package
Description
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
-
Uses of SandboxRequest in com.veeva.vault.vapil.api.request
Methods in com.veeva.vault.vapil.api.request that return SandboxRequestModifier and TypeMethodDescriptionSandboxRequest.setAddRequester(Boolean addRequester) Set the AddRequester for createOrRefreshSandboxSandboxRequest.setRelease(SandboxRequest.ReleaseType release) Set the release type for createOrRefreshSandboxSandboxRequest.setSize(SandboxRequest.SandboxSize size) Set the size of the sandbox for createOrRefreshSandboxSandboxRequest.setSource(SandboxRequest.SandboxSource source) Set the source to refresh the sandbox from for createOrRefreshSandboxSandboxRequest.setSourceSnapshot(String sourceSnapshot) If the source is a snapshot, provide the api_name of the snapshot to create the sandbox from.