Uses of Class
io.camunda.zeebe.protocol.record.value.ImmutableEscalationRecordValue.Builder
Packages that use ImmutableEscalationRecordValue.Builder
-
Uses of ImmutableEscalationRecordValue.Builder in io.camunda.zeebe.protocol.record.value
Methods in io.camunda.zeebe.protocol.record.value that return ImmutableEscalationRecordValue.BuilderModifier and TypeMethodDescriptionImmutableEscalationRecordValue.builder()Creates a builder forImmutableEscalationRecordValue.ImmutableEscalationRecordValue.Builder.clear()Clear the builder to the initial state.ImmutableEscalationRecordValue.Builder.from(EscalationRecordValue instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.EscalationRecordValueinstance.ImmutableEscalationRecordValue.Builder.from(TenantOwned instance) Fill a builder with attribute values from the providedio.camunda.zeebe.protocol.record.value.TenantOwnedinstance.ImmutableEscalationRecordValue.Builder.withCatchElementId(String catchElementId) Initializes the value for thecatchElementIdattribute.ImmutableEscalationRecordValue.Builder.withEscalationCode(String escalationCode) Initializes the value for theescalationCodeattribute.ImmutableEscalationRecordValue.Builder.withProcessInstanceKey(long processInstanceKey) Initializes the value for theprocessInstanceKeyattribute.ImmutableEscalationRecordValue.Builder.withTenantId(String tenantId) Initializes the value for thetenantIdattribute.ImmutableEscalationRecordValue.Builder.withThrowElementId(String throwElementId) Initializes the value for thethrowElementIdattribute.