Package com.google.gerrit.server.account
Class Preferences.Diff
- java.lang.Object
-
- com.google.gerrit.server.account.Preferences.Diff
-
- Enclosing class:
- Preferences
public abstract static class Preferences.Diff extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Preferences.Diff.Builder
-
Constructor Summary
Constructors Constructor Description Diff()
-
Method Summary
-
-
-
Method Detail
-
ignoreWhitespace
public abstract Optional<DiffPreferencesInfo.Whitespace> ignoreWhitespace()
-
fromInfo
public static Preferences.Diff fromInfo(DiffPreferencesInfo info)
-
toInfo
public DiffPreferencesInfo toInfo()
-
-