Uses of Class
io.camunda.client.protocol.rest.UserTaskProperties
Packages that use UserTaskProperties
-
Uses of UserTaskProperties in io.camunda.client.impl.response
Constructors in io.camunda.client.impl.response with parameters of type UserTaskProperties -
Uses of UserTaskProperties in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return UserTaskPropertiesModifier and TypeMethodDescriptionUserTaskProperties.addCandidateGroupsItem(String candidateGroupsItem) UserTaskProperties.addCandidateUsersItem(String candidateUsersItem) UserTaskProperties.addChangedAttributesItem(String changedAttributesItem) UserTaskProperties.candidateGroups(List<String> candidateGroups) UserTaskProperties.candidateUsers(List<String> candidateUsers) UserTaskProperties.changedAttributes(List<String> changedAttributes) UserTaskProperties.followUpDate(String followUpDate) ActivatedJobResult.getUserTask()Get userTaskUserTaskProperties.userTaskKey(String userTaskKey) Methods in io.camunda.client.protocol.rest with parameters of type UserTaskPropertiesModifier and TypeMethodDescriptionvoidActivatedJobResult.setUserTask(UserTaskProperties userTask) ActivatedJobResult.userTask(UserTaskProperties userTask)