Class FileApi.DiffRequest
java.lang.Object
com.google.gerrit.extensions.api.changes.FileApi.DiffRequest
- Enclosing interface:
- FileApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DiffInfo
get()
getBase()
withIntraline
(boolean intraline) withParent
(int parent) withWhitespace
(DiffPreferencesInfo.Whitespace whitespace)
-
Constructor Details
-
DiffRequest
public DiffRequest()
-
-
Method Details
-
get
- Throws:
RestApiException
-
withBase
-
withIntraline
-
withWhitespace
-
withParent
-
getBase
-
getIntraline
-
getWhitespace
-
getParent
-