result

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


public final StepDelta.Delta.FileSearchResult.Builder result(JsonField<List<JsonValue>> result)

Sets Builder.result to an arbitrary JSON value.

You should usually call Builder.result with a well-typed List<JsonValue> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.