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.modelMethods in com.oracle.bmc.datalabelingservicedataplane.model that return Annotation Modifier and Type Method Description AnnotationAnnotation.Builder. build()Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type Annotation Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. copy(Annotation model)
- 
Uses of Annotation in com.oracle.bmc.datalabelingservicedataplane.responsesMethods in com.oracle.bmc.datalabelingservicedataplane.responses that return Annotation Modifier and Type Method Description AnnotationCreateAnnotationResponse. getAnnotation()The returned Annotation instance.AnnotationGetAnnotationResponse. getAnnotation()The returned Annotation instance.AnnotationUpdateAnnotationResponse. getAnnotation()The returned Annotation instance.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type Annotation Modifier and Type Method Description CreateAnnotationResponse.BuilderCreateAnnotationResponse.Builder. annotation(Annotation annotation)The returned Annotation instance.GetAnnotationResponse.BuilderGetAnnotationResponse.Builder. annotation(Annotation annotation)The returned Annotation instance.UpdateAnnotationResponse.BuilderUpdateAnnotationResponse.Builder. annotation(Annotation annotation)The returned Annotation instance.
 
-