你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MicrosoftGraphOnenoteEntitySchemaObjectModel Class

public class MicrosoftGraphOnenoteEntitySchemaObjectModel
extends MicrosoftGraphOnenoteEntityBaseModel

onenoteEntitySchemaObjectModel.

Constructor Summary

Constructor Description
MicrosoftGraphOnenoteEntitySchemaObjectModel()

Creates an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: onenoteEntitySchemaObjectModel.

OffsetDateTime createdDateTime()

Get the createdDateTime property: The date and time when the page was created.

static MicrosoftGraphOnenoteEntitySchemaObjectModel fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphOnenoteEntitySchemaObjectModel withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: onenoteEntitySchemaObjectModel.

MicrosoftGraphOnenoteEntitySchemaObjectModel withCreatedDateTime(OffsetDateTime createdDateTime)

Set the createdDateTime property: The date and time when the page was created.

MicrosoftGraphOnenoteEntitySchemaObjectModel withId(String id)

Set the id property: Read-only.

MicrosoftGraphOnenoteEntitySchemaObjectModel withSelf(String self)

Set the self property: The endpoint where you can get details about the page.

Methods inherited from MicrosoftGraphEntity

id

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 additionalProperties()

Get the additionalProperties property: onenoteEntitySchemaObjectModel.

Overrides:

MicrosoftGraphOnenoteEntitySchemaObjectModel.additionalProperties()

Returns:

the additionalProperties value.

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.

fromJson

public static MicrosoftGraphOnenoteEntitySchemaObjectModel fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphOnenoteEntitySchemaObjectModel from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphOnenoteEntitySchemaObjectModel if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphOnenoteEntitySchemaObjectModel.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphOnenoteEntitySchemaObjectModel.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphOnenoteEntitySchemaObjectModel.validate()

withAdditionalProperties

public MicrosoftGraphOnenoteEntitySchemaObjectModel withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: onenoteEntitySchemaObjectModel.

Overrides:

MicrosoftGraphOnenoteEntitySchemaObjectModel.withAdditionalProperties(Map<String,Object> additionalProperties)

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphOnenoteEntitySchemaObjectModel object itself.

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.

withId

public MicrosoftGraphOnenoteEntitySchemaObjectModel withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphOnenoteEntitySchemaObjectModel.withId(String id)

Parameters:

id

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:

self

Applies to