Class MicrosoftGraphOnenoteEntityBaseModel
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteEntityBaseModel
- Direct Known Subclasses:
MicrosoftGraphOnenoteEntitySchemaObjectModel,MicrosoftGraphOnenoteResource
onenoteEntityBaseModel.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOnenoteEntityBaseModel class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: onenoteEntityBaseModel.self()Get the self property: The endpoint where you can get details about the page.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenoteEntityBaseModel.Set the id property: Read-only.Set the self property: The endpoint where you can get details about the page.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOnenoteEntityBaseModel
public MicrosoftGraphOnenoteEntityBaseModel()Creates an instance of MicrosoftGraphOnenoteEntityBaseModel class.
-
-
Method Details
-
self
Get the self property: The endpoint where you can get details about the page. Read-only.- Returns:
- the self value.
-
withSelf
Set the self property: The endpoint where you can get details about the page. Read-only.- Parameters:
self- the self value to set.- Returns:
- the MicrosoftGraphOnenoteEntityBaseModel object itself.
-
additionalProperties
Get the additionalProperties property: onenoteEntityBaseModel.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOnenoteEntityBaseModel withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenoteEntityBaseModel.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOnenoteEntityBaseModel object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-