public final class Response<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Response.Builder<T> |
builder(Operation operation) |
T |
data() |
Set<String> |
dependentKeys() |
List<Error> |
errors() |
boolean |
fromCache() |
boolean |
hasErrors() |
Operation |
operation() |
Response.Builder<T> |
toBuilder() |
public static <T> Response.Builder<T> builder(@Nonnull Operation operation)
public Operation operation()
public boolean hasErrors()
public boolean fromCache()
public Response.Builder<T> toBuilder()
Copyright © 2018. All rights reserved.