public class IdentityProtectionNotificationPolicy extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityProtectionNotificationPolicy.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
displayName |
protected UserAlertsSettings |
userAlertsSettings |
protected WeeklyDigestSettings |
weeklyDigestSettings |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IdentityProtectionNotificationPolicy() |
protected String displayName
protected String description
protected WeeklyDigestSettings weeklyDigestSettings
protected UserAlertsSettings userAlertsSettings
protected IdentityProtectionNotificationPolicy()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static IdentityProtectionNotificationPolicy.Builder builderIdentityProtectionNotificationPolicy()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic IdentityProtectionNotificationPolicy withDisplayName(String displayName)
public IdentityProtectionNotificationPolicy withDescription(String description)
public Optional<WeeklyDigestSettings> getWeeklyDigestSettings()
public IdentityProtectionNotificationPolicy withWeeklyDigestSettings(WeeklyDigestSettings weeklyDigestSettings)
public Optional<UserAlertsSettings> getUserAlertsSettings()
public IdentityProtectionNotificationPolicy withUserAlertsSettings(UserAlertsSettings userAlertsSettings)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic IdentityProtectionNotificationPolicy patch()
this with changed fields reset.public IdentityProtectionNotificationPolicy put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.