Interface EntityResourceAction.CreateWithResponse<E>
-
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- EntityResourceAction
public static interface EntityResourceAction.CreateWithResponse<E> extends ResourceAction
HTTP POST - Create a new entity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<E>
create(List<E> entity, Parameters parameters, WithResponse withResponse)
-
-
-
Method Detail
-
create
List<E> create(List<E> entity, Parameters parameters, WithResponse withResponse)
-
-