MicrosoftGraphWorkbook Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbook
- com.
- com.
public final class MicrosoftGraphWorkbook
extends MicrosoftGraphEntity
workbook.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbook() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Microsoft |
application()
Get the application property: workbook |
List<Microsoft |
comments()
Get the comments property: The comments property. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
functions()
Get the functions property: workbook |
List<Microsoft |
names()
Get the names property: Represents a collection of workbook scoped named items (named ranges and constants). |
List<Microsoft |
operations()
Get the operations property: The status of workbook operations. |
List<Microsoft |
tables()
Get the tables property: Represents a collection of tables associated with the workbook. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withApplication(MicrosoftGraphWorkbookApplication application)
Set the application property: workbook |
Microsoft |
withComments(List<MicrosoftGraphWorkbookComment> comments)
Set the comments property: The comments property. |
Microsoft |
withFunctions(MicrosoftGraphWorkbookFunctions functions)
Set the functions property: workbook |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withNames(List<MicrosoftGraphWorkbookNamedItem> names)
Set the names property: Represents a collection of workbook scoped named items (named ranges and constants). |
Microsoft |
withOperations(List<MicrosoftGraphWorkbookOperation> operations)
Set the operations property: The status of workbook operations. |
Microsoft |
withTables(List<MicrosoftGraphWorkbookTable> tables)
Set the tables property: Represents a collection of tables associated with the workbook. |
Microsoft |
withWorksheets(List<MicrosoftGraphWorkbookWorksheet> worksheets)
Set the worksheets property: Represents a collection of worksheets associated with the workbook. |
List<Microsoft |
worksheets()
Get the worksheets property: Represents a collection of worksheets associated with the workbook. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbook
public MicrosoftGraphWorkbook()
Creates an instance of MicrosoftGraphWorkbook class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbook.
Overrides:
MicrosoftGraphWorkbook.additionalProperties()Returns:
application
public MicrosoftGraphWorkbookApplication application()
Get the application property: workbookApplication.
Returns:
comments
public List
Get the comments property: The comments property.
Returns:
fromJson
public static MicrosoftGraphWorkbook fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbook from the JsonReader.
Parameters:
Returns:
Throws:
functions
public MicrosoftGraphWorkbookFunctions functions()
Get the functions property: workbookFunctions.
Returns:
names
public List
Get the names property: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.
Returns:
operations
public List
Get the operations property: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
Returns:
tables
public List
Get the tables property: Represents a collection of tables associated with the workbook. Read-only.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbook.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbook.validate()withAdditionalProperties
public MicrosoftGraphWorkbook withAdditionalProperties(Map
Set the additionalProperties property: workbook.
Overrides:
MicrosoftGraphWorkbook.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withApplication
public MicrosoftGraphWorkbook withApplication(MicrosoftGraphWorkbookApplication application)
Set the application property: workbookApplication.
Parameters:
Returns:
withComments
public MicrosoftGraphWorkbook withComments(List
Set the comments property: The comments property.
Parameters:
Returns:
withFunctions
public MicrosoftGraphWorkbook withFunctions(MicrosoftGraphWorkbookFunctions functions)
Set the functions property: workbookFunctions.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbook withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbook.withId(String id)Parameters:
withNames
public MicrosoftGraphWorkbook withNames(List
Set the names property: Represents a collection of workbook scoped named items (named ranges and constants). Read-only.
Parameters:
Returns:
withOperations
public MicrosoftGraphWorkbook withOperations(List
Set the operations property: The status of workbook operations. Getting an operation collection is not supported, but you can get the status of a long-running operation if the Location header is returned in the response. Read-only.
Parameters:
Returns:
withTables
public MicrosoftGraphWorkbook withTables(List
Set the tables property: Represents a collection of tables associated with the workbook. Read-only.
Parameters:
Returns:
withWorksheets
public MicrosoftGraphWorkbook withWorksheets(List
Set the worksheets property: Represents a collection of worksheets associated with the workbook. Read-only.
Parameters:
Returns:
worksheets
public List
Get the worksheets property: Represents a collection of worksheets associated with the workbook. Read-only.
Returns:
Applies to
Azure SDK for Java