Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteResource
-
Packages that use MicrosoftGraphOnenoteResource Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenoteResource in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteResource Modifier and Type Method Description MicrosoftGraphOnenoteResource
MicrosoftGraphOnenoteResource. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: onenoteResource.MicrosoftGraphOnenoteResource
MicrosoftGraphOnenoteResource. withContent(byte[] content)
Set the content property: The content stream.MicrosoftGraphOnenoteResource
MicrosoftGraphOnenoteResource. withContentUrl(String contentUrl)
Set the contentUrl property: The URL for downloading the content.MicrosoftGraphOnenoteResource
MicrosoftGraphOnenoteResource. withId(String id)
Set the id property: Read-only.MicrosoftGraphOnenoteResource
MicrosoftGraphOnenoteResource. withSelf(String self)
Set the self property: The endpoint where you can get details about the page.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenoteResource Modifier and Type Method Description List<MicrosoftGraphOnenoteResource>
MicrosoftGraphOnenote. resources()
Get the resources property: The image and other file resources in OneNote pages.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnenoteResource Modifier and Type Method Description MicrosoftGraphOnenote
MicrosoftGraphOnenote. withResources(List<MicrosoftGraphOnenoteResource> resources)
Set the resources property: The image and other file resources in OneNote pages.
-