Interface AssignUserToGroupCommandStep1

All Superinterfaces:
FinalCommandStep<AssignUserToGroupResponse>
All Known Implementing Classes:
AssignUserToGroupCommandImpl

public interface AssignUserToGroupCommandStep1 extends FinalCommandStep<AssignUserToGroupResponse>
  • Method Details

    • userKey

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