Package ai.toloka.client.v1.attachment
Interface AttachmentClient
-
- All Known Implementing Classes:
AttachmentClientImpl
public interface AttachmentClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentDownloaddownloadAttachment(java.lang.String attachmentId)SearchResult<Attachment<?>>findAttachments(AttachmentSearchRequest request)Attachment<?>getAttachment(java.lang.String attachmentId)
-
-
-
Method Detail
-
findAttachments
SearchResult<Attachment<?>> findAttachments(AttachmentSearchRequest request)
-
getAttachment
Attachment<?> getAttachment(java.lang.String attachmentId)
-
downloadAttachment
AttachmentDownload downloadAttachment(java.lang.String attachmentId)
-
-