Uses of Class
com.oracle.bmc.gdp.model.GdpWorkRequestSummary
-
Packages that use GdpWorkRequestSummary Package Description com.oracle.bmc.gdp com.oracle.bmc.gdp.model -
-
Uses of GdpWorkRequestSummary in com.oracle.bmc.gdp
Methods in com.oracle.bmc.gdp that return types with arguments of type GdpWorkRequestSummary Modifier and Type Method Description Iterable<GdpWorkRequestSummary>GuardedDataPipelinePaginators. listGdpWorkRequestsRecordIterator(ListGdpWorkRequestsRequest request)Creates a new iterable which will iterate over theGdpWorkRequestSummaryobjects contained in responses from the listGdpWorkRequests operation. -
Uses of GdpWorkRequestSummary in com.oracle.bmc.gdp.model
Methods in com.oracle.bmc.gdp.model that return GdpWorkRequestSummary Modifier and Type Method Description GdpWorkRequestSummaryGdpWorkRequestSummary.Builder. build()Methods in com.oracle.bmc.gdp.model that return types with arguments of type GdpWorkRequestSummary Modifier and Type Method Description List<GdpWorkRequestSummary>GdpWorkRequestSummaryCollection. getItems()List of workRequestSummary objects.Methods in com.oracle.bmc.gdp.model with parameters of type GdpWorkRequestSummary Modifier and Type Method Description GdpWorkRequestSummary.BuilderGdpWorkRequestSummary.Builder. copy(GdpWorkRequestSummary model)Method parameters in com.oracle.bmc.gdp.model with type arguments of type GdpWorkRequestSummary Modifier and Type Method Description GdpWorkRequestSummaryCollection.BuilderGdpWorkRequestSummaryCollection.Builder. items(List<GdpWorkRequestSummary> items)List of workRequestSummary objects.Constructor parameters in com.oracle.bmc.gdp.model with type arguments of type GdpWorkRequestSummary Constructor Description GdpWorkRequestSummaryCollection(List<GdpWorkRequestSummary> items)Deprecated.
-