Interface ObjectService.WithRawResponse
-
- All Implemented Interfaces:
public interface ObjectService.WithRawResponseA view of ObjectService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract ObjectService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
@MustBeClosed() HttpResponseFor<ObjectRetrieveResponse> retrieve(String objectId, ObjectRetrieveParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}, but is otherwise the same as ObjectService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<ObjectRetrieveResponse> retrieve(String objectId, ObjectRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<ObjectRetrieveResponse> retrieve(ObjectRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<ObjectRetrieveResponse> retrieve(ObjectRetrieveParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() HttpResponseFor<ObjectUpdateResponse> update(String objectId, ObjectUpdateParams params)
Returns a raw HTTP response for
patch /vault/{id}/objects/{objectId}, but is otherwise the same as ObjectService.update.
-
update
@MustBeClosed() HttpResponseFor<ObjectUpdateResponse> update(String objectId, ObjectUpdateParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() HttpResponseFor<ObjectUpdateResponse> update(ObjectUpdateParams params)
-
update
@MustBeClosed() abstract HttpResponseFor<ObjectUpdateResponse> update(ObjectUpdateParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<ObjectListResponse> list(String id)
Returns a raw HTTP response for
get /vault/{id}/objects, but is otherwise the same as ObjectService.list.
-
list
@MustBeClosed() HttpResponseFor<ObjectListResponse> list(String id, ObjectListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<ObjectListResponse> list(String id, ObjectListParams params)
-
list
@MustBeClosed() abstract HttpResponseFor<ObjectListResponse> list(ObjectListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<ObjectListResponse> list(ObjectListParams params)
-
list
@MustBeClosed() HttpResponseFor<ObjectListResponse> list(String id, RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponseFor<ObjectDeleteResponse> delete(String objectId, ObjectDeleteParams params)
Returns a raw HTTP response for
delete /vault/{id}/objects/{objectId}, but is otherwise the same as ObjectService.delete.
-
delete
@MustBeClosed() HttpResponseFor<ObjectDeleteResponse> delete(String objectId, ObjectDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponseFor<ObjectDeleteResponse> delete(ObjectDeleteParams params)
-
delete
@MustBeClosed() abstract HttpResponseFor<ObjectDeleteResponse> delete(ObjectDeleteParams params, RequestOptions requestOptions)
-
createPresignedUrl
@MustBeClosed() HttpResponseFor<ObjectCreatePresignedUrlResponse> createPresignedUrl(String objectId, ObjectCreatePresignedUrlParams params)
Returns a raw HTTP response for
post /vault/{id}/objects/{objectId}/presigned-url, but is otherwise the same as ObjectService.createPresignedUrl.
-
createPresignedUrl
@MustBeClosed() HttpResponseFor<ObjectCreatePresignedUrlResponse> createPresignedUrl(String objectId, ObjectCreatePresignedUrlParams params, RequestOptions requestOptions)
-
createPresignedUrl
@MustBeClosed() HttpResponseFor<ObjectCreatePresignedUrlResponse> createPresignedUrl(ObjectCreatePresignedUrlParams params)
-
createPresignedUrl
@MustBeClosed() abstract HttpResponseFor<ObjectCreatePresignedUrlResponse> createPresignedUrl(ObjectCreatePresignedUrlParams params, RequestOptions requestOptions)
-
download
@MustBeClosed() HttpResponse download(String objectId, ObjectDownloadParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}/download, but is otherwise the same as ObjectService.download.
-
download
@MustBeClosed() HttpResponse download(String objectId, ObjectDownloadParams params, RequestOptions requestOptions)
-
download
@MustBeClosed() HttpResponse download(ObjectDownloadParams params)
-
download
@MustBeClosed() abstract HttpResponse download(ObjectDownloadParams params, RequestOptions requestOptions)
-
getChunks
@MustBeClosed() HttpResponseFor<ObjectGetChunksResponse> getChunks(String objectId, ObjectGetChunksParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}/chunks, but is otherwise the same as ObjectService.getChunks.
-
getChunks
@MustBeClosed() HttpResponseFor<ObjectGetChunksResponse> getChunks(String objectId, ObjectGetChunksParams params, RequestOptions requestOptions)
-
getChunks
@MustBeClosed() HttpResponseFor<ObjectGetChunksResponse> getChunks(ObjectGetChunksParams params)
-
getChunks
@MustBeClosed() abstract HttpResponseFor<ObjectGetChunksResponse> getChunks(ObjectGetChunksParams params, RequestOptions requestOptions)
-
getOcrWords
@MustBeClosed() HttpResponseFor<ObjectGetOcrWordsResponse> getOcrWords(String objectId, ObjectGetOcrWordsParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}/ocr-words, but is otherwise the same as ObjectService.getOcrWords.
-
getOcrWords
@MustBeClosed() HttpResponseFor<ObjectGetOcrWordsResponse> getOcrWords(String objectId, ObjectGetOcrWordsParams params, RequestOptions requestOptions)
-
getOcrWords
@MustBeClosed() HttpResponseFor<ObjectGetOcrWordsResponse> getOcrWords(ObjectGetOcrWordsParams params)
-
getOcrWords
@MustBeClosed() abstract HttpResponseFor<ObjectGetOcrWordsResponse> getOcrWords(ObjectGetOcrWordsParams params, RequestOptions requestOptions)
-
getPages
@MustBeClosed() HttpResponseFor<ObjectGetPagesResponse> getPages(String objectId, ObjectGetPagesParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}/pages, but is otherwise the same as ObjectService.getPages.
-
getPages
@MustBeClosed() HttpResponseFor<ObjectGetPagesResponse> getPages(String objectId, ObjectGetPagesParams params, RequestOptions requestOptions)
-
getPages
@MustBeClosed() HttpResponseFor<ObjectGetPagesResponse> getPages(ObjectGetPagesParams params)
-
getPages
@MustBeClosed() abstract HttpResponseFor<ObjectGetPagesResponse> getPages(ObjectGetPagesParams params, RequestOptions requestOptions)
-
getSummarizeJob
@MustBeClosed() HttpResponseFor<ObjectGetSummarizeJobResponse> getSummarizeJob(String jobId, ObjectGetSummarizeJobParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}/summarize/{jobId}, but is otherwise the same as ObjectService.getSummarizeJob.
-
getSummarizeJob
@MustBeClosed() HttpResponseFor<ObjectGetSummarizeJobResponse> getSummarizeJob(String jobId, ObjectGetSummarizeJobParams params, RequestOptions requestOptions)
-
getSummarizeJob
@MustBeClosed() HttpResponseFor<ObjectGetSummarizeJobResponse> getSummarizeJob(ObjectGetSummarizeJobParams params)
-
getSummarizeJob
@MustBeClosed() abstract HttpResponseFor<ObjectGetSummarizeJobResponse> getSummarizeJob(ObjectGetSummarizeJobParams params, RequestOptions requestOptions)
-
getText
@MustBeClosed() HttpResponseFor<ObjectGetTextResponse> getText(String objectId, ObjectGetTextParams params)
Returns a raw HTTP response for
get /vault/{id}/objects/{objectId}/text, but is otherwise the same as ObjectService.getText.
-
getText
@MustBeClosed() HttpResponseFor<ObjectGetTextResponse> getText(String objectId, ObjectGetTextParams params, RequestOptions requestOptions)
-
getText
@MustBeClosed() HttpResponseFor<ObjectGetTextResponse> getText(ObjectGetTextParams params)
-
getText
@MustBeClosed() abstract HttpResponseFor<ObjectGetTextResponse> getText(ObjectGetTextParams params, RequestOptions requestOptions)
-
-
-
-