Class MicrosoftGraphOnenoteEntitySchemaObjectModel
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteEntityBaseModel
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteEntitySchemaObjectModel
- Direct Known Subclasses:
MicrosoftGraphOnenoteEntityHierarchyModel,MicrosoftGraphOnenotePage
public class MicrosoftGraphOnenoteEntitySchemaObjectModel
extends MicrosoftGraphOnenoteEntityBaseModel
onenoteEntitySchemaObjectModel.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: onenoteEntitySchemaObjectModel.Get the createdDateTime property: The date and time when the page was created.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenoteEntitySchemaObjectModel.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the page was created.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.MicrosoftGraphOnenoteEntityBaseModel
selfMethods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOnenoteEntitySchemaObjectModel
public MicrosoftGraphOnenoteEntitySchemaObjectModel()Creates an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel class.
-
-
Method Details
-
createdDateTime
Get the createdDateTime property: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
public MicrosoftGraphOnenoteEntitySchemaObjectModel withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The date and time when the page was created. The timestamp represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Read-only.- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphOnenoteEntitySchemaObjectModel object itself.
-
additionalProperties
Get the additionalProperties property: onenoteEntitySchemaObjectModel.- Overrides:
additionalPropertiesin classMicrosoftGraphOnenoteEntityBaseModel- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphOnenoteEntitySchemaObjectModel withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenoteEntitySchemaObjectModel.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphOnenoteEntityBaseModel- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOnenoteEntitySchemaObjectModel object itself.
-
withSelf
Set the self property: The endpoint where you can get details about the page. Read-only.- Overrides:
withSelfin classMicrosoftGraphOnenoteEntityBaseModel- Parameters:
self- the self value to set.- Returns:
- the MicrosoftGraphOnenoteEntityBaseModel object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphOnenoteEntityBaseModel- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphOnenoteEntityBaseModel- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-