Uses of Class
com.spotify.github.GitHubInstant
-
-
Uses of GitHubInstant in com.spotify.github
Methods in com.spotify.github that return GitHubInstant Modifier and Type Method Description static GitHubInstantGitHubInstant. create(Number inst)Creates an instance of this class from a number.static GitHubInstantGitHubInstant. create(Instant inst)Creates an instance of this class from an instant.GitHubInstantImmutableCloseTracking. createdAt()Created dateGitHubInstantImmutableUpdateTracking. createdAt()Created dateGitHubInstantUpdateTracking. createdAt()Created dateGitHubInstantImmutableCloseTracking. updatedAt()Updated dateGitHubInstantImmutableUpdateTracking. updatedAt()Updated dateGitHubInstantUpdateTracking. updatedAt()Updated dateMethods in com.spotify.github that return types with arguments of type GitHubInstant Modifier and Type Method Description Optional<GitHubInstant>CloseTracking. closedAt()Closed date.Optional<GitHubInstant>ImmutableCloseTracking. closedAt()Closed date.Methods in com.spotify.github with parameters of type GitHubInstant Modifier and Type Method Description ImmutableCloseTracking.BuilderImmutableCloseTracking.Builder. closedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableCloseTracking.BuilderImmutableCloseTracking.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableUpdateTracking.BuilderImmutableUpdateTracking.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableCloseTracking.BuilderImmutableCloseTracking.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableUpdateTracking.BuilderImmutableUpdateTracking.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableCloseTrackingImmutableCloseTracking. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutableCloseTrackingImmutableCloseTracking. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableUpdateTrackingImmutableUpdateTracking. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableCloseTrackingImmutableCloseTracking. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableUpdateTrackingImmutableUpdateTracking. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.Method parameters in com.spotify.github with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableCloseTracking.BuilderImmutableCloseTracking.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableCloseTrackingImmutableCloseTracking. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3
Methods in com.spotify.github.v3 that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableMilestone. createdAt()Created dateGitHubInstantImmutableMilestone. updatedAt()Updated dateMethods in com.spotify.github.v3 that return types with arguments of type GitHubInstant Modifier and Type Method Description Optional<GitHubInstant>ImmutableMilestone. closedAt()Closed date.Optional<GitHubInstant>ImmutableMilestone. dueOn()Due dateOptional<GitHubInstant>Milestone. dueOn()Due dateMethods in com.spotify.github.v3 with parameters of type GitHubInstant Modifier and Type Method Description ImmutableMilestone.BuilderImmutableMilestone.Builder. closedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableMilestone.BuilderImmutableMilestone.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableMilestone.BuilderImmutableMilestone.Builder. dueOn(GitHubInstant dueOn)Initializes the optional valuedueOnto dueOn.ImmutableMilestone.BuilderImmutableMilestone.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableMilestoneImmutableMilestone. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutableMilestoneImmutableMilestone. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableMilestoneImmutableMilestone. withDueOn(GitHubInstant value)Copy the current immutable object by setting a present value for the optionaldueOnattribute.ImmutableMilestoneImmutableMilestone. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.Method parameters in com.spotify.github.v3 with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableMilestone.BuilderImmutableMilestone.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableMilestone.BuilderImmutableMilestone.Builder. dueOn(Optional<? extends GitHubInstant> dueOn)Initializes the optional valuedueOnto dueOn.ImmutableMilestoneImmutableMilestone. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute.ImmutableMilestoneImmutableMilestone. withDueOn(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for thedueOnattribute. -
Uses of GitHubInstant in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableCheckRunEvent. createdAt()Created dateGitHubInstantImmutableStatusEvent. createdAt()Created dateGitHubInstantImmutableCheckRunEvent. updatedAt()Updated dateGitHubInstantImmutableStatusEvent. updatedAt()Updated dateMethods in com.spotify.github.v3.activity.events with parameters of type GitHubInstant Modifier and Type Method Description ImmutableCheckRunEvent.BuilderImmutableCheckRunEvent.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableStatusEvent.BuilderImmutableStatusEvent.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableCheckRunEvent.BuilderImmutableCheckRunEvent.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableStatusEvent.BuilderImmutableStatusEvent.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableCheckRunEventImmutableCheckRunEvent. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableStatusEventImmutableStatusEvent. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableCheckRunEventImmutableCheckRunEvent. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableStatusEventImmutableStatusEvent. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3.comment
Methods in com.spotify.github.v3.comment that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableComment. createdAt()Created dateGitHubInstantImmutableCommentReaction. createdAt()Created dateGitHubInstantImmutableComment. updatedAt()Updated dateGitHubInstantImmutableCommentReaction. updatedAt()Updated dateMethods in com.spotify.github.v3.comment with parameters of type GitHubInstant Modifier and Type Method Description ImmutableComment.BuilderImmutableComment.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableCommentReaction.BuilderImmutableCommentReaction.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableComment.BuilderImmutableComment.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableCommentReaction.BuilderImmutableCommentReaction.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableCommentImmutableComment. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableCommentReactionImmutableCommentReaction. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableCommentImmutableComment. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableCommentReactionImmutableCommentReaction. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3.git
Methods in com.spotify.github.v3.git that return types with arguments of type GitHubInstant Modifier and Type Method Description Optional<GitHubInstant>Author. date()Date when action occurred.Optional<GitHubInstant>ImmutableAuthor. date()Date when action occurred.Methods in com.spotify.github.v3.git with parameters of type GitHubInstant Modifier and Type Method Description ImmutableAuthor.BuilderImmutableAuthor.Builder. date(GitHubInstant date)Initializes the optional valuedateto date.ImmutableAuthorImmutableAuthor. withDate(GitHubInstant value)Copy the current immutable object by setting a present value for the optionaldateattribute.Method parameters in com.spotify.github.v3.git with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableAuthor.BuilderImmutableAuthor.Builder. date(Optional<? extends GitHubInstant> date)Initializes the optional valuedateto date.ImmutableAuthorImmutableAuthor. withDate(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for thedateattribute. -
Uses of GitHubInstant in com.spotify.github.v3.hooks
Methods in com.spotify.github.v3.hooks that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableWebhook. createdAt()Created dateGitHubInstantImmutableWebhook. updatedAt()Updated dateMethods in com.spotify.github.v3.hooks with parameters of type GitHubInstant Modifier and Type Method Description ImmutableWebhook.BuilderImmutableWebhook.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableWebhook.BuilderImmutableWebhook.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableWebhookImmutableWebhook. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableWebhookImmutableWebhook. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return GitHubInstant Modifier and Type Method Description GitHubInstantEvent. createdAt()The timestamp indicating when the event occurred.GitHubInstantImmutableEvent. createdAt()The timestamp indicating when the event occurred.GitHubInstantImmutableIssue. createdAt()Created dateGitHubInstantImmutableIssue. updatedAt()Updated dateMethods in com.spotify.github.v3.issues that return types with arguments of type GitHubInstant Modifier and Type Method Description Optional<GitHubInstant>ImmutableIssue. closedAt()Closed date.Methods in com.spotify.github.v3.issues with parameters of type GitHubInstant Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. closedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableEvent.BuilderImmutableEvent.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableIssue.BuilderImmutableIssue.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableIssue.BuilderImmutableIssue.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableIssueImmutableIssue. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutableEventImmutableEvent. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableIssueImmutableIssue. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableIssueImmutableIssue. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.Method parameters in com.spotify.github.v3.issues with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableIssueImmutableIssue. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableComment. createdAt()Created dateGitHubInstantImmutablePullRequest. createdAt()Created dateGitHubInstantImmutablePullRequestItem. createdAt()Created dateGitHubInstantImmutableComment. updatedAt()Updated dateGitHubInstantImmutablePullRequest. updatedAt()Updated dateGitHubInstantImmutablePullRequestItem. updatedAt()Updated dateMethods in com.spotify.github.v3.prs that return types with arguments of type GitHubInstant Modifier and Type Method Description Optional<GitHubInstant>ImmutablePullRequest. closedAt()Closed date.Optional<GitHubInstant>ImmutablePullRequestItem. closedAt()Closed date.Optional<GitHubInstant>ImmutablePullRequest. mergedAt()Merged date.Optional<GitHubInstant>ImmutablePullRequestItem. mergedAt()Merged date.Optional<GitHubInstant>PullRequestItem. mergedAt()Merged date.Optional<GitHubInstant>ImmutableReview. submittedAt()Submitted at.Optional<GitHubInstant>Review. submittedAt()Submitted at.Methods in com.spotify.github.v3.prs with parameters of type GitHubInstant Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. closedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. closedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableComment.BuilderImmutableComment.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. mergedAt(GitHubInstant mergedAt)Initializes the optional valuemergedAtto mergedAt.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. mergedAt(GitHubInstant mergedAt)Initializes the optional valuemergedAtto mergedAt.ImmutableReview.BuilderImmutableReview.Builder. submittedAt(GitHubInstant submittedAt)Initializes the optional valuesubmittedAtto submittedAt.ImmutableComment.BuilderImmutableComment.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutablePullRequestImmutablePullRequest. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutablePullRequestItemImmutablePullRequestItem. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutableCommentImmutableComment. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutablePullRequestImmutablePullRequest. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutablePullRequestItemImmutablePullRequestItem. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutablePullRequestImmutablePullRequest. withMergedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalmergedAtattribute.ImmutablePullRequestItemImmutablePullRequestItem. withMergedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalmergedAtattribute.ImmutableReviewImmutableReview. withSubmittedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalsubmittedAtattribute.ImmutableCommentImmutableComment. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutablePullRequestImmutablePullRequest. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutablePullRequestItemImmutablePullRequestItem. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.Method parameters in com.spotify.github.v3.prs with type arguments of type GitHubInstant Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. mergedAt(Optional<? extends GitHubInstant> mergedAt)Initializes the optional valuemergedAtto mergedAt.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. mergedAt(Optional<? extends GitHubInstant> mergedAt)Initializes the optional valuemergedAtto mergedAt.ImmutableReview.BuilderImmutableReview.Builder. submittedAt(Optional<? extends GitHubInstant> submittedAt)Initializes the optional valuesubmittedAtto submittedAt.ImmutablePullRequestImmutablePullRequest. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute.ImmutablePullRequestItemImmutablePullRequestItem. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute.ImmutablePullRequestImmutablePullRequest. withMergedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for themergedAtattribute.ImmutablePullRequestItemImmutablePullRequestItem. withMergedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for themergedAtattribute.ImmutableReviewImmutableReview. withSubmittedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for thesubmittedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableDeployment. createdAt()Created dateGitHubInstantImmutablePushRepository. createdAt()Created dateGitHubInstantImmutableRepository. createdAt()Created dateGitHubInstantImmutableRepositoryBase. createdAt()Created dateGitHubInstantImmutableStatus. createdAt()Created dateGitHubInstantImmutablePushRepository. pushedAt()Pushed dateGitHubInstantImmutableRepository. pushedAt()Pushed dateGitHubInstantImmutableRepositoryBase. pushedAt()Pushed dateGitHubInstantRepositoryBase. pushedAt()Pushed dateGitHubInstantImmutableDeployment. updatedAt()Updated dateGitHubInstantImmutablePushRepository. updatedAt()Updated dateGitHubInstantImmutableRepository. updatedAt()Updated dateGitHubInstantImmutableRepositoryBase. updatedAt()Updated dateGitHubInstantImmutableStatus. updatedAt()Updated dateMethods in com.spotify.github.v3.repos with parameters of type GitHubInstant Modifier and Type Method Description ImmutableDeployment.BuilderImmutableDeployment.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutablePushRepository.BuilderImmutablePushRepository.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableRepository.BuilderImmutableRepository.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableRepositoryBase.BuilderImmutableRepositoryBase.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableStatus.BuilderImmutableStatus.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutablePushRepository.BuilderImmutablePushRepository.Builder. pushedAt(GitHubInstant pushedAt)Initializes the value for thepushedAtattribute.ImmutableRepository.BuilderImmutableRepository.Builder. pushedAt(GitHubInstant pushedAt)Initializes the value for thepushedAtattribute.ImmutableRepositoryBase.BuilderImmutableRepositoryBase.Builder. pushedAt(GitHubInstant pushedAt)Initializes the value for thepushedAtattribute.ImmutableDeployment.BuilderImmutableDeployment.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutablePushRepository.BuilderImmutablePushRepository.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableRepository.BuilderImmutableRepository.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableRepositoryBase.BuilderImmutableRepositoryBase.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableStatus.BuilderImmutableStatus.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableDeploymentImmutableDeployment. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutablePushRepositoryImmutablePushRepository. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableRepositoryImmutableRepository. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableRepositoryBaseImmutableRepositoryBase. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableStatusImmutableStatus. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutablePushRepositoryImmutablePushRepository. withPushedAt(GitHubInstant value)Copy the current immutable object by setting a value for thepushedAtattribute.ImmutableRepositoryImmutableRepository. withPushedAt(GitHubInstant value)Copy the current immutable object by setting a value for thepushedAtattribute.ImmutableRepositoryBaseImmutableRepositoryBase. withPushedAt(GitHubInstant value)Copy the current immutable object by setting a value for thepushedAtattribute.ImmutableDeploymentImmutableDeployment. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutablePushRepositoryImmutablePushRepository. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableRepositoryImmutableRepository. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableRepositoryBaseImmutableRepositoryBase. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.ImmutableStatusImmutableStatus. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute. -
Uses of GitHubInstant in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return GitHubInstant Modifier and Type Method Description GitHubInstantImmutableSearchIssue. createdAt()Created dateGitHubInstantImmutableSearchIssue. updatedAt()Updated dateMethods in com.spotify.github.v3.search that return types with arguments of type GitHubInstant Modifier and Type Method Description Optional<GitHubInstant>ImmutableSearchIssue. closedAt()Closed date.Methods in com.spotify.github.v3.search with parameters of type GitHubInstant Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. closedAt(GitHubInstant closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. createdAt(GitHubInstant createdAt)Initializes the value for thecreatedAtattribute.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. updatedAt(GitHubInstant updatedAt)Initializes the value for theupdatedAtattribute.ImmutableSearchIssueImmutableSearchIssue. withClosedAt(GitHubInstant value)Copy the current immutable object by setting a present value for the optionalclosedAtattribute.ImmutableSearchIssueImmutableSearchIssue. withCreatedAt(GitHubInstant value)Copy the current immutable object by setting a value for thecreatedAtattribute.ImmutableSearchIssueImmutableSearchIssue. withUpdatedAt(GitHubInstant value)Copy the current immutable object by setting a value for theupdatedAtattribute.Method parameters in com.spotify.github.v3.search with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)Initializes the optional valueclosedAtto closedAt.ImmutableSearchIssueImmutableSearchIssue. withClosedAt(Optional<? extends GitHubInstant> optional)Copy the current immutable object by setting an optional value for theclosedAtattribute.
-