Package com.dropbox.core.v2.teamlog
Class MemberRequestsChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
Changed whether users can find team when not invited.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MemberRequestsPolicyprotected final MemberRequestsPolicy -
Constructor Summary
ConstructorsConstructorDescriptionChanged whether users can find team when not invited.MemberRequestsChangePolicyDetails(MemberRequestsPolicy newValue, MemberRequestsPolicy previousValue) Changed whether users can find team when not invited. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
MemberRequestsChangePolicyDetails
public MemberRequestsChangePolicyDetails(@Nonnull MemberRequestsPolicy newValue, @Nullable MemberRequestsPolicy previousValue) Changed whether users can find team when not invited.- Parameters:
newValue- New member change requests policy. Must not benull.previousValue- Previous member change requests policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
MemberRequestsChangePolicyDetails
Changed whether users can find team when not invited.The default values for unset fields will be used.
- Parameters:
newValue- New member change requests policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New member change requests policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous member change 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
-