Uses of Class
com.microsoft.graph.models.Deleted
Packages that use Deleted
-
Uses of Deleted in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeletedModifier and TypeMethodDescriptionstatic DeletedDeleted.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueDriveItem.getDeleted()Gets the deleted property value.ListItem.getDeleted()Gets the deleted property value.Methods in com.microsoft.graph.models with parameters of type DeletedModifier and TypeMethodDescriptionvoidDriveItem.setDeleted(Deleted value) Sets the deleted property value.voidListItem.setDeleted(Deleted value) Sets the deleted property value.