public class BrandsService extends Object
| Constructor and Description |
|---|
BrandsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBrand(String brandId) |
Brand |
getBrand(String brandId) |
Brands |
getBrands() |
Brand |
postBrand(BrandCreateBody brand) |
Brand |
putBrand(String brandId,
BrandUpdateBody brand) |
public Brands getBrands() throws IOException
IOExceptionpublic Brand getBrand(String brandId) throws IOException
IOExceptionpublic Brand postBrand(BrandCreateBody brand) throws IOException
IOExceptionpublic Brand putBrand(String brandId, BrandUpdateBody brand) throws IOException
IOExceptionpublic void deleteBrand(String brandId) throws IOException
IOExceptionCopyright © 2023. All rights reserved.