Class WorkflowRolesDeleteRequest

java.lang.Object
com.strongdm.api.WorkflowRolesDeleteRequest

public class WorkflowRolesDeleteRequest extends Object
WorkflowRolesDeleteRequest specifies the ID of a WorkflowRole to be deleted.
  • Constructor Details

    • WorkflowRolesDeleteRequest

      public WorkflowRolesDeleteRequest()
  • Method Details

    • getId

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

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