Class UsersExample
java.lang.Object
com.blackberry.workspaces.sdk.api.examples.UsersExample
public class UsersExample extends Object
Examples of Workspaces User functionality
- Author:
- tasfaw
-
Constructor Summary
Constructors Constructor Description UsersExample(APISession apiSession)
Creates an instances of the UsersExample class -
Method Summary
Modifier and Type Method Description BulkOperationResultJson
addUser(String userEmail, Set<String> aliases, Set<String> roles, String friendlyName)
BulkOperationResultJson
copyMemebership(List<String> usersFrom, String userTo)
BulkOperationResultJson
editUser(String language, boolean sendNotifications, boolean updateSendNotifications, int timezoneOffset, boolean updateTimezoneOffset, String userName, boolean updateUserName)
BulkOperationResultJson
removeUsers(List<String> users)
-
Constructor Details
-
UsersExample
Creates an instances of the UsersExample class- Parameters:
apiSession
- An ApiSession instance to be used.
-
-
Method Details
-
addUser
-
editUser
public BulkOperationResultJson editUser(String language, boolean sendNotifications, boolean updateSendNotifications, int timezoneOffset, boolean updateTimezoneOffset, String userName, boolean updateUserName) -
removeUsers
-
copyMemebership
-