Class Citation.Builder
-
- All Implemented Interfaces:
public abstract class Citation.BuilderBuilder for Citation.
-
-
Constructor Summary
Constructors Constructor Description Citation.Builder()
-
Method Summary
Modifier and Type Method Description abstract Citation.BuilderendIndex(Integer endIndex)Setter for endIndex. Citation.BuilderclearEndIndex()Clears the value of endIndex field. abstract Citation.Builderlicense(String license)Setter for license. Citation.BuilderclearLicense()Clears the value of license field. abstract Citation.BuilderpublicationDate(GoogleTypeDate publicationDate)Setter for publicationDate. Citation.BuilderpublicationDate(GoogleTypeDate.Builder publicationDateBuilder)Setter for publicationDate builder. Citation.BuilderclearPublicationDate()Clears the value of publicationDate field. abstract Citation.BuilderstartIndex(Integer startIndex)Setter for startIndex. Citation.BuilderclearStartIndex()Clears the value of startIndex field. abstract Citation.Buildertitle(String title)Setter for title. Citation.BuilderclearTitle()Clears the value of title field. abstract Citation.Builderuri(String uri)Setter for uri. Citation.BuilderclearUri()Clears the value of uri field. abstract Citationbuild()-
-
Method Detail
-
endIndex
abstract Citation.Builder endIndex(Integer endIndex)
Setter for endIndex.
endIndex: Output only. The end index of the citation in the content.
-
clearEndIndex
@CanIgnoreReturnValue() Citation.Builder clearEndIndex()
Clears the value of endIndex field.
-
license
abstract Citation.Builder license(String license)
Setter for license.
license: Output only. The license of the source of the citation.
-
clearLicense
@CanIgnoreReturnValue() Citation.Builder clearLicense()
Clears the value of license field.
-
publicationDate
abstract Citation.Builder publicationDate(GoogleTypeDate publicationDate)
Setter for publicationDate.
publicationDate: Output only. The publication date of the source of the citation.
-
publicationDate
@CanIgnoreReturnValue() Citation.Builder publicationDate(GoogleTypeDate.Builder publicationDateBuilder)
Setter for publicationDate builder.
publicationDate: Output only. The publication date of the source of the citation.
-
clearPublicationDate
@CanIgnoreReturnValue() Citation.Builder clearPublicationDate()
Clears the value of publicationDate field.
-
startIndex
abstract Citation.Builder startIndex(Integer startIndex)
Setter for startIndex.
startIndex: Output only. The start index of the citation in the content.
-
clearStartIndex
@CanIgnoreReturnValue() Citation.Builder clearStartIndex()
Clears the value of startIndex field.
-
title
abstract Citation.Builder title(String title)
Setter for title.
title: Output only. The title of the source of the citation.
-
clearTitle
@CanIgnoreReturnValue() Citation.Builder clearTitle()
Clears the value of title field.
-
uri
abstract Citation.Builder uri(String uri)
Setter for uri.
uri: Output only. The URI of the source of the citation.
-
clearUri
@CanIgnoreReturnValue() Citation.Builder clearUri()
Clears the value of uri field.
-
-
-
-