Uses of Enum
org.gitlab4j.api.Constants.LineType
Packages that use Constants.LineType
-
Uses of Constants.LineType in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.LineTypeModifier and TypeMethodDescriptionstatic Constants.LineTypestatic Constants.LineTypeReturns the enum constant of this type with the specified name.static Constants.LineType[]Constants.LineType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api 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.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.LineTypeMethods in org.gitlab4j.api.models with parameters of type Constants.LineType