Class Tag.Builder

    • Method Detail

      • key

        public Tag.ValueStage key​(@NotNull
                                  java.lang.String key)

        Key value when you are creating a custom variable

        Specified by:
        key in interface Tag.KeyStage
        Returns:
        Reference to this so that method calls can be chained together.
      • value

        public Tag._FinalStage value​(@NotNull
                                     java.lang.String value)

        Value for a given key when you are creating a custom variable

        Specified by:
        value in interface Tag.ValueStage
        Returns:
        Reference to this so that method calls can be chained together.
      • isTimestamp

        public Tag._FinalStage isTimestamp​(java.lang.Boolean isTimestamp)

        Flag to indicate if the tag value is a timestamp

        Specified by:
        isTimestamp in interface Tag._FinalStage
        Returns:
        Reference to this so that method calls can be chained together.