Interface ContentService
-
- All Implemented Interfaces:
public interface ContentService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceContentService.WithRawResponseA view of ContentService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract ContentService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. Unitretrieve(String fileId, ContentRetrieveParams params)Retrieve Container File Content Unitretrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions)Unitretrieve(ContentRetrieveParams params)abstract Unitretrieve(ContentRetrieveParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract ContentService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
Unit retrieve(String fileId, ContentRetrieveParams params)
Retrieve Container File Content
-
retrieve
Unit retrieve(String fileId, ContentRetrieveParams params, RequestOptions requestOptions)
-
retrieve
Unit retrieve(ContentRetrieveParams params)
-
retrieve
abstract Unit retrieve(ContentRetrieveParams params, RequestOptions requestOptions)
-
-
-
-