Uses of Class
org.aoju.bus.gitlab.models.Badge
Packages that use Badge
-
Uses of Badge in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return BadgeModifier and TypeMethodDescriptionAdd a badge to a group.Add a badge to a project.Edit a badge of a group.Edit a badge of a project.Gets a badge of a group.Gets a badge of a project.GroupApi.previewBadge(Object groupIdOrPath, String linkUrl, String imageUrl) Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.ProjectApi.previewBadge(Object projectIdOrPath, String linkUrl, String imageUrl) Returns how the link_url and image_url final URLs would be after resolving the placeholder interpolation.Methods in org.aoju.bus.gitlab that return types with arguments of type BadgeModifier and TypeMethodDescriptionGets a list of a group’s badges and its group badges.Gets a list of a project’s badges and its group badges.GroupApi.getOptionalBadge(Object groupIdOrPath, Long badgeId) Get an Optional instance with the value for the specified badge.ProjectApi.getOptionalBadge(Object projectIdOrPath, Long badgeId) Get an Optional instance with the value for the specified badge.