Uses of Enum Class
org.miaixz.bus.gitlab.models.Constants.LineType
Packages that use Constants.LineType
-
Uses of Constants.LineType in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab with parameters of type Constants.LineTypeModifier and TypeMethodDescriptionCommitsApi.addComment(Object projectIdOrPath, String sha, String note, String path, Integer line, Constants.LineType lineType) Add a comment to a commit. -
Uses of Constants.LineType in org.miaixz.bus.gitlab.models
Methods in org.miaixz.bus.gitlab.models that return Constants.LineTypeModifier and TypeMethodDescriptionstatic Constants.LineTypeComment.getLineType()static Constants.LineTypeReturns the enum constant of this class with the specified name.static Constants.LineType[]Constants.LineType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.miaixz.bus.gitlab.models with parameters of type Constants.LineType