MattermostPreferencesApi class

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

deletePreferences(String userId, List<MmPreference> mmPreference) Future<MmStatusOK?>
Delete user's preferences
deletePreferencesWithHttpInfo(String userId, List<MmPreference> mmPreference) Future<Response>
Delete user's preferences
getPreferences(String userId) Future<List<MmPreference>?>
Get the user's preferences
getPreferencesByCategory(String userId, String category) Future<List<MmPreference>?>
List a user's preferences by category
getPreferencesByCategoryByName(String userId, String category, String preferenceName) Future<MmPreference?>
Get a specific user preference
getPreferencesByCategoryByNameWithHttpInfo(String userId, String category, String preferenceName) Future<Response>
Get a specific user preference
getPreferencesByCategoryWithHttpInfo(String userId, String category) Future<Response>
List a user's preferences by category
getPreferencesWithHttpInfo(String userId) Future<Response>
Get the user's preferences
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatePreferences(String userId, List<MmPreference> mmPreference) Future<MmStatusOK?>
Save the user's preferences
updatePreferencesWithHttpInfo(String userId, List<MmPreference> mmPreference) Future<Response>
Save the user's preferences

Operators

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