public class NotificationOption
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NotificationOption(boolean notifyNewAccess,
boolean notifyAccessDeprovision)
Constructs the object with specific notification options.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNotifyAccessDeprovision()
Returns notification option for access deprovision.
|
boolean |
getNotifyNewAccess()
Returns notification option for new access provision.
|
void |
setNotifyAccessDeprovision(boolean theNotifyAccessDeprovision)
Set notification option for access deprovision.
|
void |
setNotifyNewAccess(boolean theNotifyNewAccess)
Set notification option for new access provision.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
public NotificationOption(boolean notifyNewAccess,
boolean notifyAccessDeprovision)
notifyNewAccess - notifyAccessDeprovision - public boolean getNotifyNewAccess()
public void setNotifyNewAccess(boolean theNotifyNewAccess)
public boolean getNotifyAccessDeprovision()
public void setNotifyAccessDeprovision(boolean theNotifyAccessDeprovision)
public java.lang.String toString()
toString in class java.lang.Object