public class BulkUserUpdateRepresentation extends Object
Constructor and Description |
---|
BulkUserUpdateRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getAccountType() |
String |
getPassword() |
String |
getStatus() |
Long |
getTenantId() |
List<Long> |
getUsers() |
boolean |
isSendNotifications() |
void |
setAccountType(String accountType) |
void |
setPassword(String password) |
void |
setSendNotifications(boolean sendNotifictions) |
void |
setStatus(String status) |
void |
setTenantId(Long tenantId) |
void |
setUsers(List<Long> users) |
public void setStatus(String status)
public String getStatus()
public void setAccountType(String accountType)
public String getAccountType()
public void setSendNotifications(boolean sendNotifictions)
public boolean isSendNotifications()
public String getPassword()
public void setPassword(String password)
public Long getTenantId()
public void setTenantId(Long tenantId)
Copyright © 2014–2015 Alfresco. All rights reserved.