Package com.dropbox.core.v2.teamlog
Class TeamSharingWhitelistSubjectsChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.TeamSharingWhitelistSubjectsChangedDetails
Edited the approved list for sharing externally.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionTeamSharingWhitelistSubjectsChangedDetails(List<String> addedWhitelistSubjects, List<String> removedWhitelistSubjects) Edited the approved list for sharing externally. -
Method Summary
-
Field Details
-
addedWhitelistSubjects
-
removedWhitelistSubjects
-
-
Constructor Details
-
TeamSharingWhitelistSubjectsChangedDetails
public TeamSharingWhitelistSubjectsChangedDetails(@Nonnull List<String> addedWhitelistSubjects, @Nonnull List<String> removedWhitelistSubjects) Edited the approved list for sharing externally.- Parameters:
addedWhitelistSubjects- Domains or emails added to the approved list for sharing externally. Must not contain anullitem and not benull.removedWhitelistSubjects- Domains or emails removed from the approved list for sharing externally. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getAddedWhitelistSubjects
Domains or emails added to the approved list for sharing externally.- Returns:
- value for this field, never
null.
-
getRemovedWhitelistSubjects
Domains or emails removed from the approved list for sharing externally.- Returns:
- value for this field, never
null.
-
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
-