Uses of Class
com.oracle.bmc.batch.model.BatchTaskHierarchyView
-
Packages that use BatchTaskHierarchyView Package Description com.oracle.bmc.batch.model com.oracle.bmc.batch.requests -
-
Uses of BatchTaskHierarchyView in com.oracle.bmc.batch.model
Methods in com.oracle.bmc.batch.model that return BatchTaskHierarchyView Modifier and Type Method Description static BatchTaskHierarchyViewBatchTaskHierarchyView. create(String key)static BatchTaskHierarchyViewBatchTaskHierarchyView. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchTaskHierarchyView[]BatchTaskHierarchyView. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchTaskHierarchyView in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return BatchTaskHierarchyView Modifier and Type Method Description BatchTaskHierarchyViewListBatchJobTasksRequest. getHierarchyView()Defines the hierarchical scope of the tasks to be returned.Methods in com.oracle.bmc.batch.requests with parameters of type BatchTaskHierarchyView Modifier and Type Method Description ListBatchJobTasksRequest.BuilderListBatchJobTasksRequest.Builder. hierarchyView(BatchTaskHierarchyView hierarchyView)Defines the hierarchical scope of the tasks to be returned.
-