Uses of Class
ink.icoding.github4j.model.Thread
Packages that use Thread
-
Uses of Thread in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type ThreadModifier and TypeMethodDescriptionNotificationsClient.getThread(long threadId) 获取指定通知线程的详细信息。NotificationsClient.list(ListNotificationsOptions options) 列出当前认证用户的所有通知。NotificationsClient.listForRepo(String owner, String repo, ListNotificationsOptions options) 列出指定仓库的通知。NotificationsClient.markAsRead(long threadId) 将指定通知线程标记为已读。