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