Class AccountGroupDeleteRequest

java.lang.Object
com.strongdm.api.AccountGroupDeleteRequest

public class AccountGroupDeleteRequest extends Object
GroupDeleteRequest identifies an AccountGroup by ID to delete.
  • Constructor Details

    • AccountGroupDeleteRequest

      public AccountGroupDeleteRequest()
  • Method Details

    • getId

      public String getId()
      The unique identifier of the group to delete.
    • setId

      public void setId(String in)
      The unique identifier of the group to delete.