public class PaperDefaultFolderPolicyChangedDetails
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected PaperDefaultFolderPolicy |
newValue |
protected PaperDefaultFolderPolicy |
previousValue |
Constructor and Description |
---|
PaperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicy newValue,
PaperDefaultFolderPolicy previousValue)
Changed Paper Default Folder Policy setting for team.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
PaperDefaultFolderPolicy |
getNewValue()
New Paper Default Folder Policy.
|
PaperDefaultFolderPolicy |
getPreviousValue()
Previous Paper Default Folder Policy.
|
int |
hashCode() |
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final PaperDefaultFolderPolicy newValue
protected final PaperDefaultFolderPolicy previousValue
public PaperDefaultFolderPolicyChangedDetails(PaperDefaultFolderPolicy newValue, PaperDefaultFolderPolicy previousValue)
newValue
- New Paper Default Folder Policy. Must not be null
.previousValue
- Previous Paper Default Folder Policy. Must not be
null
.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public PaperDefaultFolderPolicy getNewValue()
null
.public PaperDefaultFolderPolicy getPreviousValue()
null
.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.