Package com.microsoft.graph.models
Class WorkbookChartAxis
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookChartAxis
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class WorkbookChartAxis
extends Entity
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkbookChartAxiscreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueThe deserialization information for the current modelGets the format property value.Gets the majorGridlines property value.com.microsoft.kiota.serialization.UntypedNodeGets the majorUnit property value.com.microsoft.kiota.serialization.UntypedNodeGets the maximum property value.com.microsoft.kiota.serialization.UntypedNodeGets the minimum property value.Gets the minorGridlines property value.com.microsoft.kiota.serialization.UntypedNodeGets the minorUnit property value.getTitle()Gets the title property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetFormat(WorkbookChartAxisFormat value) Sets the format property value.voidSets the majorGridlines property value.voidsetMajorUnit(com.microsoft.kiota.serialization.UntypedNode value) Sets the majorUnit property value.voidsetMaximum(com.microsoft.kiota.serialization.UntypedNode value) Sets the maximum property value.voidsetMinimum(com.microsoft.kiota.serialization.UntypedNode value) Sets the minimum property value.voidSets the minorGridlines property value.voidsetMinorUnit(com.microsoft.kiota.serialization.UntypedNode value) Sets the minorUnit property value.voidsetTitle(WorkbookChartAxisTitle value) Sets the title property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
WorkbookChartAxis
public WorkbookChartAxis()Instantiates a newWorkbookChartAxisand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static WorkbookChartAxis createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
WorkbookChartAxis
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getFormat
Gets the format property value. Represents the formatting of a chart object, which includes line and font formatting. Read-only.- Returns:
- a
WorkbookChartAxisFormat
-
getMajorGridlines
Gets the majorGridlines property value. Returns a gridlines object that represents the major gridlines for the specified axis. Read-only.- Returns:
- a
WorkbookChartGridlines
-
getMajorUnit
@Nullable public com.microsoft.kiota.serialization.UntypedNode getMajorUnit()Gets the majorUnit property value. Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number.- Returns:
- a
UntypedNode
-
getMaximum
@Nullable public com.microsoft.kiota.serialization.UntypedNode getMaximum()Gets the maximum property value. Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.- Returns:
- a
UntypedNode
-
getMinimum
@Nullable public com.microsoft.kiota.serialization.UntypedNode getMinimum()Gets the minimum property value. Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.- Returns:
- a
UntypedNode
-
getMinorGridlines
Gets the minorGridlines property value. Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.- Returns:
- a
WorkbookChartGridlines
-
getMinorUnit
@Nullable public com.microsoft.kiota.serialization.UntypedNode getMinorUnit()Gets the minorUnit property value. Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.- Returns:
- a
UntypedNode
-
getTitle
Gets the title property value. Represents the axis title. Read-only.- Returns:
- a
WorkbookChartAxisTitle
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object -
setFormat
Sets the format property value. Represents the formatting of a chart object, which includes line and font formatting. Read-only.- Parameters:
value- Value to set for the format property.
-
setMajorGridlines
Sets the majorGridlines property value. Returns a gridlines object that represents the major gridlines for the specified axis. Read-only.- Parameters:
value- Value to set for the majorGridlines property.
-
setMajorUnit
public void setMajorUnit(@Nullable com.microsoft.kiota.serialization.UntypedNode value) Sets the majorUnit property value. Represents the interval between two major tick marks. Can be set to a numeric value or an empty string. The returned value is always a number.- Parameters:
value- Value to set for the majorUnit property.
-
setMaximum
public void setMaximum(@Nullable com.microsoft.kiota.serialization.UntypedNode value) Sets the maximum property value. Represents the maximum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.- Parameters:
value- Value to set for the maximum property.
-
setMinimum
public void setMinimum(@Nullable com.microsoft.kiota.serialization.UntypedNode value) Sets the minimum property value. Represents the minimum value on the value axis. Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.- Parameters:
value- Value to set for the minimum property.
-
setMinorGridlines
Sets the minorGridlines property value. Returns a Gridlines object that represents the minor gridlines for the specified axis. Read-only.- Parameters:
value- Value to set for the minorGridlines property.
-
setMinorUnit
public void setMinorUnit(@Nullable com.microsoft.kiota.serialization.UntypedNode value) Sets the minorUnit property value. Represents the interval between two minor tick marks. 'Can be set to a numeric value or an empty string (for automatic axis values). The returned value is always a number.- Parameters:
value- Value to set for the minorUnit property.
-
setTitle
Sets the title property value. Represents the axis title. Read-only.- Parameters:
value- Value to set for the title property.
-