Package com.flagright.api.types
Interface Tag.KeyStage
-
- All Known Implementing Classes:
Tag.Builder
- Enclosing class:
- Tag
public static interface Tag.KeyStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tag.Builderfrom(Tag other)Tag.ValueStagekey(java.lang.String key)
-
-
-
Method Detail
-
key
Tag.ValueStage key(@NotNull java.lang.String key)
-
from
Tag.Builder from(Tag other)
-
-