Package com.spotify.github
Interface UpdateTracking
-
- All Known Subinterfaces:
CheckRunEvent,CloseTracking,Comment,Comment,CommentReaction,Deployment,Issue,Milestone,PullRequest,PullRequestItem,PushRepository,Repository,RepositoryBase,SearchIssue,Status,StatusEvent,Webhook
- All Known Implementing Classes:
ImmutableCheckRunEvent,ImmutableCloseTracking,ImmutableComment,ImmutableComment,ImmutableCommentReaction,ImmutableDeployment,ImmutableIssue,ImmutableMilestone,ImmutablePullRequest,ImmutablePullRequestItem,ImmutablePushRepository,ImmutableRepository,ImmutableRepositoryBase,ImmutableSearchIssue,ImmutableStatus,ImmutableStatusEvent,ImmutableUpdateTracking,ImmutableWebhook
@Immutable public interface UpdateTrackingConvenience interface for tracking creation and update times
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GitHubInstantcreatedAt()Created dateGitHubInstantupdatedAt()Updated date
-
-
-
Method Detail
-
createdAt
@Nullable GitHubInstant createdAt()
Created date- Returns:
- The date when the issue was created
-
updatedAt
@Nullable GitHubInstant updatedAt()
Updated date- Returns:
- The date when the issue was updated
-
-