Package com.veeva.vault.sdk.api.agent
Interface StopAgentSuccess
- All Superinterfaces:
PositionalResult
Represents the result of successfully stopping an agent instance through
AgentService.batchStopAgentInstances(List).-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the created agent instance ID.Methods inherited from interface com.veeva.vault.sdk.api.core.PositionalResult
getInputPosition
-
Method Details
-
getAgentInstanceId
String getAgentInstanceId()Retrieves the created agent instance ID.- Returns:
- the agent instance ID
-