Package ai.toloka.client.v1.impl
Class AttachmentClientImpl
- java.lang.Object
-
- ai.toloka.client.v1.impl.AbstractClientImpl
-
- ai.toloka.client.v1.impl.AttachmentClientImpl
-
- All Implemented Interfaces:
AttachmentClient
public class AttachmentClientImpl extends AbstractClientImpl implements AttachmentClient
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ai.toloka.client.v1.impl.AbstractClientImpl
AbstractClientImpl.RequestExecutorWrapper<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentDownload
downloadAttachment(java.lang.String attachmentId)
SearchResult<Attachment<?>>
findAttachments(AttachmentSearchRequest request)
Attachment<?>
getAttachment(java.lang.String attachmentId)
-
Methods inherited from class ai.toloka.client.v1.impl.AbstractClientImpl
addVersionPrefix, create, executeAction, executeAsync, executeSyncAction, find, get, getFactory, getHttpClient, getHttpConsumer, getTolokaApiUrl, patch, update, upsert, upsertMultiple
-
-
-
-
Method Detail
-
findAttachments
public SearchResult<Attachment<?>> findAttachments(AttachmentSearchRequest request)
- Specified by:
findAttachments
in interfaceAttachmentClient
-
getAttachment
public Attachment<?> getAttachment(java.lang.String attachmentId)
- Specified by:
getAttachment
in interfaceAttachmentClient
-
downloadAttachment
public AttachmentDownload downloadAttachment(java.lang.String attachmentId)
- Specified by:
downloadAttachment
in interfaceAttachmentClient
-
-