Uses of Class
io.camunda.client.protocol.rest.GroupChangeset
Packages that use GroupChangeset
Package
Description
-
Uses of GroupChangeset in io.camunda.client.api.command
Methods in io.camunda.client.api.command with parameters of type GroupChangesetModifier and TypeMethodDescriptionUpdateGroupCommandStep1.update(GroupChangeset groupChangeset) Updates the name of this group. -
Uses of GroupChangeset in io.camunda.client.impl.command
Methods in io.camunda.client.impl.command with parameters of type GroupChangeset -
Uses of GroupChangeset in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return GroupChangesetModifier and TypeMethodDescriptionGroupUpdateRequest.getChangeset()The set of changed group attributes.Methods in io.camunda.client.protocol.rest with parameters of type GroupChangesetModifier and TypeMethodDescriptionGroupUpdateRequest.changeset(GroupChangeset changeset) voidGroupUpdateRequest.setChangeset(GroupChangeset changeset)