Class BrandsResponse.Builder
- java.lang.Object
-
- com.courier.api.resources.brands.types.BrandsResponse.Builder
-
- All Implemented Interfaces:
BrandsResponse._FinalStage,BrandsResponse.PagingStage
- Enclosing class:
- BrandsResponse
public static final class BrandsResponse.Builder extends java.lang.Object implements BrandsResponse.PagingStage, BrandsResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandsResponse._FinalStageaddAllResults(java.util.List<Brand> results)BrandsResponse._FinalStageaddResults(Brand results)BrandsResponsebuild()BrandsResponse.Builderfrom(BrandsResponse other)BrandsResponse._FinalStagepaging(Paging paging)BrandsResponse._FinalStageresults(java.util.List<Brand> results)
-
-
-
Method Detail
-
from
public BrandsResponse.Builder from(BrandsResponse other)
- Specified by:
fromin interfaceBrandsResponse.PagingStage
-
paging
public BrandsResponse._FinalStage paging(Paging paging)
- Specified by:
pagingin interfaceBrandsResponse.PagingStage
-
addAllResults
public BrandsResponse._FinalStage addAllResults(java.util.List<Brand> results)
- Specified by:
addAllResultsin interfaceBrandsResponse._FinalStage
-
addResults
public BrandsResponse._FinalStage addResults(Brand results)
- Specified by:
addResultsin interfaceBrandsResponse._FinalStage
-
results
public BrandsResponse._FinalStage results(java.util.List<Brand> results)
- Specified by:
resultsin interfaceBrandsResponse._FinalStage
-
build
public BrandsResponse build()
- Specified by:
buildin interfaceBrandsResponse._FinalStage
-
-