MicrosoftGraphOnenoteEntitySchemaObjectModel Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenoteEntityBaseModel - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenoteEntitySchemaObjectModel
- com.
- com.
- com.
public class MicrosoftGraphOnenoteEntitySchemaObjectModel
extends MicrosoftGraphOnenoteEntityBaseModel
onenoteEntitySchemaObjectModel.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnenoteEntitySchemaObjectModel() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
createdDateTime()
Get the created |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withSelf(String self)
Set the self property: The endpoint where you can get details about the page. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from MicrosoftGraphOnenoteEntityBaseModel
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOnenoteEntitySchemaObjectModel
public MicrosoftGraphOnenoteEntitySchemaObjectModel()
Creates an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: onenoteEntitySchemaObjectModel.
Overrides:
MicrosoftGraphOnenoteEntitySchemaObjectModel.additionalProperties()Returns:
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:
fromJson
public static MicrosoftGraphOnenoteEntitySchemaObjectModel fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOnenoteEntitySchemaObjectModel.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOnenoteEntitySchemaObjectModel.validate()withAdditionalProperties
public MicrosoftGraphOnenoteEntitySchemaObjectModel withAdditionalProperties(Map
Set the additionalProperties property: onenoteEntitySchemaObjectModel.
Overrides:
MicrosoftGraphOnenoteEntitySchemaObjectModel.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
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:
Returns:
withId
public MicrosoftGraphOnenoteEntitySchemaObjectModel withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOnenoteEntitySchemaObjectModel.withId(String id)Parameters:
withSelf
public MicrosoftGraphOnenoteEntitySchemaObjectModel withSelf(String self)
Set the self property: The endpoint where you can get details about the page. Read-only.
Overrides:
MicrosoftGraphOnenoteEntitySchemaObjectModel.withSelf(String self)Parameters:
Applies to
Azure SDK for Java