public class DlpWindowsDevicesNotification extends DlpNotification implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DlpWindowsDevicesNotification.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentName |
protected String |
lastModfiedBy |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
author, contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
DlpWindowsDevicesNotification() |
| Modifier and Type | Method and Description |
|---|---|
static DlpWindowsDevicesNotification.Builder |
builderDlpWindowsDevicesNotification()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getContentName() |
Optional<String> |
getLastModfiedBy() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DlpWindowsDevicesNotification |
withContentName(String contentName) |
DlpWindowsDevicesNotification |
withLastModfiedBy(String lastModfiedBy) |
builder, getAuthor, withAuthorprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String lastModfiedBy
protected String contentName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DlpNotificationpublic DlpWindowsDevicesNotification withLastModfiedBy(String lastModfiedBy)
public DlpWindowsDevicesNotification withContentName(String contentName)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DlpNotificationpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DlpNotificationpublic static DlpWindowsDevicesNotification.Builder builderDlpWindowsDevicesNotification()
public String toString()
toString in class DlpNotificationCopyright © 2018–2020. All rights reserved.