Uses of Enum
com.microsoft.graph.models.ChatType
Packages that use ChatType
-
Uses of ChatType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatTypeModifier and TypeMethodDescriptionstatic ChatTypeChat.getChatType()Gets the chatType property value.static ChatTypeReturns the enum constant of this type with the specified name.static ChatType[]ChatType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ChatTypeModifier and TypeMethodDescriptionvoidChat.setChatType(ChatType value) Sets the chatType property value.