Interface Anchor.Builder

    • Method Detail

      • anchorType

        Anchor.Builder anchorType​(String anchorType)

        The AnchorType for the Anchor.

        Parameters:
        anchorType - The AnchorType for the Anchor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnchorType, AnchorType
      • anchorType

        Anchor.Builder anchorType​(AnchorType anchorType)

        The AnchorType for the Anchor.

        Parameters:
        anchorType - The AnchorType for the Anchor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnchorType, AnchorType
      • timeGranularity

        Anchor.Builder timeGranularity​(String timeGranularity)

        The TimeGranularity of the Anchor.

        Parameters:
        timeGranularity - The TimeGranularity of the Anchor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeGranularity, TimeGranularity
      • timeGranularity

        Anchor.Builder timeGranularity​(TimeGranularity timeGranularity)

        The TimeGranularity of the Anchor.

        Parameters:
        timeGranularity - The TimeGranularity of the Anchor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TimeGranularity, TimeGranularity
      • offset

        Anchor.Builder offset​(Integer offset)

        The offset of the Anchor.

        Parameters:
        offset - The offset of the Anchor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.