Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.RecordSummary
-
Packages that use RecordSummary Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.model -
-
Uses of RecordSummary in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type RecordSummary Modifier and Type Method Description Iterable<RecordSummary>
DataLabelingPaginators. listRecordsRecordIterator(ListRecordsRequest request)
Creates a new iterable which will iterate over theRecordSummary
objects contained in responses from the listRecords operation. -
Uses of RecordSummary in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return RecordSummary Modifier and Type Method Description RecordSummary
RecordSummary.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return types with arguments of type RecordSummary Modifier and Type Method Description List<RecordSummary>
RecordCollection. getItems()
The list of records.Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type RecordSummary Modifier and Type Method Description RecordSummary.Builder
RecordSummary.Builder. copy(RecordSummary model)
Method parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type RecordSummary Modifier and Type Method Description RecordCollection.Builder
RecordCollection.Builder. items(List<RecordSummary> items)
The list of records.Constructor parameters in com.oracle.bmc.datalabelingservicedataplane.model with type arguments of type RecordSummary Constructor Description RecordCollection(List<RecordSummary> items)
Deprecated.
-