| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
ChatInfo |
ChatInfo.Builder.build() |
ChatInfo |
ChatInfo.withMessageId(String messageId) |
ChatInfo |
ChatInfo.withReplyChainMessageId(String replyChainMessageId) |
ChatInfo |
ChatInfo.withThreadId(String threadId) |
| Modifier and Type | Field and Description |
|---|---|
protected ChatInfo |
OnlineMeeting.chatInfo |
protected ChatInfo |
Call.chatInfo |
| Modifier and Type | Method and Description |
|---|---|
Optional<ChatInfo> |
OnlineMeeting.getChatInfo() |
Optional<ChatInfo> |
Call.getChatInfo() |
| Modifier and Type | Method and Description |
|---|---|
OnlineMeeting.Builder |
OnlineMeeting.Builder.chatInfo(ChatInfo chatInfo) |
Call.Builder |
Call.Builder.chatInfo(ChatInfo chatInfo) |
OnlineMeeting |
OnlineMeeting.withChatInfo(ChatInfo chatInfo) |
Call |
Call.withChatInfo(ChatInfo chatInfo) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnlineMeeting> |
OnlineMeetingCollectionRequest.createOrGet(ChatInfo chatInfo,
OffsetDateTime endDateTime,
String externalId,
MeetingParticipants participants,
OffsetDateTime startDateTime,
String subject) |
Copyright © 2018–2020. All rights reserved.