@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable public final class ImmutableUpdate extends Object implements StandardOperations.Update
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableUpdate.Builder |
builder() |
static ImmutableUpdate |
copyOf(StandardOperations.Update instance) |
boolean |
equals(Object another) |
int |
hashCode() |
String |
toString() |
boolean |
upsert() |
com.google.common.collect.ImmutableList<Object> |
values() |
ImmutableUpdate |
withUpsert(boolean value) |
ImmutableUpdate |
withValues(Iterable<? extends Object> elements) |
ImmutableUpdate |
withValues(Object... elements) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitofValues, withUpsertpublic com.google.common.collect.ImmutableList<Object> values()
public boolean upsert()
public final ImmutableUpdate withValues(Object... elements)
public final ImmutableUpdate withValues(Iterable<? extends Object> elements)
public final ImmutableUpdate withUpsert(boolean value)
public int hashCode()
public String toString()
public static ImmutableUpdate copyOf(StandardOperations.Update instance)
public static ImmutableUpdate.Builder builder()
Copyright © 2020 The Immutables.org authors. All rights reserved.