SentSharesGetSentShareInvitation interface
Methods
| delete(Request |
Delete a sent share invitation |
| get(Request |
Get recipient for a given sent share |
| put(Sent |
Create a recipient for a given sent share |
Method Details
delete(RequestParameters)
Delete a sent share invitation
function delete(options?: RequestParameters): StreamableMethod<SentSharesDeleteSentShareInvitation202Response | SentSharesDeleteSentShareInvitationDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Get recipient for a given sent share
function get(options?: RequestParameters): StreamableMethod<SentSharesGetSentShareInvitation200Response | SentSharesGetSentShareInvitationDefaultResponse>
Parameters
- options
- RequestParameters
Returns
put(SentSharesCreateSentShareInvitationParameters)
Create a recipient for a given sent share
function put(options: SentSharesCreateSentShareInvitationParameters): StreamableMethod<SentSharesCreateSentShareInvitation201Response | SentSharesCreateSentShareInvitationDefaultResponse>