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