Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.Annotation
-
Packages that use Annotation Package Description com.oracle.bmc.datalabelingservicedataplane.model com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of Annotation in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return Annotation Modifier and Type Method Description Annotation
Annotation.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Annotation Modifier and Type Method Description Annotation.Builder
Annotation.Builder. copy(Annotation model)
-
Uses of Annotation in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return Annotation Modifier and Type Method Description Annotation
CreateAnnotationResponse. getAnnotation()
The returned Annotation instance.Annotation
GetAnnotationResponse. getAnnotation()
The returned Annotation instance.Annotation
UpdateAnnotationResponse. getAnnotation()
The returned Annotation instance.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type Annotation Modifier and Type Method Description CreateAnnotationResponse.Builder
CreateAnnotationResponse.Builder. annotation(Annotation annotation)
The returned Annotation instance.GetAnnotationResponse.Builder
GetAnnotationResponse.Builder. annotation(Annotation annotation)
The returned Annotation instance.UpdateAnnotationResponse.Builder
UpdateAnnotationResponse.Builder. annotation(Annotation annotation)
The returned Annotation instance.
-