MicrosoftGraphWorkbookFunctions Class

public final class MicrosoftGraphWorkbookFunctions
extends MicrosoftGraphEntity

workbookFunctions.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookFunctions()

Creates an instance of MicrosoftGraphWorkbookFunctions class.

Method Summary

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

Get the additionalProperties property: workbookFunctions.

static MicrosoftGraphWorkbookFunctions fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookFunctions from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookFunctions withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookFunctions.

MicrosoftGraphWorkbookFunctions withId(String id)

Set the id property: Read-only.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookFunctions

public MicrosoftGraphWorkbookFunctions()

Creates an instance of MicrosoftGraphWorkbookFunctions class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookFunctions.

Overrides:

MicrosoftGraphWorkbookFunctions.additionalProperties()

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphWorkbookFunctions fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookFunctions from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphWorkbookFunctions 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 MicrosoftGraphWorkbookFunctions.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookFunctions.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookFunctions.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookFunctions withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookFunctions.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookFunctions object itself.

withId

public MicrosoftGraphWorkbookFunctions withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookFunctions.withId(String id)

Parameters:

id

Applies to