public class OrchestratorContactUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
orchestratorServer |
| Constructor and Description |
|---|
OrchestratorContactUtil() |
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecipientDescriptor |
addRecipients(String id,
String view_server,
LinkedList<String> listRecipient,
String username,
String password,
String token,
AuthenticationResponse ar,
ExcelType excelType) |
static UserDescriptor |
createUser(String firstname,
String lastname,
String userName,
String passWord,
String email,
String username,
String password,
String token) |
static AddressBookDescriptor |
getContactList(String username,
String password,
String token) |
static ChangeRecipientDescriptor |
removeRecipients(String id,
String view_server,
LinkedList<String> listRecipient,
String username,
String password,
String token,
AuthenticationResponse ar,
ExcelType excelType) |
static UserDescriptor |
updateUserPassword(String userName,
String passWord,
String username,
String password,
String token) |
public static String orchestratorServer
public static AddressBookDescriptor getContactList(String username, String password, String token)
public static ChangeRecipientDescriptor addRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType)
public static ChangeRecipientDescriptor removeRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType)
public static UserDescriptor createUser(String firstname, String lastname, String userName, String passWord, String email, String username, String password, String token)
Copyright © 2025. All rights reserved.