Uses of Class
io.dialob.api.rest.ImmutableResponse
-
Packages that use ImmutableResponse Package Description io.dialob.api.rest -
-
Uses of ImmutableResponse in io.dialob.api.rest
Methods in io.dialob.api.rest that return ImmutableResponse Modifier and Type Method Description ImmutableResponseImmutableResponse.Builder. build()Builds a newImmutableResponse.static ImmutableResponseImmutableResponse. copyOf(Response instance)Creates an immutable copy of aResponsevalue.ImmutableResponseImmutableResponse. withError(String value)Copy the current immutable object by setting a value for theerrorattribute.ImmutableResponseImmutableResponse. withOk(Boolean value)Copy the current immutable object by setting a value for theokattribute.ImmutableResponseImmutableResponse. withReason(String value)Copy the current immutable object by setting a value for thereasonattribute.
-