Class MicrosoftGraphOnenoteEntityBaseModel
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteEntityBaseModel
-
- Direct Known Subclasses:
MicrosoftGraphOnenoteEntitySchemaObjectModel,MicrosoftGraphOnenoteResource
public class MicrosoftGraphOnenoteEntityBaseModel extends MicrosoftGraphEntity
onenoteEntityBaseModel.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnenoteEntityBaseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: onenoteEntityBaseModel.Stringself()Get the self property: The endpoint where you can get details about the page.voidvalidate()Validates the instance.MicrosoftGraphOnenoteEntityBaseModelwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: onenoteEntityBaseModel.MicrosoftGraphOnenoteEntityBaseModelwithId(String id)Set the id property: Read-only.MicrosoftGraphOnenoteEntityBaseModelwithSelf(String self)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
-
-
-
-
Method Detail
-
self
public String self()
Get the self property: The endpoint where you can get details about the page. Read-only.- Returns:
- the self value.
-
withSelf
public MicrosoftGraphOnenoteEntityBaseModel withSelf(String self)
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
public Map<String,Object> 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
public MicrosoftGraphOnenoteEntityBaseModel withId(String id)
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.
-
-