Compartilhar via


MicrosoftGraphWorkbookApplication Class

public final class MicrosoftGraphWorkbookApplication
extends MicrosoftGraphEntity

workbookApplication.

Constructor Summary

Constructor Description
MicrosoftGraphWorkbookApplication()

Creates an instance of MicrosoftGraphWorkbookApplication class.

Method Summary

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

Get the additionalProperties property: workbookApplication.

String calculationMode()

Get the calculationMode property: Returns the calculation mode used in the workbook.

static MicrosoftGraphWorkbookApplication fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookApplication from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphWorkbookApplication withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: workbookApplication.

MicrosoftGraphWorkbookApplication withCalculationMode(String calculationMode)

Set the calculationMode property: Returns the calculation mode used in the workbook.

MicrosoftGraphWorkbookApplication withId(String id)

Set the id property: Read-only.

Methods inherited from MicrosoftGraphEntity

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphWorkbookApplication

public MicrosoftGraphWorkbookApplication()

Creates an instance of MicrosoftGraphWorkbookApplication class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: workbookApplication.

Overrides:

MicrosoftGraphWorkbookApplication.additionalProperties()

Returns:

the additionalProperties value.

calculationMode

public String calculationMode()

Get the calculationMode property: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.

Returns:

the calculationMode value.

fromJson

public static MicrosoftGraphWorkbookApplication fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphWorkbookApplication from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

MicrosoftGraphWorkbookApplication.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

MicrosoftGraphWorkbookApplication.validate()

withAdditionalProperties

public MicrosoftGraphWorkbookApplication withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: workbookApplication.

Overrides:

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

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphWorkbookApplication object itself.

withCalculationMode

public MicrosoftGraphWorkbookApplication withCalculationMode(String calculationMode)

Set the calculationMode property: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.

Parameters:

calculationMode - the calculationMode value to set.

Returns:

the MicrosoftGraphWorkbookApplication object itself.

withId

public MicrosoftGraphWorkbookApplication withId(String id)

Set the id property: Read-only.

Overrides:

MicrosoftGraphWorkbookApplication.withId(String id)

Parameters:

id

Applies to