Class EditUserJson
java.lang.Object
com.blackberry.workspaces.sdk.api.json.BaseJson
com.blackberry.workspaces.sdk.api.json.EditUserJson
- All Implemented Interfaces:
Serializable
public class EditUserJson extends BaseJson
A user to be edited
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EditUserJson()
-
Method Summary
Modifier and Type Method Description String
getLanguage()
specifies the preferred languageBoolean
getSendNotifications()
Integer
getTimezoneOffset()
boolean
getUpdateTimezoneOffset()
Deprecated.boolean
getUpdateUserName()
Deprecated.String
getUserName()
User nameboolean
isUpdateSendNotifications()
boolean
isUpdateTimezoneOffset()
boolean
isUpdateUserName()
A flag to indicate if to update user name (default) or leave unchanged"void
setLanguage(String language)
specifies the preferred languagevoid
setSendNotifications(Boolean sendNotifications)
void
setTimezoneOffset(Integer timezoneOffset)
void
setUpdateSendNotifications(boolean updateSendNotifications)
void
setUpdateTimezoneOffset(boolean updateTimezoneOffset)
void
setUpdateUserName(boolean updateUserName)
A flag to indicate if to update user name (default) or leave unchanged"void
setUserName(String userName)
User nameMethods inherited from class com.blackberry.workspaces.sdk.api.json.BaseJson
getObjType, setObjType, toString
-
Constructor Details
-
EditUserJson
public EditUserJson()
-
-
Method Details
-
isUpdateTimezoneOffset
public boolean isUpdateTimezoneOffset() -
getUpdateTimezoneOffset
Deprecated. -
setUpdateTimezoneOffset
public void setUpdateTimezoneOffset(boolean updateTimezoneOffset) -
getTimezoneOffset
-
setTimezoneOffset
-
isUpdateSendNotifications
public boolean isUpdateSendNotifications() -
setUpdateSendNotifications
public void setUpdateSendNotifications(boolean updateSendNotifications) -
isUpdateUserName
public boolean isUpdateUserName()A flag to indicate if to update user name (default) or leave unchanged"- Returns:
- A flag to indicate if to update user name (default) or leave unchanged"
-
getUpdateUserName
Deprecated.A flag to indicate if to update user name (default) or leave unchanged"- Returns:
- A flag to indicate if to update user name (default) or leave unchanged"
-
setUpdateUserName
public void setUpdateUserName(boolean updateUserName)A flag to indicate if to update user name (default) or leave unchanged"- Parameters:
updateUserName
- A flag to indicate if to update user name (default) or leave unchanged"
-
getLanguage
specifies the preferred language- Returns:
- specifies the preferred language
-
setLanguage
specifies the preferred language- Parameters:
language
- specifies the preferred language
-
getSendNotifications
-
setSendNotifications
-
getUserName
User name- Returns:
- User name
-
setUserName
User name- Parameters:
userName
- User name
-