url

public final UrlCitation.Builder url(String url)

The URL.


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

Sets Builder.url to an arbitrary JSON value.

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