Package com.dropbox.core.v2.teamlog
Class MemberSuggestionsChangePolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
Enabled/disabled option for team members to suggest people to add to team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final MemberSuggestionsPolicyprotected final MemberSuggestionsPolicy -
Constructor Summary
ConstructorsConstructorDescriptionEnabled/disabled option for team members to suggest people to add to team.MemberSuggestionsChangePolicyDetails(MemberSuggestionsPolicy newValue, MemberSuggestionsPolicy previousValue) Enabled/disabled option for team members to suggest people to add to team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
MemberSuggestionsChangePolicyDetails
public MemberSuggestionsChangePolicyDetails(@Nonnull MemberSuggestionsPolicy newValue, @Nullable MemberSuggestionsPolicy previousValue) Enabled/disabled option for team members to suggest people to add to team.- Parameters:
newValue- New team member suggestions policy. Must not benull.previousValue- Previous team member suggestions policy. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
MemberSuggestionsChangePolicyDetails
Enabled/disabled option for team members to suggest people to add to team.The default values for unset fields will be used.
- Parameters:
newValue- New team member suggestions policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
New team member suggestions policy.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous team member suggestions 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
-