public class AccessControlProfileId


A class used to wrap an access control profile identifiers.

Summary

Public constructors

Constructs a new object holding a numerical identifier.

Public methods

int

Gets the numerical identifier wrapped by this object.

Public constructors

AccessControlProfileId

Added in 1.0.0-alpha04
public AccessControlProfileId(int id)

Constructs a new object holding a numerical identifier.

Parameters
int id

the identifier.

Public methods

getId

Added in 1.0.0-alpha04
public int getId()

Gets the numerical identifier wrapped by this object.

Returns
int

the identifier.