Uses of Class
com.ants.platform.client.resources.annotationqueues.types.AnnotationQueueItem
Packages that use AnnotationQueueItem
Package
Description
-
Uses of AnnotationQueueItem in com.ants.platform.client.resources.annotationqueues
Methods in com.ants.platform.client.resources.annotationqueues that return AnnotationQueueItemModifier and TypeMethodDescriptionAnnotationQueuesClient.createQueueItem(String queueId, CreateAnnotationQueueItemRequest request) Add an item to an annotation queueAnnotationQueuesClient.createQueueItem(String queueId, CreateAnnotationQueueItemRequest request, RequestOptions requestOptions) Add an item to an annotation queueAnnotationQueuesClient.getQueueItem(String queueId, String itemId) Get a specific item from an annotation queueAnnotationQueuesClient.getQueueItem(String queueId, String itemId, RequestOptions requestOptions) Get a specific item from an annotation queueAnnotationQueuesClient.updateQueueItem(String queueId, String itemId) Update an annotation queue itemAnnotationQueuesClient.updateQueueItem(String queueId, String itemId, UpdateAnnotationQueueItemRequest request) Update an annotation queue itemAnnotationQueuesClient.updateQueueItem(String queueId, String itemId, UpdateAnnotationQueueItemRequest request, RequestOptions requestOptions) Update an annotation queue item -
Uses of AnnotationQueueItem in com.ants.platform.client.resources.annotationqueues.types
Methods in com.ants.platform.client.resources.annotationqueues.types that return AnnotationQueueItemModifier and TypeMethodDescriptionAnnotationQueueItem._FinalStage.build()AnnotationQueueItem.Builder.build()Methods in com.ants.platform.client.resources.annotationqueues.types that return types with arguments of type AnnotationQueueItemMethods in com.ants.platform.client.resources.annotationqueues.types with parameters of type AnnotationQueueItemModifier and TypeMethodDescriptionPaginatedAnnotationQueueItems._FinalStage.addData(AnnotationQueueItem data) PaginatedAnnotationQueueItems.Builder.addData(AnnotationQueueItem data) AnnotationQueueItem.Builder.from(AnnotationQueueItem other) AnnotationQueueItem.IdStage.from(AnnotationQueueItem other) Method parameters in com.ants.platform.client.resources.annotationqueues.types with type arguments of type AnnotationQueueItemModifier and TypeMethodDescriptionPaginatedAnnotationQueueItems._FinalStage.addAllData(List<AnnotationQueueItem> data) PaginatedAnnotationQueueItems.Builder.addAllData(List<AnnotationQueueItem> data) PaginatedAnnotationQueueItems._FinalStage.data(List<AnnotationQueueItem> data) PaginatedAnnotationQueueItems.Builder.data(List<AnnotationQueueItem> data)