Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteEntitySchemaObjectModel
-
Packages that use MicrosoftGraphOnenoteEntitySchemaObjectModel Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenoteEntitySchemaObjectModel in com.azure.resourcemanager.authorization.fluent.models
Subclasses of MicrosoftGraphOnenoteEntitySchemaObjectModel in com.azure.resourcemanager.authorization.fluent.models Modifier and Type Class Description class
MicrosoftGraphNotebook
notebook.class
MicrosoftGraphOnenoteEntityHierarchyModel
onenoteEntityHierarchyModel.class
MicrosoftGraphOnenotePage
onenotePage.class
MicrosoftGraphOnenoteSection
onenoteSection.class
MicrosoftGraphSectionGroup
sectionGroup.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteEntitySchemaObjectModel Modifier and Type Method Description MicrosoftGraphOnenoteEntitySchemaObjectModel
MicrosoftGraphOnenoteEntitySchemaObjectModel. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: onenoteEntitySchemaObjectModel.MicrosoftGraphOnenoteEntitySchemaObjectModel
MicrosoftGraphOnenoteEntitySchemaObjectModel. withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The date and time when the page was created.MicrosoftGraphOnenoteEntitySchemaObjectModel
MicrosoftGraphOnenoteEntitySchemaObjectModel. withId(String id)
Set the id property: Read-only.MicrosoftGraphOnenoteEntitySchemaObjectModel
MicrosoftGraphOnenoteEntitySchemaObjectModel. withSelf(String self)
Set the self property: The endpoint where you can get details about the page.
-