Uses of Class
com.microsoft.graph.models.ListItemVersion
Packages that use ListItemVersion
-
Uses of ListItemVersion in com.microsoft.graph.models
Subclasses of ListItemVersion in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ListItemVersionModifier and TypeMethodDescriptionstatic ListItemVersionListItemVersion.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 ListItemVersionModifier and TypeMethodDescriptionListItemVersionCollectionResponse.getValue()Gets the value property value.ListItem.getVersions()Gets the versions property value.Method parameters in com.microsoft.graph.models with type arguments of type ListItemVersionModifier and TypeMethodDescriptionvoidListItemVersionCollectionResponse.setValue(List<ListItemVersion> value) Sets the value property value.voidListItem.setVersions(List<ListItemVersion> value) Sets the versions property value.