Class AccountGroup

java.lang.Object
com.strongdm.api.AccountGroup

public class AccountGroup extends Object
An AccountGroup is a link between an Account and a Group.
  • Constructor Details

    • AccountGroup

      public AccountGroup()
  • Method Details

    • getAccountId

      public String getAccountId()
      Unique identifier of the Account.
    • setAccountId

      public void setAccountId(String in)
      Unique identifier of the Account.
    • getGroupId

      public String getGroupId()
      Unique identifier of the Group.
    • setGroupId

      public void setGroupId(String in)
      Unique identifier of the Group.
    • getId

      public String getId()
      Unique identifier of the AccountGroup.
    • setId

      public void setId(String in)
      Unique identifier of the AccountGroup.