public class IndexChanges extends java.lang.Object implements RestModifyView<ConfigResource,IndexChanges.Input>
Modifier and Type | Class and Description |
---|---|
static class |
IndexChanges.Input |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
apply(ConfigResource resource,
IndexChanges.Input input)
Process the view operation by altering the resource.
|
public java.lang.Object apply(ConfigResource resource, IndexChanges.Input input)
RestModifyView
apply
in interface RestModifyView<ConfigResource,IndexChanges.Input>
resource
- resource to modify.input
- input after parsing from request.BinaryResult
to avoid automatic conversion
to JSON.