Uses of Class
net.spreadsheetspace.sdk.model.ChangeRecipientDescriptor
Packages that use ChangeRecipientDescriptor
-
Uses of ChangeRecipientDescriptor in net.spreadsheetspace.sdk
Methods in net.spreadsheetspace.sdk that return ChangeRecipientDescriptorModifier and TypeMethodDescriptionSdk.addRecipients(String id, String view_server, LinkedList<String> listRecipient) Add recipient(s) to existing view.Sdk.removeRecipients(String id, String view_server, LinkedList<String> listRecipient) Remove recipient(s) to existing view. -
Uses of ChangeRecipientDescriptor in net.spreadsheetspace.sdk.orchestrator
Methods in net.spreadsheetspace.sdk.orchestrator that return ChangeRecipientDescriptorModifier and TypeMethodDescriptionstatic ChangeRecipientDescriptorOrchestratorContactUtil.addRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) static ChangeRecipientDescriptorOrchestratorContactUtil.removeRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType)