Class MicrosoftGraphWorkbookApplication

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookApplication

public final class MicrosoftGraphWorkbookApplication extends MicrosoftGraphEntity
workbookApplication.
  • Constructor Details

    • MicrosoftGraphWorkbookApplication

      public MicrosoftGraphWorkbookApplication()
      Creates an instance of MicrosoftGraphWorkbookApplication class.
  • Method Details

    • 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.
    • 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.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: workbookApplication.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphWorkbookApplication withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: workbookApplication.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphWorkbookApplication object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.