Uses of Class
com.microsoft.graph.models.DeletedChat
Packages that use DeletedChat
-
Uses of DeletedChat in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeletedChatModifier and TypeMethodDescriptionstatic DeletedChatDeletedChat.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DeletedChatModifier and TypeMethodDescriptionTeamwork.getDeletedChats()Gets the deletedChats property value.DeletedChatCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DeletedChatModifier and TypeMethodDescriptionvoidTeamwork.setDeletedChats(List<DeletedChat> value) Sets the deletedChats property value.voidDeletedChatCollectionResponse.setValue(List<DeletedChat> value) Sets the value property value.