| Package | Description | 
|---|---|
| com.edorasware.one.identity.user | 
| Modifier and Type | Method and Description | 
|---|---|
static UserNotification | 
UserNotification.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static UserNotification[] | 
UserNotification.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableSet<UserNotification> | 
User.getNotifications()
Return the notifications that the user has subscribed to. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
User.hasNotification(UserNotification notification)
Checks if the user has subscribed to the given notification option. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
User.Builder | 
User.Builder.notifications(Set<UserNotification> notifications)
Set the optional notifications of the user. 
 | 
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.