Interface TagCompanyRequest.NameStage
-
- All Known Implementing Classes:
TagCompanyRequest.Builder
- Enclosing class:
- TagCompanyRequest
public static interface TagCompanyRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TagCompanyRequest.Builderfrom(TagCompanyRequest other)TagCompanyRequest._FinalStagename(java.lang.String name)The name of the tag, which will be created if not found.
-
-
-
Method Detail
-
name
TagCompanyRequest._FinalStage name(@NotNull java.lang.String name)
The name of the tag, which will be created if not found.
-
from
TagCompanyRequest.Builder from(TagCompanyRequest other)
-
-