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
Constructors Constructor Description MicrosoftGraphOnenoteEntitySchemaObjectModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: onenoteEntitySchemaObjectModel.OffsetDateTimecreatedDateTime()Get the createdDateTime property: The date and time when the page was created.voidvalidate()Validates the instance.MicrosoftGraphOnenoteEntitySchemaObjectModelwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: onenoteEntitySchemaObjectModel.MicrosoftGraphOnenoteEntitySchemaObjectModelwithCreatedDateTime(OffsetDateTime createdDateTime)Set the createdDateTime property: The date and time when the page was created.MicrosoftGraphOnenoteEntitySchemaObjectModelwithId(String id)Set the id property: Read-only.MicrosoftGraphOnenoteEntitySchemaObjectModelwithSelf(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.MicrosoftGraphOnenoteEntityBaseModel
self
-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
Method Detail
-
createdDateTime
public OffsetDateTime 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
public Map<String,Object> 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
public MicrosoftGraphOnenoteEntitySchemaObjectModel withSelf(String self)
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
public MicrosoftGraphOnenoteEntitySchemaObjectModel withId(String id)
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.
-
-