MattermostBrandApi class

Constructors

MattermostBrandApi(MattermostApiClient apiClient)

Properties

apiClient MattermostApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteBrandImage() Future<MmStatusOK?>
Delete current brand image
deleteBrandImageWithHttpInfo() Future<Response>
Delete current brand image
getBrandImage() Future<String?>
Get brand image
getBrandImageWithHttpInfo() Future<Response>
Get brand image
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadBrandImage(MultipartFile image) Future<MmStatusOK?>
Upload brand image
uploadBrandImageWithHttpInfo(MultipartFile image) Future<Response>
Upload brand image

Operators

operator ==(Object other) bool
The equality operator.
inherited