Uses of Class
io.dialob.client.api.ImmutableExecutorBody
-
Packages that use ImmutableExecutorBody Package Description io.dialob.client.api -
-
Uses of ImmutableExecutorBody in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableExecutorBody Modifier and Type Method Description ImmutableExecutorBodyImmutableExecutorBody.Builder. build()Builds a newImmutableExecutorBody.static ImmutableExecutorBodyImmutableExecutorBody. copyOf(DialobClient.ExecutorBody instance)Creates an immutable copy of aDialobClient.ExecutorBodyvalue.ImmutableExecutorBodyImmutableExecutorBody. withActions(io.dialob.api.proto.Actions value)Copy the current immutable object by setting a value for theactionsattribute.ImmutableExecutorBodyImmutableExecutorBody. withQuestionnaire(io.dialob.api.questionnaire.Questionnaire value)Copy the current immutable object by setting a value for thequestionnaireattribute.
-