fileSearchResultDelta

public final StepDelta.Builder fileSearchResultDelta(List<JsonValue> result)

Alias for calling delta with the following:

Delta.FileSearchResult.builder()
.result(result)
.build()