Uses of Class
odata.msgraph.client.beta.complex.MeetingInfo
-
Packages that use MeetingInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MeetingInfo in odata.msgraph.client.beta.complex
Subclasses of MeetingInfo in odata.msgraph.client.beta.complex Modifier and Type Class Description classOrganizerMeetingInfoclassTokenMeetingInfoMethods in odata.msgraph.client.beta.complex that return MeetingInfo Modifier and Type Method Description MeetingInfoMeetingInfo. withAllowConversationWithoutHost(Boolean allowConversationWithoutHost)MeetingInfoMeetingInfo. withUnmappedField(String name, String value) -
Uses of MeetingInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MeetingInfo Modifier and Type Field Description protected MeetingInfoCall. meetingInfoMethods in odata.msgraph.client.beta.entity that return types with arguments of type MeetingInfo Modifier and Type Method Description Optional<MeetingInfo>Call. getMeetingInfo()Methods in odata.msgraph.client.beta.entity with parameters of type MeetingInfo Modifier and Type Method Description Call.BuilderCall.Builder. meetingInfo(MeetingInfo meetingInfo)CallCall. withMeetingInfo(MeetingInfo meetingInfo)
-