Class UrlCitation.Builder

  • Enclosing class:
    UrlCitation

    public static class UrlCitation.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • startIndex

        public UrlCitation.Builder startIndex​(Integer startIndex)
        Start character index in the response where the citation begins.
        Parameters:
        startIndex - the value to set
        Returns:
        this builder
      • endIndex

        public UrlCitation.Builder endIndex​(Integer endIndex)
        End character index in the response where the citation ends.
        Parameters:
        endIndex - the value to set
        Returns:
        this builder
      • title

        public UrlCitation.Builder title​(String title)
        Title of the cited source.
        Parameters:
        title - the value to set
        Returns:
        this builder
      • url

        public UrlCitation.Builder url​(String url)
        URL of the cited source.
        Parameters:
        url - the value to set
        Returns:
        this builder