class AccessControlProfileId


A class used to wrap an access control profile identifiers.

Summary

Public constructors

Constructs a new object holding a numerical identifier.

Public functions

Int

Gets the numerical identifier wrapped by this object.

Public constructors

AccessControlProfileId

Added in 1.0.0-alpha04
AccessControlProfileId(id: Int)

Constructs a new object holding a numerical identifier.

Parameters
id: Int

the identifier.

Public functions

getId

Added in 1.0.0-alpha04
fun getId(): Int

Gets the numerical identifier wrapped by this object.

Returns
Int

the identifier.