Uses of Class
ink.icoding.github4j.model.ProjectCard
Packages that use ProjectCard
-
Uses of ProjectCard in ink.icoding.github4j.client
Methods in ink.icoding.github4j.client that return types with arguments of type ProjectCardModifier and TypeMethodDescriptionProjectsClient.createCard(long columnId, Map<String, Object> body) 在指定项目列中创建新卡片。ProjectsClient.getCard(long cardId) 获取指定项目卡片的详细信息。ProjectsClient.listCards(long columnId, ListProjectCardsOptions options) 列出指定项目列的卡片。ProjectsClient.updateCard(long cardId, Map<String, Object> body) 更新指定项目卡片的信息。