Interface DeleteGroupRequestContext

  • All Superinterfaces:
    ProvisioningRequestContext

    public interface DeleteGroupRequestContext
    extends ProvisioningRequestContext
    An interface that represents the request context for a delete group operation. It contains all the information needed to fulfill the request, e.g. group id.
    Since:
    7.3
    • Method Detail

      • getGroupId

        String getGroupId()
        Get group id.
        Returns:
        The group id for the group to be deleted.