Package com.microsoft.graph.models
Class UnifiedRoleManagementPolicyNotificationRule
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.UnifiedRoleManagementPolicyRule
com.microsoft.graph.models.UnifiedRoleManagementPolicyNotificationRule
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UnifiedRoleManagementPolicyNotificationRule
extends UnifiedRoleManagementPolicyRule
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Unified Role Management Policy Notification Rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Is Default Recipients Enabled.The Notification Level.The Notification Recipients.The Notification Type.The Recipient Type.Fields inherited from class com.microsoft.graph.models.UnifiedRoleManagementPolicyRule
target
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
isDefaultRecipientsEnabled
@SerializedName(value="isDefaultRecipientsEnabled", alternate="IsDefaultRecipientsEnabled") @Expose @Nullable public Boolean isDefaultRecipientsEnabledThe Is Default Recipients Enabled. Indicates whether a default recipient will receive the notification email. -
notificationLevel
@SerializedName(value="notificationLevel", alternate="NotificationLevel") @Expose @Nullable public String notificationLevelThe Notification Level. The level of notification. The possible values are None, Critical, All. -
notificationRecipients
@SerializedName(value="notificationRecipients", alternate="NotificationRecipients") @Expose @Nullable public List<String> notificationRecipientsThe Notification Recipients. The list of recipients of the email notifications. -
notificationType
@SerializedName(value="notificationType", alternate="NotificationType") @Expose @Nullable public String notificationTypeThe Notification Type. The type of notification. Only Email is supported. -
recipientType
@SerializedName(value="recipientType", alternate="RecipientType") @Expose @Nullable public String recipientTypeThe Recipient Type. The type of recipient of the notification. The possible values are Requestor, Approver, Admin.
-
-
Constructor Details
-
UnifiedRoleManagementPolicyNotificationRule
public UnifiedRoleManagementPolicyNotificationRule()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classUnifiedRoleManagementPolicyRule
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-