Class DataFieldSeriesItem

    • Method Detail

      • fieldId

        public final String fieldId()

        The field ID of the field that you are setting the axis binding to.

        Returns:
        The field ID of the field that you are setting the axis binding to.
      • fieldValue

        public final String fieldValue()

        The field value of the field that you are setting the axis binding to.

        Returns:
        The field value of the field that you are setting the axis binding to.
      • axisBinding

        public final AxisBinding axisBinding()

        The axis that you are binding the field to.

        If the service returns an enum value that is not available in the current SDK version, axisBinding will return AxisBinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from axisBindingAsString().

        Returns:
        The axis that you are binding the field to.
        See Also:
        AxisBinding
      • axisBindingAsString

        public final String axisBindingAsString()

        The axis that you are binding the field to.

        If the service returns an enum value that is not available in the current SDK version, axisBinding will return AxisBinding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from axisBindingAsString().

        Returns:
        The axis that you are binding the field to.
        See Also:
        AxisBinding
      • settings

        public final LineChartSeriesSettings settings()

        The options that determine the presentation of line series associated to the field.

        Returns:
        The options that determine the presentation of line series associated to the field.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)