Uses of Class
odata.msgraph.client.beta.complex.TeamworkOnlineMeetingInfo
-
Packages that use TeamworkOnlineMeetingInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamworkOnlineMeetingInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamworkOnlineMeetingInfo Modifier and Type Method Description TeamworkOnlineMeetingInfoTeamworkOnlineMeetingInfo.Builder. build()TeamworkOnlineMeetingInfoTeamworkOnlineMeetingInfo. withCalendarEventId(String calendarEventId)TeamworkOnlineMeetingInfoTeamworkOnlineMeetingInfo. withJoinWebUrl(String joinWebUrl)TeamworkOnlineMeetingInfoTeamworkOnlineMeetingInfo. withOrganizer(TeamworkUserIdentity organizer)TeamworkOnlineMeetingInfoTeamworkOnlineMeetingInfo. withUnmappedField(String name, String value) -
Uses of TeamworkOnlineMeetingInfo in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkOnlineMeetingInfo Modifier and Type Field Description protected TeamworkOnlineMeetingInfoChat. onlineMeetingInfoMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkOnlineMeetingInfo Modifier and Type Method Description Optional<TeamworkOnlineMeetingInfo>Chat. getOnlineMeetingInfo()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkOnlineMeetingInfo Modifier and Type Method Description Chat.BuilderChat.Builder. onlineMeetingInfo(TeamworkOnlineMeetingInfo onlineMeetingInfo)ChatChat. withOnlineMeetingInfo(TeamworkOnlineMeetingInfo onlineMeetingInfo)
-