Package com.strongdm.api
Class GroupRole
java.lang.Object
com.strongdm.api.GroupRole
A GroupRole assigns a Group to a Role.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe assigned Group ID.getId()
Unique identifier of the GroupRole.The assigned Role ID.void
setGroupId
(String in) The assigned Group ID.void
Unique identifier of the GroupRole.void
The assigned Role ID.
-
Constructor Details
-
GroupRole
public GroupRole()
-
-
Method Details
-
getGroupId
The assigned Group ID. -
setGroupId
The assigned Group ID. -
getId
Unique identifier of the GroupRole. -
setId
Unique identifier of the GroupRole. -
getRoleId
The assigned Role ID. -
setRoleId
The assigned Role ID.
-