public interface BrandApi
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Boolean> |
deleteBrandImage()
delete the brand image for the system.
|
ApiResponse<Path> |
getBrandImage()
retrieves the previously uploaded brand image.
|
ApiResponse<Boolean> |
uploadBrandImage(Path dataFIle)
sets the brand image for the system.
|
ApiResponse<Path> getBrandImage() throws IOException
IOExceptionApiResponse<Boolean> uploadBrandImage(Path dataFIle)
ApiResponse<Boolean> deleteBrandImage()
Copyright © 2019. All rights reserved.