Class OrchestratorContactUtil
java.lang.Object
net.spreadsheetspace.sdk.orchestrator.OrchestratorContactUtil
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ChangeRecipientDescriptoraddRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) static UserDescriptorcreateUser(String firstname, String lastname, String userName, String passWord, String email, String username, String password, String token) static AddressBookDescriptorgetContactList(String username, String password, String token) static ChangeRecipientDescriptorremoveRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) static UserDescriptorupdateUserPassword(String userName, String passWord, String username, String password, String token)
-
Field Details
-
orchestratorServer
-
-
Constructor Details
-
OrchestratorContactUtil
public OrchestratorContactUtil()
-
-
Method Details
-
getContactList
-
addRecipients
public static ChangeRecipientDescriptor addRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) -
removeRecipients
public static ChangeRecipientDescriptor removeRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) -
createUser
-
updateUserPassword
-