Interface AssignGroupToTenantCommandStep1

All Superinterfaces:
FinalCommandStep<AssignGroupToTenantResponse>
All Known Implementing Classes:
AssignGroupToTenantCommandImpl

public interface AssignGroupToTenantCommandStep1 extends FinalCommandStep<AssignGroupToTenantResponse>
  • Method Details

    • groupKey

      AssignGroupToTenantCommandStep1 groupKey(long groupKey)
      Sets the group key for the assignment.
      Parameters:
      groupKey - the key of the group
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.