Class GroupDeleteRequest

java.lang.Object
com.strongdm.api.GroupDeleteRequest

public class GroupDeleteRequest extends Object
groupDeleteRequest identifies a group by ID to delete.
  • Constructor Details

    • GroupDeleteRequest

      public GroupDeleteRequest()
  • 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.