SentSharesGetSentShare interface
Methods
| delete(Request |
Delete a sent share |
| get(Request |
Get a sent share |
| put(Sent |
Create or replace a sent share |
Method Details
delete(RequestParameters)
Delete a sent share
function delete(options?: RequestParameters): StreamableMethod<SentSharesDeleteSentShare202Response | SentSharesDeleteSentShareDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get a sent share
function get(options?: RequestParameters): StreamableMethod<SentSharesGetSentShare200Response | SentSharesGetSentShareDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(SentSharesCreateOrReplaceParameters)
Create or replace a sent share
function put(options: SentSharesCreateOrReplaceParameters): StreamableMethod<SentSharesCreateOrReplace200Response | SentSharesCreateOrReplace201Response | SentSharesCreateOrReplaceDefaultResponse>