Uses of Class
odata.msgraph.client.complex.ChatInfo
-
Packages that use ChatInfo Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of ChatInfo in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChatInfo Modifier and Type Method Description ChatInfoChatInfo.Builder. build()ChatInfoChatInfo. withMessageId(String messageId)ChatInfoChatInfo. withReplyChainMessageId(String replyChainMessageId)ChatInfoChatInfo. withThreadId(String threadId)ChatInfoChatInfo. withUnmappedField(String name, Object value) -
Uses of ChatInfo in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ChatInfo Modifier and Type Field Description protected ChatInfoCall. chatInfoprotected ChatInfoOnlineMeetingBase. chatInfoMethods in odata.msgraph.client.entity that return types with arguments of type ChatInfo Modifier and Type Method Description Optional<ChatInfo>Call. getChatInfo()Optional<ChatInfo>OnlineMeetingBase. getChatInfo()Methods in odata.msgraph.client.entity with parameters of type ChatInfo Modifier and Type Method Description Call.BuilderCall.Builder. chatInfo(ChatInfo chatInfo)OnlineMeeting.BuilderOnlineMeeting.Builder. chatInfo(ChatInfo chatInfo)VirtualEventSession.BuilderVirtualEventSession.Builder. chatInfo(ChatInfo chatInfo)CallCall. withChatInfo(ChatInfo chatInfo)OnlineMeetingBaseOnlineMeetingBase. withChatInfo(ChatInfo chatInfo) -
Uses of ChatInfo in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request with parameters of type ChatInfo Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnlineMeeting>OnlineMeetingCollectionRequest. createOrGet(ChatInfo chatInfo, OffsetDateTime endDateTime, String externalId, MeetingParticipants participants, OffsetDateTime startDateTime, String subject)
-