Uses of Class
com.oracle.bmc.batch.model.CreateBatchContextDetails
-
Packages that use CreateBatchContextDetails Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of CreateBatchContextDetails in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return CreateBatchContextDetails Modifier and Type Method Description CreateBatchContextDetailsCreateBatchContextDetails.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type CreateBatchContextDetails Modifier and Type Method Description CreateBatchContextDetails.BuilderCreateBatchContextDetails.Builder. copy(CreateBatchContextDetails model) -
Uses of CreateBatchContextDetails in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return CreateBatchContextDetails Modifier and Type Method Description CreateBatchContextDetailsCreateBatchContextRequest. getBody$()Alternative accessor for the body parameter.CreateBatchContextDetailsCreateBatchContextRequest. getCreateBatchContextDetails()Details for the new batch context.Methods in com.oracle.bmc.batch.requests with parameters of type CreateBatchContextDetails Modifier and Type Method Description CreateBatchContextRequest.BuilderCreateBatchContextRequest.Builder. body$(CreateBatchContextDetails body)Alternative setter for the body parameter.CreateBatchContextRequest.BuilderCreateBatchContextRequest.Builder. createBatchContextDetails(CreateBatchContextDetails createBatchContextDetails)Details for the new batch context.
-