Uses of Class
org.gitlab4j.api.Constants.LineType
| Package | Description |
|---|---|
| org.gitlab4j.api | |
| org.gitlab4j.api.models |
-
Uses of Constants.LineType in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.LineType Modifier and Type Method Description static Constants.LineTypeConstants.LineType. forValue(String value)static Constants.LineTypeConstants.LineType. valueOf(String name)Returns 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.LineType Modifier and Type Method Description CommentCommitsApi. 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.LineType Modifier and Type Method Description Constants.LineTypeComment. getLineType()Methods in org.gitlab4j.api.models with parameters of type Constants.LineType Modifier and Type Method Description voidComment. setLineType(Constants.LineType lineType)