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 GitHubInstant
GitHubInstant. create(Number inst)
Creates an instance of this class from a number.static GitHubInstant
GitHubInstant. create(Instant inst)
Creates an instance of this class from an instant.GitHubInstant
ImmutableCloseTracking. createdAt()
Created dateGitHubInstant
ImmutableUpdateTracking. createdAt()
Created dateGitHubInstant
UpdateTracking. createdAt()
Created dateGitHubInstant
ImmutableCloseTracking. updatedAt()
Updated dateGitHubInstant
ImmutableUpdateTracking. updatedAt()
Updated dateGitHubInstant
UpdateTracking. 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.Builder
ImmutableCloseTracking.Builder. closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableCloseTracking.Builder
ImmutableCloseTracking.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableUpdateTracking.Builder
ImmutableUpdateTracking.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableCloseTracking.Builder
ImmutableCloseTracking.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableUpdateTracking.Builder
ImmutableUpdateTracking.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableCloseTracking
ImmutableCloseTracking. withClosedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalclosedAt
attribute.ImmutableCloseTracking
ImmutableCloseTracking. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableUpdateTracking
ImmutableUpdateTracking. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableCloseTracking
ImmutableCloseTracking. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableUpdateTracking
ImmutableUpdateTracking. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.Method parameters in com.spotify.github with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableCloseTracking.Builder
ImmutableCloseTracking.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableCloseTracking
ImmutableCloseTracking. withClosedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for theclosedAt
attribute. -
Uses of GitHubInstant in com.spotify.github.v3
Methods in com.spotify.github.v3 that return GitHubInstant Modifier and Type Method Description GitHubInstant
ImmutableMilestone. createdAt()
Created dateGitHubInstant
ImmutableMilestone. 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.Builder
ImmutableMilestone.Builder. closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableMilestone.Builder
ImmutableMilestone.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableMilestone.Builder
ImmutableMilestone.Builder. dueOn(GitHubInstant dueOn)
Initializes the optional valuedueOn
to dueOn.ImmutableMilestone.Builder
ImmutableMilestone.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableMilestone
ImmutableMilestone. withClosedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalclosedAt
attribute.ImmutableMilestone
ImmutableMilestone. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableMilestone
ImmutableMilestone. withDueOn(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionaldueOn
attribute.ImmutableMilestone
ImmutableMilestone. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.Method parameters in com.spotify.github.v3 with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableMilestone.Builder
ImmutableMilestone.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableMilestone.Builder
ImmutableMilestone.Builder. dueOn(Optional<? extends GitHubInstant> dueOn)
Initializes the optional valuedueOn
to dueOn.ImmutableMilestone
ImmutableMilestone. withClosedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for theclosedAt
attribute.ImmutableMilestone
ImmutableMilestone. withDueOn(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for thedueOn
attribute. -
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 GitHubInstant
ImmutableCheckRunEvent. createdAt()
Created dateGitHubInstant
ImmutableStatusEvent. createdAt()
Created dateGitHubInstant
ImmutableCheckRunEvent. updatedAt()
Updated dateGitHubInstant
ImmutableStatusEvent. updatedAt()
Updated dateMethods in com.spotify.github.v3.activity.events with parameters of type GitHubInstant Modifier and Type Method Description ImmutableCheckRunEvent.Builder
ImmutableCheckRunEvent.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableStatusEvent.Builder
ImmutableStatusEvent.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableCheckRunEvent.Builder
ImmutableCheckRunEvent.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableStatusEvent.Builder
ImmutableStatusEvent.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableCheckRunEvent
ImmutableCheckRunEvent. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableStatusEvent
ImmutableStatusEvent. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableCheckRunEvent
ImmutableCheckRunEvent. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableStatusEvent
ImmutableStatusEvent. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute. -
Uses of GitHubInstant in com.spotify.github.v3.comment
Methods in com.spotify.github.v3.comment that return GitHubInstant Modifier and Type Method Description GitHubInstant
ImmutableComment. createdAt()
Created dateGitHubInstant
ImmutableCommentReaction. createdAt()
Created dateGitHubInstant
ImmutableComment. updatedAt()
Updated dateGitHubInstant
ImmutableCommentReaction. updatedAt()
Updated dateMethods in com.spotify.github.v3.comment with parameters of type GitHubInstant Modifier and Type Method Description ImmutableComment.Builder
ImmutableComment.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableCommentReaction.Builder
ImmutableCommentReaction.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableComment.Builder
ImmutableComment.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableCommentReaction.Builder
ImmutableCommentReaction.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableComment
ImmutableComment. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableCommentReaction
ImmutableCommentReaction. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableComment
ImmutableComment. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableCommentReaction
ImmutableCommentReaction. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute. -
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.Builder
ImmutableAuthor.Builder. date(GitHubInstant date)
Initializes the optional valuedate
to date.ImmutableAuthor
ImmutableAuthor. withDate(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionaldate
attribute.Method parameters in com.spotify.github.v3.git with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableAuthor.Builder
ImmutableAuthor.Builder. date(Optional<? extends GitHubInstant> date)
Initializes the optional valuedate
to date.ImmutableAuthor
ImmutableAuthor. withDate(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for thedate
attribute. -
Uses of GitHubInstant in com.spotify.github.v3.hooks
Methods in com.spotify.github.v3.hooks that return GitHubInstant Modifier and Type Method Description GitHubInstant
ImmutableWebhook. createdAt()
Created dateGitHubInstant
ImmutableWebhook. updatedAt()
Updated dateMethods in com.spotify.github.v3.hooks with parameters of type GitHubInstant Modifier and Type Method Description ImmutableWebhook.Builder
ImmutableWebhook.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableWebhook.Builder
ImmutableWebhook.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableWebhook
ImmutableWebhook. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableWebhook
ImmutableWebhook. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute. -
Uses of GitHubInstant in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return GitHubInstant Modifier and Type Method Description GitHubInstant
Event. createdAt()
The timestamp indicating when the event occurred.GitHubInstant
ImmutableEvent. createdAt()
The timestamp indicating when the event occurred.GitHubInstant
ImmutableIssue. createdAt()
Created dateGitHubInstant
ImmutableIssue. 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.Builder
ImmutableIssue.Builder. closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableEvent.Builder
ImmutableEvent.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableIssue.Builder
ImmutableIssue.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableIssue.Builder
ImmutableIssue.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableIssue
ImmutableIssue. withClosedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalclosedAt
attribute.ImmutableEvent
ImmutableEvent. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableIssue
ImmutableIssue. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableIssue
ImmutableIssue. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.Method parameters in com.spotify.github.v3.issues with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableIssue.Builder
ImmutableIssue.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableIssue
ImmutableIssue. withClosedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for theclosedAt
attribute. -
Uses of GitHubInstant in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return GitHubInstant Modifier and Type Method Description GitHubInstant
ImmutableComment. createdAt()
Created dateGitHubInstant
ImmutablePullRequest. createdAt()
Created dateGitHubInstant
ImmutablePullRequestItem. createdAt()
Created dateGitHubInstant
ImmutableComment. updatedAt()
Updated dateGitHubInstant
ImmutablePullRequest. updatedAt()
Updated dateGitHubInstant
ImmutablePullRequestItem. 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.Builder
ImmutablePullRequest.Builder. closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableComment.Builder
ImmutableComment.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. mergedAt(GitHubInstant mergedAt)
Initializes the optional valuemergedAt
to mergedAt.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. mergedAt(GitHubInstant mergedAt)
Initializes the optional valuemergedAt
to mergedAt.ImmutableReview.Builder
ImmutableReview.Builder. submittedAt(GitHubInstant submittedAt)
Initializes the optional valuesubmittedAt
to submittedAt.ImmutableComment.Builder
ImmutableComment.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutablePullRequest
ImmutablePullRequest. withClosedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalclosedAt
attribute.ImmutablePullRequestItem
ImmutablePullRequestItem. withClosedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalclosedAt
attribute.ImmutableComment
ImmutableComment. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutablePullRequest
ImmutablePullRequest. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutablePullRequestItem
ImmutablePullRequestItem. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutablePullRequest
ImmutablePullRequest. withMergedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalmergedAt
attribute.ImmutablePullRequestItem
ImmutablePullRequestItem. withMergedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalmergedAt
attribute.ImmutableReview
ImmutableReview. withSubmittedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalsubmittedAt
attribute.ImmutableComment
ImmutableComment. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutablePullRequest
ImmutablePullRequest. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutablePullRequestItem
ImmutablePullRequestItem. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.Method parameters in com.spotify.github.v3.prs with type arguments of type GitHubInstant Modifier and Type Method Description ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. mergedAt(Optional<? extends GitHubInstant> mergedAt)
Initializes the optional valuemergedAt
to mergedAt.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. mergedAt(Optional<? extends GitHubInstant> mergedAt)
Initializes the optional valuemergedAt
to mergedAt.ImmutableReview.Builder
ImmutableReview.Builder. submittedAt(Optional<? extends GitHubInstant> submittedAt)
Initializes the optional valuesubmittedAt
to submittedAt.ImmutablePullRequest
ImmutablePullRequest. withClosedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for theclosedAt
attribute.ImmutablePullRequestItem
ImmutablePullRequestItem. withClosedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for theclosedAt
attribute.ImmutablePullRequest
ImmutablePullRequest. withMergedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for themergedAt
attribute.ImmutablePullRequestItem
ImmutablePullRequestItem. withMergedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for themergedAt
attribute.ImmutableReview
ImmutableReview. withSubmittedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for thesubmittedAt
attribute. -
Uses of GitHubInstant in com.spotify.github.v3.repos
Methods in com.spotify.github.v3.repos that return GitHubInstant Modifier and Type Method Description GitHubInstant
ImmutableDeployment. createdAt()
Created dateGitHubInstant
ImmutablePushRepository. createdAt()
Created dateGitHubInstant
ImmutableRepository. createdAt()
Created dateGitHubInstant
ImmutableRepositoryBase. createdAt()
Created dateGitHubInstant
ImmutableStatus. createdAt()
Created dateGitHubInstant
ImmutablePushRepository. pushedAt()
Pushed dateGitHubInstant
ImmutableRepository. pushedAt()
Pushed dateGitHubInstant
ImmutableRepositoryBase. pushedAt()
Pushed dateGitHubInstant
RepositoryBase. pushedAt()
Pushed dateGitHubInstant
ImmutableDeployment. updatedAt()
Updated dateGitHubInstant
ImmutablePushRepository. updatedAt()
Updated dateGitHubInstant
ImmutableRepository. updatedAt()
Updated dateGitHubInstant
ImmutableRepositoryBase. updatedAt()
Updated dateGitHubInstant
ImmutableStatus. updatedAt()
Updated dateMethods in com.spotify.github.v3.repos with parameters of type GitHubInstant Modifier and Type Method Description ImmutableDeployment.Builder
ImmutableDeployment.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutablePushRepository.Builder
ImmutablePushRepository.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableRepository.Builder
ImmutableRepository.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableRepositoryBase.Builder
ImmutableRepositoryBase.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableStatus.Builder
ImmutableStatus.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutablePushRepository.Builder
ImmutablePushRepository.Builder. pushedAt(GitHubInstant pushedAt)
Initializes the value for thepushedAt
attribute.ImmutableRepository.Builder
ImmutableRepository.Builder. pushedAt(GitHubInstant pushedAt)
Initializes the value for thepushedAt
attribute.ImmutableRepositoryBase.Builder
ImmutableRepositoryBase.Builder. pushedAt(GitHubInstant pushedAt)
Initializes the value for thepushedAt
attribute.ImmutableDeployment.Builder
ImmutableDeployment.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutablePushRepository.Builder
ImmutablePushRepository.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableRepository.Builder
ImmutableRepository.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableRepositoryBase.Builder
ImmutableRepositoryBase.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableStatus.Builder
ImmutableStatus.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableDeployment
ImmutableDeployment. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutablePushRepository
ImmutablePushRepository. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableRepository
ImmutableRepository. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableRepositoryBase
ImmutableRepositoryBase. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableStatus
ImmutableStatus. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutablePushRepository
ImmutablePushRepository. withPushedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thepushedAt
attribute.ImmutableRepository
ImmutableRepository. withPushedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thepushedAt
attribute.ImmutableRepositoryBase
ImmutableRepositoryBase. withPushedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thepushedAt
attribute.ImmutableDeployment
ImmutableDeployment. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutablePushRepository
ImmutablePushRepository. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableRepository
ImmutableRepository. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableRepositoryBase
ImmutableRepositoryBase. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.ImmutableStatus
ImmutableStatus. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute. -
Uses of GitHubInstant in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return GitHubInstant Modifier and Type Method Description GitHubInstant
ImmutableSearchIssue. createdAt()
Created dateGitHubInstant
ImmutableSearchIssue. 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.Builder
ImmutableSearchIssue.Builder. closedAt(GitHubInstant closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableSearchIssue.Builder
ImmutableSearchIssue.Builder. createdAt(GitHubInstant createdAt)
Initializes the value for thecreatedAt
attribute.ImmutableSearchIssue.Builder
ImmutableSearchIssue.Builder. updatedAt(GitHubInstant updatedAt)
Initializes the value for theupdatedAt
attribute.ImmutableSearchIssue
ImmutableSearchIssue. withClosedAt(GitHubInstant value)
Copy the current immutable object by setting a present value for the optionalclosedAt
attribute.ImmutableSearchIssue
ImmutableSearchIssue. withCreatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for thecreatedAt
attribute.ImmutableSearchIssue
ImmutableSearchIssue. withUpdatedAt(GitHubInstant value)
Copy the current immutable object by setting a value for theupdatedAt
attribute.Method parameters in com.spotify.github.v3.search with type arguments of type GitHubInstant Modifier and Type Method Description ImmutableSearchIssue.Builder
ImmutableSearchIssue.Builder. closedAt(Optional<? extends GitHubInstant> closedAt)
Initializes the optional valueclosedAt
to closedAt.ImmutableSearchIssue
ImmutableSearchIssue. withClosedAt(Optional<? extends GitHubInstant> optional)
Copy the current immutable object by setting an optional value for theclosedAt
attribute.
-