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