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