UserRole

open class UserRole : MPModelBase

Author

Michael Bech Hansen - Copyright © 2019 MapsPeople A/S. All rights reserved.

Constructors

Link copied to clipboard
open fun UserRole(@NonNull key: String, @NonNull name: String)

Functions

Link copied to clipboard
@NonNull
open fun getKey(): String
Link copied to clipboard
@NonNull
open fun getValue(): String
Link copied to clipboard
open fun isEqualTo(@NonNull userRole: UserRole): Boolean
open fun isEqualTo(@Nullable name: String): Boolean