Uses of Class
odata.msgraph.client.complex.AccessReviewNotificationRecipientItem
-
Packages that use AccessReviewNotificationRecipientItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AccessReviewNotificationRecipientItem in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AccessReviewNotificationRecipientItem Modifier and Type Method Description AccessReviewNotificationRecipientItemAccessReviewNotificationRecipientItem.Builder. build()AccessReviewNotificationRecipientItemAccessReviewNotificationRecipientItem. withNotificationRecipientScope(AccessReviewNotificationRecipientScope notificationRecipientScope)AccessReviewNotificationRecipientItemAccessReviewNotificationRecipientItem. withNotificationTemplateType(String notificationTemplateType)AccessReviewNotificationRecipientItemAccessReviewNotificationRecipientItem. withUnmappedField(String name, String value) -
Uses of AccessReviewNotificationRecipientItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AccessReviewNotificationRecipientItem Modifier and Type Field Description protected List<AccessReviewNotificationRecipientItem>AccessReviewScheduleDefinition. additionalNotificationRecipientsMethods in odata.msgraph.client.entity that return types with arguments of type AccessReviewNotificationRecipientItem Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AccessReviewNotificationRecipientItem>AccessReviewScheduleDefinition. getAdditionalNotificationRecipients()com.github.davidmoten.odata.client.CollectionPage<AccessReviewNotificationRecipientItem>AccessReviewScheduleDefinition. getAdditionalNotificationRecipients(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AccessReviewNotificationRecipientItem Modifier and Type Method Description AccessReviewScheduleDefinition.BuilderAccessReviewScheduleDefinition.Builder. additionalNotificationRecipients(AccessReviewNotificationRecipientItem... additionalNotificationRecipients)Method parameters in odata.msgraph.client.entity with type arguments of type AccessReviewNotificationRecipientItem Modifier and Type Method Description AccessReviewScheduleDefinition.BuilderAccessReviewScheduleDefinition.Builder. additionalNotificationRecipients(List<AccessReviewNotificationRecipientItem> additionalNotificationRecipients)AccessReviewScheduleDefinitionAccessReviewScheduleDefinition. withAdditionalNotificationRecipients(List<AccessReviewNotificationRecipientItem> additionalNotificationRecipients)
-