Interface BrandsResponse._FinalStage
-
- All Known Implementing Classes:
BrandsResponse.Builder
- Enclosing class:
- BrandsResponse
public static interface BrandsResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BrandsResponse._FinalStageaddAllResults(java.util.List<Brand> results)BrandsResponse._FinalStageaddResults(Brand results)BrandsResponsebuild()BrandsResponse._FinalStageresults(java.util.List<Brand> results)
-
-
-
Method Detail
-
build
BrandsResponse build()
-
results
BrandsResponse._FinalStage results(java.util.List<Brand> results)
-
addResults
BrandsResponse._FinalStage addResults(Brand results)
-
addAllResults
BrandsResponse._FinalStage addAllResults(java.util.List<Brand> results)
-
-