Uses of Class
com.oracle.bmc.datalabelingservicedataplane.model.CreateAnnotationDetails
-
Packages that use CreateAnnotationDetails Package Description com.oracle.bmc.datalabelingservicedataplane.model com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of CreateAnnotationDetails in com.oracle.bmc.datalabelingservicedataplane.model
Methods in com.oracle.bmc.datalabelingservicedataplane.model that return CreateAnnotationDetails Modifier and Type Method Description CreateAnnotationDetails
CreateAnnotationDetails.Builder. build()
Methods in com.oracle.bmc.datalabelingservicedataplane.model with parameters of type CreateAnnotationDetails Modifier and Type Method Description CreateAnnotationDetails.Builder
CreateAnnotationDetails.Builder. copy(CreateAnnotationDetails model)
-
Uses of CreateAnnotationDetails in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return CreateAnnotationDetails Modifier and Type Method Description CreateAnnotationDetails
CreateAnnotationRequest. getBody$()
Alternative accessor for the body parameter.CreateAnnotationDetails
CreateAnnotationRequest. getCreateAnnotationDetails()
Details for the new CreateAnnotation.Methods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type CreateAnnotationDetails Modifier and Type Method Description CreateAnnotationRequest.Builder
CreateAnnotationRequest.Builder. body$(CreateAnnotationDetails body)
Alternative setter for the body parameter.CreateAnnotationRequest.Builder
CreateAnnotationRequest.Builder. createAnnotationDetails(CreateAnnotationDetails createAnnotationDetails)
Details for the new CreateAnnotation.
-