Uses of Class
io.dialob.executor.model.ImmutableErrorId
-
Packages that use ImmutableErrorId Package Description io.dialob.executor.model -
-
Uses of ImmutableErrorId in io.dialob.executor.model
Methods in io.dialob.executor.model that return ImmutableErrorId Modifier and Type Method Description ImmutableErrorIdImmutableErrorId.Builder. build()Builds a newImmutableErrorId.static ImmutableErrorIdImmutableErrorId. copyOf(ErrorId instance)Creates an immutable copy of aErrorIdvalue.static ImmutableErrorIdImmutableErrorId. of(ItemId itemId, String code)Construct a new immutableErrorIdinstance.ImmutableErrorIdImmutableErrorId. withCode(String value)Copy the current immutable object by setting a value for thecodeattribute.ImmutableErrorIdImmutableErrorId. withItemId(ItemId value)Copy the current immutable object by setting a value for theitemIdattribute.
-