Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package com.microsoft.graph.models;
import com.microsoft.kiota.serialization.Parsable;
import com.microsoft.kiota.serialization.ParseNode;
import com.microsoft.kiota.serialization.SerializationWriter;
import com.microsoft.kiota.serialization.UntypedNode;
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;
@jakarta.annotation.Generated("com.microsoft.kiota")
public class WorkbookRange extends Entity implements Parsable {
/**
* Instantiates a new {@link WorkbookRange} and sets the default values.
*/
public WorkbookRange() {
super();
}
/**
* Creates a new instance of the appropriate class based on discriminator value
* @param parseNode The parse node to use to read the discriminator value and create the object
* @return a {@link WorkbookRange}
*/
@jakarta.annotation.Nonnull
public static WorkbookRange createFromDiscriminatorValue(@jakarta.annotation.Nonnull final ParseNode parseNode) {
Objects.requireNonNull(parseNode);
return new WorkbookRange();
}
/**
* Gets the address property value. Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
public String getAddress() {
return this.backingStore.get("address");
}
/**
* Gets the addressLocal property value. Represents range reference for the specified range in the language of the user. Read-only.
* @return a {@link String}
*/
@jakarta.annotation.Nullable
public String getAddressLocal() {
return this.backingStore.get("addressLocal");
}
/**
* Gets the cellCount property value. Number of cells in the range. Read-only.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
public Integer getCellCount() {
return this.backingStore.get("cellCount");
}
/**
* Gets the columnCount property value. Represents the total number of columns in the range. Read-only.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
public Integer getColumnCount() {
return this.backingStore.get("columnCount");
}
/**
* Gets the columnHidden property value. Indicates whether all columns of the current range are hidden.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
public Boolean getColumnHidden() {
return this.backingStore.get("columnHidden");
}
/**
* Gets the columnIndex property value. Represents the column number of the first cell in the range. Zero-indexed. Read-only.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
public Integer getColumnIndex() {
return this.backingStore.get("columnIndex");
}
/**
* The deserialization information for the current model
* @return a {@link Map>}
*/
@jakarta.annotation.Nonnull
public Map> getFieldDeserializers() {
final HashMap> deserializerMap = new HashMap>(super.getFieldDeserializers());
deserializerMap.put("address", (n) -> { this.setAddress(n.getStringValue()); });
deserializerMap.put("addressLocal", (n) -> { this.setAddressLocal(n.getStringValue()); });
deserializerMap.put("cellCount", (n) -> { this.setCellCount(n.getIntegerValue()); });
deserializerMap.put("columnCount", (n) -> { this.setColumnCount(n.getIntegerValue()); });
deserializerMap.put("columnHidden", (n) -> { this.setColumnHidden(n.getBooleanValue()); });
deserializerMap.put("columnIndex", (n) -> { this.setColumnIndex(n.getIntegerValue()); });
deserializerMap.put("format", (n) -> { this.setFormat(n.getObjectValue(WorkbookRangeFormat::createFromDiscriminatorValue)); });
deserializerMap.put("formulas", (n) -> { this.setFormulas(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("formulasLocal", (n) -> { this.setFormulasLocal(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("formulasR1C1", (n) -> { this.setFormulasR1C1(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("hidden", (n) -> { this.setHidden(n.getBooleanValue()); });
deserializerMap.put("numberFormat", (n) -> { this.setNumberFormat(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("rowCount", (n) -> { this.setRowCount(n.getIntegerValue()); });
deserializerMap.put("rowHidden", (n) -> { this.setRowHidden(n.getBooleanValue()); });
deserializerMap.put("rowIndex", (n) -> { this.setRowIndex(n.getIntegerValue()); });
deserializerMap.put("sort", (n) -> { this.setSort(n.getObjectValue(WorkbookRangeSort::createFromDiscriminatorValue)); });
deserializerMap.put("text", (n) -> { this.setText(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("values", (n) -> { this.setValues(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("valueTypes", (n) -> { this.setValueTypes(n.getObjectValue(UntypedNode::createFromDiscriminatorValue)); });
deserializerMap.put("worksheet", (n) -> { this.setWorksheet(n.getObjectValue(WorkbookWorksheet::createFromDiscriminatorValue)); });
return deserializerMap;
}
/**
* Gets the format property value. Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
* @return a {@link WorkbookRangeFormat}
*/
@jakarta.annotation.Nullable
public WorkbookRangeFormat getFormat() {
return this.backingStore.get("format");
}
/**
* Gets the formulas property value. Represents the formula in A1-style notation.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getFormulas() {
return this.backingStore.get("formulas");
}
/**
* Gets the formulasLocal property value. Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getFormulasLocal() {
return this.backingStore.get("formulasLocal");
}
/**
* Gets the formulasR1C1 property value. Represents the formula in R1C1-style notation.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getFormulasR1C1() {
return this.backingStore.get("formulasR1C1");
}
/**
* Gets the hidden property value. Represents if all cells of the current range are hidden. Read-only.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
public Boolean getHidden() {
return this.backingStore.get("hidden");
}
/**
* Gets the numberFormat property value. Represents Excel's number format code for the given cell.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getNumberFormat() {
return this.backingStore.get("numberFormat");
}
/**
* Gets the rowCount property value. Returns the total number of rows in the range. Read-only.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
public Integer getRowCount() {
return this.backingStore.get("rowCount");
}
/**
* Gets the rowHidden property value. Indicates whether all rows of the current range are hidden.
* @return a {@link Boolean}
*/
@jakarta.annotation.Nullable
public Boolean getRowHidden() {
return this.backingStore.get("rowHidden");
}
/**
* Gets the rowIndex property value. Returns the row number of the first cell in the range. Zero-indexed. Read-only.
* @return a {@link Integer}
*/
@jakarta.annotation.Nullable
public Integer getRowIndex() {
return this.backingStore.get("rowIndex");
}
/**
* Gets the sort property value. The worksheet containing the current range. Read-only.
* @return a {@link WorkbookRangeSort}
*/
@jakarta.annotation.Nullable
public WorkbookRangeSort getSort() {
return this.backingStore.get("sort");
}
/**
* Gets the text property value. Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getText() {
return this.backingStore.get("text");
}
/**
* Gets the values property value. Represents the raw values of the specified range. The data returned can be of type string, number, or a Boolean. Cell that contains an error returns the error string.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getValues() {
return this.backingStore.get("values");
}
/**
* Gets the valueTypes property value. Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only.
* @return a {@link UntypedNode}
*/
@jakarta.annotation.Nullable
public UntypedNode getValueTypes() {
return this.backingStore.get("valueTypes");
}
/**
* Gets the worksheet property value. The worksheet containing the current range. Read-only.
* @return a {@link WorkbookWorksheet}
*/
@jakarta.annotation.Nullable
public WorkbookWorksheet getWorksheet() {
return this.backingStore.get("worksheet");
}
/**
* Serializes information the current object
* @param writer Serialization writer to use to serialize this model
*/
public void serialize(@jakarta.annotation.Nonnull final SerializationWriter writer) {
Objects.requireNonNull(writer);
super.serialize(writer);
writer.writeStringValue("address", this.getAddress());
writer.writeStringValue("addressLocal", this.getAddressLocal());
writer.writeIntegerValue("cellCount", this.getCellCount());
writer.writeIntegerValue("columnCount", this.getColumnCount());
writer.writeBooleanValue("columnHidden", this.getColumnHidden());
writer.writeIntegerValue("columnIndex", this.getColumnIndex());
writer.writeObjectValue("format", this.getFormat());
writer.writeObjectValue("formulas", this.getFormulas());
writer.writeObjectValue("formulasLocal", this.getFormulasLocal());
writer.writeObjectValue("formulasR1C1", this.getFormulasR1C1());
writer.writeBooleanValue("hidden", this.getHidden());
writer.writeObjectValue("numberFormat", this.getNumberFormat());
writer.writeIntegerValue("rowCount", this.getRowCount());
writer.writeBooleanValue("rowHidden", this.getRowHidden());
writer.writeIntegerValue("rowIndex", this.getRowIndex());
writer.writeObjectValue("sort", this.getSort());
writer.writeObjectValue("text", this.getText());
writer.writeObjectValue("values", this.getValues());
writer.writeObjectValue("valueTypes", this.getValueTypes());
writer.writeObjectValue("worksheet", this.getWorksheet());
}
/**
* Sets the address property value. Represents the range reference in A1-style. Address value contains the Sheet reference (for example, Sheet1!A1:B4). Read-only.
* @param value Value to set for the address property.
*/
public void setAddress(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("address", value);
}
/**
* Sets the addressLocal property value. Represents range reference for the specified range in the language of the user. Read-only.
* @param value Value to set for the addressLocal property.
*/
public void setAddressLocal(@jakarta.annotation.Nullable final String value) {
this.backingStore.set("addressLocal", value);
}
/**
* Sets the cellCount property value. Number of cells in the range. Read-only.
* @param value Value to set for the cellCount property.
*/
public void setCellCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("cellCount", value);
}
/**
* Sets the columnCount property value. Represents the total number of columns in the range. Read-only.
* @param value Value to set for the columnCount property.
*/
public void setColumnCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("columnCount", value);
}
/**
* Sets the columnHidden property value. Indicates whether all columns of the current range are hidden.
* @param value Value to set for the columnHidden property.
*/
public void setColumnHidden(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("columnHidden", value);
}
/**
* Sets the columnIndex property value. Represents the column number of the first cell in the range. Zero-indexed. Read-only.
* @param value Value to set for the columnIndex property.
*/
public void setColumnIndex(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("columnIndex", value);
}
/**
* Sets the format property value. Returns a format object, encapsulating the range's font, fill, borders, alignment, and other properties. Read-only.
* @param value Value to set for the format property.
*/
public void setFormat(@jakarta.annotation.Nullable final WorkbookRangeFormat value) {
this.backingStore.set("format", value);
}
/**
* Sets the formulas property value. Represents the formula in A1-style notation.
* @param value Value to set for the formulas property.
*/
public void setFormulas(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("formulas", value);
}
/**
* Sets the formulasLocal property value. Represents the formula in A1-style notation, in the user's language and number-formatting locale. For example, the English '=SUM(A1, 1.5)' formula would become '=SUMME(A1; 1,5)' in German.
* @param value Value to set for the formulasLocal property.
*/
public void setFormulasLocal(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("formulasLocal", value);
}
/**
* Sets the formulasR1C1 property value. Represents the formula in R1C1-style notation.
* @param value Value to set for the formulasR1C1 property.
*/
public void setFormulasR1C1(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("formulasR1C1", value);
}
/**
* Sets the hidden property value. Represents if all cells of the current range are hidden. Read-only.
* @param value Value to set for the hidden property.
*/
public void setHidden(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("hidden", value);
}
/**
* Sets the numberFormat property value. Represents Excel's number format code for the given cell.
* @param value Value to set for the numberFormat property.
*/
public void setNumberFormat(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("numberFormat", value);
}
/**
* Sets the rowCount property value. Returns the total number of rows in the range. Read-only.
* @param value Value to set for the rowCount property.
*/
public void setRowCount(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("rowCount", value);
}
/**
* Sets the rowHidden property value. Indicates whether all rows of the current range are hidden.
* @param value Value to set for the rowHidden property.
*/
public void setRowHidden(@jakarta.annotation.Nullable final Boolean value) {
this.backingStore.set("rowHidden", value);
}
/**
* Sets the rowIndex property value. Returns the row number of the first cell in the range. Zero-indexed. Read-only.
* @param value Value to set for the rowIndex property.
*/
public void setRowIndex(@jakarta.annotation.Nullable final Integer value) {
this.backingStore.set("rowIndex", value);
}
/**
* Sets the sort property value. The worksheet containing the current range. Read-only.
* @param value Value to set for the sort property.
*/
public void setSort(@jakarta.annotation.Nullable final WorkbookRangeSort value) {
this.backingStore.set("sort", value);
}
/**
* Sets the text property value. Text values of the specified range. The Text value doesn't depend on the cell width. The # sign substitution that happens in Excel UI doesn't affect the text value returned by the API. Read-only.
* @param value Value to set for the text property.
*/
public void setText(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("text", value);
}
/**
* Sets the values property value. Represents the raw values of the specified range. The data returned can be of type string, number, or a Boolean. Cell that contains an error returns the error string.
* @param value Value to set for the values property.
*/
public void setValues(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("values", value);
}
/**
* Sets the valueTypes property value. Represents the type of data of each cell. The possible values are: Unknown, Empty, String, Integer, Double, Boolean, Error. Read-only.
* @param value Value to set for the valueTypes property.
*/
public void setValueTypes(@jakarta.annotation.Nullable final UntypedNode value) {
this.backingStore.set("valueTypes", value);
}
/**
* Sets the worksheet property value. The worksheet containing the current range. Read-only.
* @param value Value to set for the worksheet property.
*/
public void setWorksheet(@jakarta.annotation.Nullable final WorkbookWorksheet value) {
this.backingStore.set("worksheet", value);
}
}