Package com.dropbox.core.v2.teamlog
Class FileRequestsChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
Enabled/disabled file requests.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FileRequestsPolicyprotected final FileRequestsPolicy -
Constructor Summary
ConstructorsConstructorDescriptionEnabled/disabled file requests.FileRequestsChangePolicyDetails(FileRequestsPolicy newValue, FileRequestsPolicy previousValue) Enabled/disabled file requests. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
FileRequestsChangePolicyDetails
public FileRequestsChangePolicyDetails(@Nonnull FileRequestsPolicy newValue, @Nullable FileRequestsPolicy previousValue) Enabled/disabled file requests.- Parameters:
newValue- New file requests policy. Must not benull.previousValue- Previous file requests policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
FileRequestsChangePolicyDetails
Enabled/disabled file requests.The default values for unset fields will be used.
- Parameters:
newValue- New file requests policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New file requests policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous file requests policy. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-