Class Tag.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tag build()  
      Tag.Builder from​(Tag other)  
      Tag.ValueStage key​(java.lang.String key)
      Key value when you are creating a custom variable
      Tag._FinalStage value​(java.lang.String value)
      Value for a given key when you are creating a custom variable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.