Uses of Interface
com.veeva.vault.sdk.api.lifecycle.ObjectLifecycleUserActionMetadataRequest.Builder
Packages that use ObjectLifecycleUserActionMetadataRequest.Builder
Package
Description
This package provides interfaces to retrieve configuration metadata pertaining to object and document lifecycles, states, and actions, and to execute actions.
-
Uses of ObjectLifecycleUserActionMetadataRequest.Builder in com.veeva.vault.sdk.api.lifecycle
Methods in com.veeva.vault.sdk.api.lifecycle that return ObjectLifecycleUserActionMetadataRequest.BuilderModifier and TypeMethodDescriptionObjectLifecycleStateUserActionMetadataService.newLifecycleUserActionMetadataRequestBuilder()Creates anObjectLifecycleUserActionMetadataRequest.Builder.ObjectLifecycleUserActionMetadataRequest.Builder.withActionType(String actionType) Optional: sets the name of the action type associated with the requested object lifecycle user action.ObjectLifecycleUserActionMetadataRequest.Builder.withLifecycleName(String lifecycleName) Required: sets the lifecycle name of the record associated with the requested object lifecycle user action.ObjectLifecycleUserActionMetadataRequest.Builder.withLifecycleState(String stateName) Required: sets the lifecycle state of the record associated with the requested object lifecycle user action.