Uses of Class
com.oracle.bmc.datalabelingservice.model.AnnotationFormatCollection
-
Packages that use AnnotationFormatCollection Package Description com.oracle.bmc.datalabelingservice.model com.oracle.bmc.datalabelingservice.responses -
-
Uses of AnnotationFormatCollection in com.oracle.bmc.datalabelingservice.model
Methods in com.oracle.bmc.datalabelingservice.model that return AnnotationFormatCollection Modifier and Type Method Description AnnotationFormatCollection
AnnotationFormatCollection.Builder. build()
Methods in com.oracle.bmc.datalabelingservice.model with parameters of type AnnotationFormatCollection Modifier and Type Method Description AnnotationFormatCollection.Builder
AnnotationFormatCollection.Builder. copy(AnnotationFormatCollection model)
-
Uses of AnnotationFormatCollection in com.oracle.bmc.datalabelingservice.responses
Methods in com.oracle.bmc.datalabelingservice.responses that return AnnotationFormatCollection Modifier and Type Method Description AnnotationFormatCollection
ListAnnotationFormatsResponse. getAnnotationFormatCollection()
The returned AnnotationFormatCollection instance.Methods in com.oracle.bmc.datalabelingservice.responses with parameters of type AnnotationFormatCollection Modifier and Type Method Description ListAnnotationFormatsResponse.Builder
ListAnnotationFormatsResponse.Builder. annotationFormatCollection(AnnotationFormatCollection annotationFormatCollection)
The returned AnnotationFormatCollection instance.
-