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 WorkbookChartAxis
createFromDiscriminatorValue
(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.UntypedNode
Gets the majorUnit property value.com.microsoft.kiota.serialization.UntypedNode
Gets the maximum property value.com.microsoft.kiota.serialization.UntypedNode
Gets the minimum property value.Gets the minorGridlines property value.com.microsoft.kiota.serialization.UntypedNode
Gets the minorUnit property value.getTitle()
Gets the title property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setFormat
(WorkbookChartAxisFormat value) Sets the format property value.void
Sets the majorGridlines property value.void
setMajorUnit
(com.microsoft.kiota.serialization.UntypedNode value) Sets the majorUnit property value.void
setMaximum
(com.microsoft.kiota.serialization.UntypedNode value) Sets the maximum property value.void
setMinimum
(com.microsoft.kiota.serialization.UntypedNode value) Sets the minimum property value.void
Sets the minorGridlines property value.void
setMinorUnit
(com.microsoft.kiota.serialization.UntypedNode value) Sets the minorUnit property value.void
setTitle
(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 newWorkbookChartAxis
and 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:
getFieldDeserializers
in interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in 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.
-