Interface UpdateGroupCommandStep1

All Superinterfaces:
FinalCommandStep<UpdateGroupResponse>
All Known Implementing Classes:
UpdateGroupCommandImpl

public interface UpdateGroupCommandStep1 extends FinalCommandStep<UpdateGroupResponse>
  • Method Details

    • update

      UpdateGroupCommandStep1 update(GroupChangeset groupChangeset)
      Updates the name of this group.
      Parameters:
      groupChangeset - the changeset of this group, if a field is not provided (equals to null) it will be not updated
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.
    • updateName

      UpdateGroupCommandStep1 updateName(String name)
      Sets the name for the group to be updated.
      Parameters:
      name - the group name to be updated
      Returns:
      the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.