public class PresenceModifier extends Object implements UserSettingsModifier
Constructor and Description |
---|
PresenceModifier(boolean present)
Literal constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
modify()
Implement to define action that modifies the current user.
|
String |
toString() |
public PresenceModifier(boolean present)
present
- The value the presence should be set to.public void modify() throws SystemException, AuthenticationException
UserSettingsModifier
modify
in interface UserSettingsModifier
SystemException
- when the server call failsAuthenticationException
- when authorization failsCopyright © 2021 Hyland Software Germany GmbH. All rights reserved.