Uses of Class
com.microsoft.graph.models.CloudClipboardItem
Packages that use CloudClipboardItem
-
Uses of CloudClipboardItem in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CloudClipboardItemModifier and TypeMethodDescriptionstatic CloudClipboardItemCloudClipboardItem.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 CloudClipboardItemModifier and TypeMethodDescriptionCloudClipboardRoot.getItems()Gets the items property value.CloudClipboardItemCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type CloudClipboardItemModifier and TypeMethodDescriptionvoidCloudClipboardRoot.setItems(List<CloudClipboardItem> value) Sets the items property value.voidCloudClipboardItemCollectionResponse.setValue(List<CloudClipboardItem> value) Sets the value property value.