Class ImmutableComment.Builder

  • Enclosing class:
    ImmutableComment

    @NotThreadSafe
    public static final class ImmutableComment.Builder
    extends Object
    Builds instances of type ImmutableComment. Initialize attributes and then invoke the build() method to create an immutable instance.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Method Detail

      • from

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder from​(Comment instance)
        Fill a builder with attribute values from the provided com.spotify.github.v3.prs.Comment instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • from

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder from​(UpdateTracking instance)
        Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • createdAt

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder createdAt​(@Nullable
                                                        GitHubInstant createdAt)
        Initializes the value for the createdAt attribute.
        Parameters:
        createdAt - The value for createdAt (can be null)
        Returns:
        this builder for use in a chained invocation
      • updatedAt

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder updatedAt​(@Nullable
                                                        GitHubInstant updatedAt)
        Initializes the value for the updatedAt attribute.
        Parameters:
        updatedAt - The value for updatedAt (can be null)
        Returns:
        this builder for use in a chained invocation
      • url

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder url​(@Nullable
                                                  URI url)
        Initializes the value for the url attribute.
        Parameters:
        url - The value for url (can be null)
        Returns:
        this builder for use in a chained invocation
      • id

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder id​(@Nullable
                                                 Long id)
        Initializes the value for the id attribute.
        Parameters:
        id - The value for id (can be null)
        Returns:
        this builder for use in a chained invocation
      • diffHunk

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder diffHunk​(@Nullable
                                                       String diffHunk)
        Initializes the value for the diffHunk attribute.
        Parameters:
        diffHunk - The value for diffHunk (can be null)
        Returns:
        this builder for use in a chained invocation
      • path

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder path​(@Nullable
                                                   String path)
        Initializes the value for the path attribute.
        Parameters:
        path - The value for path (can be null)
        Returns:
        this builder for use in a chained invocation
      • position

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder position​(@Nullable
                                                       Integer position)
        Initializes the value for the position attribute.
        Parameters:
        position - The value for position (can be null)
        Returns:
        this builder for use in a chained invocation
      • originalPosition

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder originalPosition​(@Nullable
                                                               Integer originalPosition)
        Initializes the value for the originalPosition attribute.
        Parameters:
        originalPosition - The value for originalPosition (can be null)
        Returns:
        this builder for use in a chained invocation
      • commitId

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder commitId​(@Nullable
                                                       String commitId)
        Initializes the value for the commitId attribute.
        Parameters:
        commitId - The value for commitId (can be null)
        Returns:
        this builder for use in a chained invocation
      • originalCommitId

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder originalCommitId​(@Nullable
                                                               String originalCommitId)
        Initializes the value for the originalCommitId attribute.
        Parameters:
        originalCommitId - The value for originalCommitId (can be null)
        Returns:
        this builder for use in a chained invocation
      • user

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder user​(@Nullable
                                                   User user)
        Initializes the value for the user attribute.
        Parameters:
        user - The value for user (can be null)
        Returns:
        this builder for use in a chained invocation
      • body

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder body​(@Nullable
                                                   String body)
        Initializes the value for the body attribute.
        Parameters:
        body - The value for body (can be null)
        Returns:
        this builder for use in a chained invocation
      • htmlUrl

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder htmlUrl​(@Nullable
                                                      URI htmlUrl)
        Initializes the value for the htmlUrl attribute.
        Parameters:
        htmlUrl - The value for htmlUrl (can be null)
        Returns:
        this builder for use in a chained invocation
      • pullRequestUrl

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder pullRequestUrl​(@Nullable
                                                             URI pullRequestUrl)
        Initializes the value for the pullRequestUrl attribute.
        Parameters:
        pullRequestUrl - The value for pullRequestUrl (can be null)
        Returns:
        this builder for use in a chained invocation
      • links

        @CanIgnoreReturnValue
        public final ImmutableComment.Builder links​(@Nullable
                                                    CommentLinks links)
        Initializes the value for the links attribute.
        Parameters:
        links - The value for links (can be null)
        Returns:
        this builder for use in a chained invocation