Interface FindTagRequest.IdStage
-
- All Known Implementing Classes:
FindTagRequest.Builder
- Enclosing class:
- FindTagRequest
public static interface FindTagRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FindTagRequest.Builderfrom(FindTagRequest other)FindTagRequest._FinalStageid(java.lang.String id)The unique identifier of a given tag
-
-
-
Method Detail
-
id
FindTagRequest._FinalStage id(@NotNull java.lang.String id)
The unique identifier of a given tag
-
from
FindTagRequest.Builder from(FindTagRequest other)
-
-