-
- All Known Implementing Classes:
MattermostClient
public interface BrandApiBranding API.- Author:
- Takayuki Maruyama
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getBrandImage
ApiResponse<Path> getBrandImage() throws IOException
retrieves the previously uploaded brand image.- Throws:
IOException
-
uploadBrandImage
ApiResponse<Boolean> uploadBrandImage(Path dataFIle)
sets the brand image for the system.
-
deleteBrandImage
ApiResponse<Boolean> deleteBrandImage()
delete the brand image for the system.- Since:
- Mattermost Server 5.6
-
-