Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.RecordCollection
-
Packages that use RecordCollection Package Description com.oracle.bmc.datalabelingservicedataplane.model com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of RecordCollection in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return RecordCollection Modifier and Type Method Description RecordCollection
RecordCollection.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type RecordCollection Modifier and Type Method Description RecordCollection.Builder
RecordCollection.Builder. copy(RecordCollection model)
-
Uses of RecordCollection in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return RecordCollection Modifier and Type Method Description RecordCollection
ListRecordsResponse. getRecordCollection()
The returned RecordCollection instance.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type RecordCollection Modifier and Type Method Description ListRecordsResponse.Builder
ListRecordsResponse.Builder. recordCollection(RecordCollection recordCollection)
The returned RecordCollection instance.
-