public class ListAccessableInsertsResponse extends JsonResponse
JsonResponse.Type| Modifier and Type | Field and Description |
|---|---|
java.util.List<Insert> |
insertList |
data, expectedVersion, message, type| Constructor and Description |
|---|
ListAccessableInsertsResponse(java.util.List<Insert> insertList) |
| Modifier and Type | Method and Description |
|---|---|
static JsonResponse |
success(java.util.List<Insert> insertList) |
failure, is, isFailure, isPending, isSuccess, success, withExpectedVersionpublic java.util.List<Insert> insertList
public ListAccessableInsertsResponse(java.util.List<Insert> insertList)
public static JsonResponse success(java.util.List<Insert> insertList)