Uses of Interface
io.camunda.client.api.command.UpdateGroupCommandStep1
Packages that use UpdateGroupCommandStep1
Package
Description
-
Uses of UpdateGroupCommandStep1 in io.camunda.client
Methods in io.camunda.client that return UpdateGroupCommandStep1Modifier and TypeMethodDescriptionCamundaClient.newUpdateGroupCommand(long groupKey) Command to update a group. -
Uses of UpdateGroupCommandStep1 in io.camunda.client.api.command
Methods in io.camunda.client.api.command that return UpdateGroupCommandStep1Modifier and TypeMethodDescriptionUpdateGroupCommandStep1.update(GroupChangeset groupChangeset) Updates the name of this group.UpdateGroupCommandStep1.updateName(String name) Sets the name for the group to be updated. -
Uses of UpdateGroupCommandStep1 in io.camunda.client.impl
Methods in io.camunda.client.impl that return UpdateGroupCommandStep1 -
Uses of UpdateGroupCommandStep1 in io.camunda.client.impl.command
Classes in io.camunda.client.impl.command that implement UpdateGroupCommandStep1Methods in io.camunda.client.impl.command that return UpdateGroupCommandStep1Modifier and TypeMethodDescriptionUpdateGroupCommandImpl.update(GroupChangeset groupChangeset) UpdateGroupCommandImpl.updateName(String name)