Uses of Class
com.microsoft.graph.models.OnenoteResource
Packages that use OnenoteResource
-
Uses of OnenoteResource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnenoteResourceModifier and TypeMethodDescriptionstatic OnenoteResourceOnenoteResource.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 OnenoteResourceModifier and TypeMethodDescriptionOnenote.getResources()Gets the resources property value.OnenoteResourceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type OnenoteResourceModifier and TypeMethodDescriptionvoidOnenote.setResources(List<OnenoteResource> value) Sets the resources property value.voidOnenoteResourceCollectionResponse.setValue(List<OnenoteResource> value) Sets the value property value.