Package odata.msgraph.client.beta.entity
Class UnifiedRoleManagementPolicyNotificationRule.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.UnifiedRoleManagementPolicyNotificationRule.Builder
-
- Enclosing class:
- UnifiedRoleManagementPolicyNotificationRule
public static final class UnifiedRoleManagementPolicyNotificationRule.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public UnifiedRoleManagementPolicyNotificationRule.Builder id(String id)
-
target
public UnifiedRoleManagementPolicyNotificationRule.Builder target(UnifiedRoleManagementPolicyRuleTarget target)
-
isDefaultRecipientsEnabled
public UnifiedRoleManagementPolicyNotificationRule.Builder isDefaultRecipientsEnabled(Boolean isDefaultRecipientsEnabled)
-
notificationLevel
public UnifiedRoleManagementPolicyNotificationRule.Builder notificationLevel(String notificationLevel)
-
notificationRecipients
public UnifiedRoleManagementPolicyNotificationRule.Builder notificationRecipients(List<String> notificationRecipients)
-
notificationRecipients
public UnifiedRoleManagementPolicyNotificationRule.Builder notificationRecipients(String... notificationRecipients)
-
notificationRecipientsNextLink
public UnifiedRoleManagementPolicyNotificationRule.Builder notificationRecipientsNextLink(String notificationRecipientsNextLink)
-
notificationType
public UnifiedRoleManagementPolicyNotificationRule.Builder notificationType(String notificationType)
-
recipientType
public UnifiedRoleManagementPolicyNotificationRule.Builder recipientType(String recipientType)
-
build
public UnifiedRoleManagementPolicyNotificationRule build()
-
-