fileName

public final FileCitation.Builder fileName(String fileName)

The name of the file.


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

Sets Builder.fileName to an arbitrary JSON value.

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