Uses of Class
com.oracle.bmc.batch.model.BatchTaskCollection
-
Packages that use BatchTaskCollection Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.responses -
-
Uses of BatchTaskCollection in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskCollection Modifier and Type Method Description BatchTaskCollectionBatchTaskCollection.Builder. build()Methods in com.oracle.bmc.batch.model with parameters of type BatchTaskCollection Modifier and Type Method Description BatchTaskCollection.BuilderBatchTaskCollection.Builder. copy(BatchTaskCollection model) -
Uses of BatchTaskCollection in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return BatchTaskCollection Modifier and Type Method Description BatchTaskCollectionListBatchJobTasksResponse. getBatchTaskCollection()The returned BatchTaskCollection instance.BatchTaskCollectionListBatchTasksResponse. getBatchTaskCollection()The returned BatchTaskCollection instance.Methods in com.oracle.bmc.batch.responses with parameters of type BatchTaskCollection Modifier and Type Method Description ListBatchJobTasksResponse.BuilderListBatchJobTasksResponse.Builder. batchTaskCollection(BatchTaskCollection batchTaskCollection)The returned BatchTaskCollection instance.ListBatchTasksResponse.BuilderListBatchTasksResponse.Builder. batchTaskCollection(BatchTaskCollection batchTaskCollection)The returned BatchTaskCollection instance.
-