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