public static class GetDiffPreferences.DiffPreferencesInfo extends Object
Modifier and Type | Field and Description |
---|---|
short |
context |
Boolean |
expandAllComments |
Boolean |
hideLineNumbers |
Boolean |
hideTopMenu |
com.google.gerrit.reviewdb.client.AccountDiffPreference.Whitespace |
ignoreWhitespace |
Boolean |
intralineDifference |
int |
lineLength |
Boolean |
manualReview |
Boolean |
renderEntireFile |
Boolean |
retainHeader |
Boolean |
showLineEndings |
Boolean |
showTabs |
Boolean |
showWhitespaceErrors |
Boolean |
skipDeleted |
Boolean |
skipUncommented |
Boolean |
syntaxHighlighting |
int |
tabSize |
com.google.gerrit.reviewdb.client.AccountDiffPreference.Theme |
theme |
Constructor and Description |
---|
GetDiffPreferences.DiffPreferencesInfo() |
public short context
public Boolean expandAllComments
public com.google.gerrit.reviewdb.client.AccountDiffPreference.Whitespace ignoreWhitespace
public Boolean intralineDifference
public int lineLength
public Boolean manualReview
public Boolean retainHeader
public Boolean showLineEndings
public Boolean showTabs
public Boolean showWhitespaceErrors
public Boolean skipDeleted
public Boolean skipUncommented
public Boolean syntaxHighlighting
public Boolean hideTopMenu
public Boolean hideLineNumbers
public Boolean renderEntireFile
public int tabSize
public com.google.gerrit.reviewdb.client.AccountDiffPreference.Theme theme