public class NotificationPreferenceWsDTO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NotificationPreferenceWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
getChannel() |
java.lang.Boolean |
getEnabled() |
java.lang.String |
getValue() |
void |
setChannel(NotificationChannel channel) |
void |
setEnabled(java.lang.Boolean enabled) |
void |
setValue(java.lang.String value) |
public void setChannel(NotificationChannel channel)
public NotificationChannel getChannel()
public void setValue(java.lang.String value)
public java.lang.String getValue()
public void setEnabled(java.lang.Boolean enabled)
public java.lang.Boolean getEnabled()
Copyright © 2018 SAP SE. All Rights Reserved.