Package odata.msgraph.client.complex
Class AccessReviewNotificationRecipientItem.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.AccessReviewNotificationRecipientItem.Builder
-
- Enclosing class:
- AccessReviewNotificationRecipientItem
public static final class AccessReviewNotificationRecipientItem.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessReviewNotificationRecipientItembuild()AccessReviewNotificationRecipientItem.BuildernotificationRecipientScope(AccessReviewNotificationRecipientScope notificationRecipientScope)AccessReviewNotificationRecipientItem.BuildernotificationTemplateType(String notificationTemplateType)
-
-
-
Method Detail
-
notificationRecipientScope
public AccessReviewNotificationRecipientItem.Builder notificationRecipientScope(AccessReviewNotificationRecipientScope notificationRecipientScope)
-
notificationTemplateType
public AccessReviewNotificationRecipientItem.Builder notificationTemplateType(String notificationTemplateType)
-
build
public AccessReviewNotificationRecipientItem build()
-
-