Package com.strongdm.api
Class AccountGroup
java.lang.Object
com.strongdm.api.AccountGroup
An AccountGroup is a link between an Account and a Group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUnique identifier of the Account.Unique identifier of the Group.getId()
Unique identifier of the AccountGroup.void
setAccountId
(String in) Unique identifier of the Account.void
setGroupId
(String in) Unique identifier of the Group.void
Unique identifier of the AccountGroup.
-
Constructor Details
-
AccountGroup
public AccountGroup()
-
-
Method Details
-
getAccountId
Unique identifier of the Account. -
setAccountId
Unique identifier of the Account. -
getGroupId
Unique identifier of the Group. -
setGroupId
Unique identifier of the Group. -
getId
Unique identifier of the AccountGroup. -
setId
Unique identifier of the AccountGroup.
-