Uses of Class
com.blackberry.workspaces.sdk.api.json.SendEmailJson
-
Packages that use SendEmailJson Package Description com.blackberry.workspaces.sdk.api.resource -
-
Uses of SendEmailJson in com.blackberry.workspaces.sdk.api.resource
Methods in com.blackberry.workspaces.sdk.api.resource with parameters of type SendEmailJson Modifier and Type Method Description void
Documents. sendEmailV30(String guid, SendEmailJson sendEmailJson)
Sends an email to recipients for a file.void
Files. sendEmailV30(String guid, SendEmailJson sendEmailJson)
Sends an email to recipients for a file.String
Rooms. sendEmailV30(String guid, String roomId, SendEmailJson sendEmailJson)
Sends email to group of recipients with a message regarding a specific file in a workspace.BulkOperationResultJson
Users. sendEmailV30(SendEmailJson sendEmailJson)
Sends Email.String
Workspaces. sendEmailV30(String guid, String roomId, SendEmailJson sendEmailJson)
Sends email to group of recipients with a message regarding a specific file in a workspace.
-