title

public final UrlCitation.Builder title(String title)

The title of the URL.


public final UrlCitation.Builder title(JsonField<String> title)

Sets Builder.title to an arbitrary JSON value.

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