source

public final FileCitation.Builder source(String source)

Source attributed for a portion of the text.


public final FileCitation.Builder source(JsonField<String> source)

Sets Builder.source to an arbitrary JSON value.

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