Class ImmutableCheckRunEvent.Builder

  • Enclosing class:
    ImmutableCheckRunEvent

    @NotThreadSafe
    public static final class ImmutableCheckRunEvent.Builder
    extends Object
    Builds instances of type ImmutableCheckRunEvent. 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 ImmutableCheckRunEvent.Builder from​(CheckRunEvent instance)
        Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.CheckRunEvent instance.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • from

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

        @CanIgnoreReturnValue
        public final ImmutableCheckRunEvent.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
      • repository

        @CanIgnoreReturnValue
        public final ImmutableCheckRunEvent.Builder repository​(@Nullable
                                                               Repository repository)
        Initializes the value for the repository attribute.
        Parameters:
        repository - The value for repository (can be null)
        Returns:
        this builder for use in a chained invocation
      • sender

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

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

        @CanIgnoreReturnValue
        public final ImmutableCheckRunEvent.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 ImmutableCheckRunEvent.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
      • action

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

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