| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedEmailAddress |
| Modifier and Type | Field and Description |
|---|---|
protected EmailAddress |
MailTips.emailAddress |
protected EmailAddress |
Recipient.emailAddress |
| Modifier and Type | Method and Description |
|---|---|
EmailAddress |
EmailAddress.Builder.build() |
EmailAddress |
EmailAddress.withAddress(String address) |
EmailAddress |
EmailAddress.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EmailAddress> |
MailTips.getEmailAddress() |
Optional<EmailAddress> |
Recipient.getEmailAddress() |
| Modifier and Type | Method and Description |
|---|---|
MailTips.Builder |
MailTips.Builder.emailAddress(EmailAddress emailAddress) |
AttendeeBase.Builder |
AttendeeBase.Builder.emailAddress(EmailAddress emailAddress) |
Recipient.Builder |
Recipient.Builder.emailAddress(EmailAddress emailAddress) |
Attendee.Builder |
Attendee.Builder.emailAddress(EmailAddress emailAddress) |
MailTips |
MailTips.withEmailAddress(EmailAddress emailAddress) |
Recipient |
Recipient.withEmailAddress(EmailAddress emailAddress) |
| Modifier and Type | Field and Description |
|---|---|
protected EmailAddress |
Mention.createdBy |
protected EmailAddress |
CalendarPermission.emailAddress |
protected EmailAddress |
Mention.mentioned |
protected EmailAddress |
Calendar.owner |
protected EmailAddress |
InferenceClassificationOverride.senderEmailAddress |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EmailAddress> |
User.findRoomLists() |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EmailAddress> |
User.findRooms_Function(String roomList) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EmailAddress> |
User.findRooms() |
Optional<EmailAddress> |
Mention.getCreatedBy() |
Optional<EmailAddress> |
CalendarPermission.getEmailAddress() |
Optional<EmailAddress> |
Mention.getMentioned() |
Optional<EmailAddress> |
Calendar.getOwner() |
Optional<EmailAddress> |
InferenceClassificationOverride.getSenderEmailAddress() |
| Modifier and Type | Method and Description |
|---|---|
Mention.Builder |
Mention.Builder.createdBy(EmailAddress createdBy) |
CalendarPermission.Builder |
CalendarPermission.Builder.emailAddress(EmailAddress emailAddress) |
Mention.Builder |
Mention.Builder.mentioned(EmailAddress mentioned) |
Calendar.Builder |
Calendar.Builder.owner(EmailAddress owner) |
InferenceClassificationOverride.Builder |
InferenceClassificationOverride.Builder.senderEmailAddress(EmailAddress senderEmailAddress) |
Mention |
Mention.withCreatedBy(EmailAddress createdBy) |
CalendarPermission |
CalendarPermission.withEmailAddress(EmailAddress emailAddress) |
Mention |
Mention.withMentioned(EmailAddress mentioned) |
Calendar |
Calendar.withOwner(EmailAddress owner) |
InferenceClassificationOverride |
InferenceClassificationOverride.withSenderEmailAddress(EmailAddress senderEmailAddress) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EmailAddress> |
UserRequest.findRoomLists() |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EmailAddress> |
UserRequest.findRooms_Function(String roomList) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<EmailAddress> |
UserRequest.findRooms() |
Copyright © 2018–2020. All rights reserved.