Uses of Class
com.oracle.bmc.batch.model.StartBatchContextDetails
-
Packages that use StartBatchContextDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of StartBatchContextDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return StartBatchContextDetails Modifier and Type Method Description StartBatchContextDetailsStartBatchContextDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type StartBatchContextDetails Modifier and Type Method Description StartBatchContextDetails.BuilderStartBatchContextDetails.Builder. copy(StartBatchContextDetails model) -
Uses of StartBatchContextDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return StartBatchContextDetails Modifier and Type Method Description StartBatchContextDetailsStartBatchContextRequest. getBody$()Alternative accessor for the body parameter.StartBatchContextDetailsStartBatchContextRequest. getStartBatchContextDetails()Information needed to start the batch context.Methods in com.oracle.bmc.batch.requests with parameters of type StartBatchContextDetails Modifier and Type Method Description StartBatchContextRequest.BuilderStartBatchContextRequest.Builder. body$(StartBatchContextDetails body)Alternative setter for the body parameter.StartBatchContextRequest.BuilderStartBatchContextRequest.Builder. startBatchContextDetails(StartBatchContextDetails startBatchContextDetails)Information needed to start the batch context.
-