MicrosoftGraphWorkbookTable Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphWorkbookTable
- com.
- com.
public final class MicrosoftGraphWorkbookTable
extends MicrosoftGraphEntity
workbookTable.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphWorkbookTable() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
List<Microsoft |
columns()
Get the columns property: Represents a collection of all the columns in the table. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
highlightFirstColumn()
Get the highlight |
Boolean |
highlightLastColumn()
Get the highlight |
String |
legacyId()
Get the legacy |
String |
name()
Get the name property: Name of the table. |
List<Microsoft |
rows()
Get the rows property: Represents a collection of all the rows in the table. |
Boolean |
showBandedColumns()
Get the show |
Boolean |
showBandedRows()
Get the show |
Boolean |
showFilterButton()
Get the show |
Boolean |
showHeaders()
Get the show |
Boolean |
showTotals()
Get the show |
Microsoft |
sort()
Get the sort property: workbook |
String |
style()
Get the style property: Constant value that represents the Table style. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withColumns(List<MicrosoftGraphWorkbookTableColumn> columns)
Set the columns property: Represents a collection of all the columns in the table. |
Microsoft |
withHighlightFirstColumn(Boolean highlightFirstColumn)
Set the highlight |
Microsoft |
withHighlightLastColumn(Boolean highlightLastColumn)
Set the highlight |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLegacyId(String legacyId)
Set the legacy |
Microsoft |
withName(String name)
Set the name property: Name of the table. |
Microsoft |
withRows(List<MicrosoftGraphWorkbookTableRow> rows)
Set the rows property: Represents a collection of all the rows in the table. |
Microsoft |
withShowBandedColumns(Boolean showBandedColumns)
Set the show |
Microsoft |
withShowBandedRows(Boolean showBandedRows)
Set the show |
Microsoft |
withShowFilterButton(Boolean showFilterButton)
Set the show |
Microsoft |
withShowHeaders(Boolean showHeaders)
Set the show |
Microsoft |
withShowTotals(Boolean showTotals)
Set the show |
Microsoft |
withSort(MicrosoftGraphWorkbookTableSort sort)
Set the sort property: workbook |
Microsoft |
withStyle(String style)
Set the style property: Constant value that represents the Table style. |
Microsoft |
withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbook |
Microsoft |
worksheet()
Get the worksheet property: workbook |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphWorkbookTable
public MicrosoftGraphWorkbookTable()
Creates an instance of MicrosoftGraphWorkbookTable class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: workbookTable.
Overrides:
MicrosoftGraphWorkbookTable.additionalProperties()Returns:
columns
public List
Get the columns property: Represents a collection of all the columns in the table. Read-only.
Returns:
fromJson
public static MicrosoftGraphWorkbookTable fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphWorkbookTable from the JsonReader.
Parameters:
Returns:
Throws:
highlightFirstColumn
public Boolean highlightFirstColumn()
Get the highlightFirstColumn property: Indicates whether the first column contains special formatting.
Returns:
highlightLastColumn
public Boolean highlightLastColumn()
Get the highlightLastColumn property: Indicates whether the last column contains special formatting.
Returns:
legacyId
public String legacyId()
Get the legacyId property: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
Returns:
name
public String name()
Get the name property: Name of the table.
Returns:
rows
public List
Get the rows property: Represents a collection of all the rows in the table. Read-only.
Returns:
showBandedColumns
public Boolean showBandedColumns()
Get the showBandedColumns property: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
Returns:
showBandedRows
public Boolean showBandedRows()
Get the showBandedRows property: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
Returns:
showFilterButton
public Boolean showFilterButton()
Get the showFilterButton property: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
Returns:
showHeaders
public Boolean showHeaders()
Get the showHeaders property: Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
Returns:
showTotals
public Boolean showTotals()
Get the showTotals property: Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
Returns:
sort
public MicrosoftGraphWorkbookTableSort sort()
Get the sort property: workbookTableSort.
Returns:
style
public String style()
Get the style property: Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphWorkbookTable.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphWorkbookTable.validate()withAdditionalProperties
public MicrosoftGraphWorkbookTable withAdditionalProperties(Map
Set the additionalProperties property: workbookTable.
Overrides:
MicrosoftGraphWorkbookTable.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withColumns
public MicrosoftGraphWorkbookTable withColumns(List
Set the columns property: Represents a collection of all the columns in the table. Read-only.
Parameters:
Returns:
withHighlightFirstColumn
public MicrosoftGraphWorkbookTable withHighlightFirstColumn(Boolean highlightFirstColumn)
Set the highlightFirstColumn property: Indicates whether the first column contains special formatting.
Parameters:
Returns:
withHighlightLastColumn
public MicrosoftGraphWorkbookTable withHighlightLastColumn(Boolean highlightLastColumn)
Set the highlightLastColumn property: Indicates whether the last column contains special formatting.
Parameters:
Returns:
withId
public MicrosoftGraphWorkbookTable withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphWorkbookTable.withId(String id)Parameters:
withLegacyId
public MicrosoftGraphWorkbookTable withLegacyId(String legacyId)
Set the legacyId property: Legacy Id used in older Excle clients. The value of the identifier remains the same even when the table is renamed. This property should be interpreted as an opaque string value and should not be parsed to any other type. Read-only.
Parameters:
Returns:
withName
public MicrosoftGraphWorkbookTable withName(String name)
Set the name property: Name of the table.
Parameters:
Returns:
withRows
public MicrosoftGraphWorkbookTable withRows(List
Set the rows property: Represents a collection of all the rows in the table. Read-only.
Parameters:
Returns:
withShowBandedColumns
public MicrosoftGraphWorkbookTable withShowBandedColumns(Boolean showBandedColumns)
Set the showBandedColumns property: Indicates whether the columns show banded formatting in which odd columns are highlighted differently from even ones to make reading the table easier.
Parameters:
Returns:
withShowBandedRows
public MicrosoftGraphWorkbookTable withShowBandedRows(Boolean showBandedRows)
Set the showBandedRows property: Indicates whether the rows show banded formatting in which odd rows are highlighted differently from even ones to make reading the table easier.
Parameters:
Returns:
withShowFilterButton
public MicrosoftGraphWorkbookTable withShowFilterButton(Boolean showFilterButton)
Set the showFilterButton property: Indicates whether the filter buttons are visible at the top of each column header. Setting this is only allowed if the table contains a header row.
Parameters:
Returns:
withShowHeaders
public MicrosoftGraphWorkbookTable withShowHeaders(Boolean showHeaders)
Set the showHeaders property: Indicates whether the header row is visible or not. This value can be set to show or remove the header row.
Parameters:
Returns:
withShowTotals
public MicrosoftGraphWorkbookTable withShowTotals(Boolean showTotals)
Set the showTotals property: Indicates whether the total row is visible or not. This value can be set to show or remove the total row.
Parameters:
Returns:
withSort
public MicrosoftGraphWorkbookTable withSort(MicrosoftGraphWorkbookTableSort sort)
Set the sort property: workbookTableSort.
Parameters:
Returns:
withStyle
public MicrosoftGraphWorkbookTable withStyle(String style)
Set the style property: Constant value that represents the Table style. The possible values are: TableStyleLight1 thru TableStyleLight21, TableStyleMedium1 thru TableStyleMedium28, TableStyleStyleDark1 thru TableStyleStyleDark11. A custom user-defined style present in the workbook can also be specified.
Parameters:
Returns:
withWorksheet
public MicrosoftGraphWorkbookTable withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet)
Set the worksheet property: workbookWorksheet.
Parameters:
Returns:
worksheet
public MicrosoftGraphWorkbookWorksheet worksheet()
Get the worksheet property: workbookWorksheet.
Returns:
Applies to
Azure SDK for Java