Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-sdk-core
/
com.mapsted.positioning.coreObjects
/
RoleAccessPair
Role
Access
Pair
data
class
RoleAccessPair
(
val
roleId
:
String
,
val
accessLevelId
:
String
)
Members
Constructors
Role
Access
Pair
Link copied to clipboard
constructor
(
roleId
:
String
,
accessLevelId
:
String
)
Properties
access
Level
Id
Link copied to clipboard
val
accessLevelId
:
String
role
Id
Link copied to clipboard
val
roleId
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String