Class: PermissionSetRole

employees.PermissionSetRole()

new PermissionSetRole()

Source:

Methods

(static) PermissionSetRole#getDeletedTime() → {Null|Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Null | Number

(static) PermissionSetRole#getId() → {String}

Get the field value Unique identifier
Source:
Returns:
Type
String

(static) PermissionSetRole#getModifiedTime() → {Number}

Get the field value
Source:
Returns:
must be a long integer
Type
Number

(static) PermissionSetRole#getPermissionSet() → {base.Reference}

Get the field value The role
Source:
Returns:
Type
base.Reference

(static) PermissionSetRole#getRole() → {base.Reference}

Get the field value The role
Source:
Returns:
Type
base.Reference

(static) PermissionSetRole#setDeletedTime(deleted_time)

Set the field value
Parameters:
Name Type Description
deleted_time Null | Number must be a long integer
Source:

(static) PermissionSetRole#setId(id)

Set the field value Unique identifier
Parameters:
Name Type Description
id String
Source:

(static) PermissionSetRole#setModifiedTime(modified_time)

Set the field value
Parameters:
Name Type Description
modified_time Number must be a long integer
Source:

(static) PermissionSetRole#setPermissionSet(permissionSet)

Set the field value The role
Parameters:
Name Type Description
permissionSet base.Reference
Source:

(static) PermissionSetRole#setRole(role)

Set the field value The role
Parameters:
Name Type Description
role base.Reference
Source: