Uses of Class
odata.msgraph.client.complex.ChatRestrictions
-
Packages that use ChatRestrictions Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ChatRestrictions in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChatRestrictions Modifier and Type Method Description ChatRestrictionsChatRestrictions.Builder. build()ChatRestrictionsChatRestrictions. withAllowTextOnly(Boolean allowTextOnly)ChatRestrictionsChatRestrictions. withUnmappedField(String name, Object value) -
Uses of ChatRestrictions in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ChatRestrictions Modifier and Type Field Description protected ChatRestrictionsOnlineMeetingBase. chatRestrictionsMethods in odata.msgraph.client.entity that return types with arguments of type ChatRestrictions Modifier and Type Method Description Optional<ChatRestrictions>OnlineMeetingBase. getChatRestrictions()Methods in odata.msgraph.client.entity with parameters of type ChatRestrictions Modifier and Type Method Description OnlineMeeting.BuilderOnlineMeeting.Builder. chatRestrictions(ChatRestrictions chatRestrictions)VirtualEventSession.BuilderVirtualEventSession.Builder. chatRestrictions(ChatRestrictions chatRestrictions)OnlineMeetingBaseOnlineMeetingBase. withChatRestrictions(ChatRestrictions chatRestrictions)
-