DisplayPreferencesApi

class DisplayPreferencesApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
fun DisplayPreferencesApi(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getDisplayPreferences(    displayPreferencesId: String,     userId: <ERROR CLASS> = api.userId ?: throw MissingUserIdException(),     client: String): Response<<ERROR CLASS>>

Get Display Preferences.

Link copied to clipboard
suspend fun updateDisplayPreferences(    displayPreferencesId: String,     userId: <ERROR CLASS> = api.userId ?: throw MissingUserIdException(),     client: String,     data: <ERROR CLASS>): Response<Unit>

Update Display Preferences.