startIndex

public final UrlCitation.Builder startIndex(Integer startIndex)

Start of segment of the response that is attributed to this source.

Index indicates the start of the segment, measured in bytes.


public final UrlCitation.Builder startIndex(JsonField<Integer> startIndex)

Sets Builder.startIndex to an arbitrary JSON value.

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