Uses of Class
org.elasticsearch.action.delete.DeleteResponse.Builder
-
Packages that use DeleteResponse.Builder Package Description org.elasticsearch.action.delete -
-
Uses of DeleteResponse.Builder in org.elasticsearch.action.delete
Methods in org.elasticsearch.action.delete with parameters of type DeleteResponse.Builder Modifier and Type Method Description static voidDeleteResponse. parseXContentFields(XContentParser parser, DeleteResponse.Builder context)Parse the current token and update the parsing context appropriately.
-