Uses of Enum Class
org.aoju.bus.gitlab.Constants.LineType
Packages that use Constants.LineType
-
Uses of Constants.LineType in org.aoju.bus.gitlab
Methods in org.aoju.bus.gitlab that return Constants.LineTypeModifier and TypeMethodDescriptionstatic Constants.LineTypestatic 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.aoju.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.aoju.bus.gitlab.models
Methods in org.aoju.bus.gitlab.models that return Constants.LineTypeMethods in org.aoju.bus.gitlab.models with parameters of type Constants.LineType