Package com.dropbox.core.v2.teamlog
Class SharingChangeLinkAllowChangeExpirationPolicyDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharingChangeLinkAllowChangeExpirationPolicyDetails
Changed the allow remove or change expiration policy for the links shared
outside of the team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EnforceLinkPasswordPolicyprotected final EnforceLinkPasswordPolicy -
Constructor Summary
ConstructorsConstructorDescriptionChanged the allow remove or change expiration policy for the links shared outside of the team.SharingChangeLinkAllowChangeExpirationPolicyDetails(EnforceLinkPasswordPolicy newValue, EnforceLinkPasswordPolicy previousValue) Changed the allow remove or change expiration policy for the links shared outside of the team. -
Method Summary
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
SharingChangeLinkAllowChangeExpirationPolicyDetails
public SharingChangeLinkAllowChangeExpirationPolicyDetails(@Nonnull EnforceLinkPasswordPolicy newValue, @Nullable EnforceLinkPasswordPolicy previousValue) Changed the allow remove or change expiration policy for the links shared outside of the team.- Parameters:
newValue- To. Must not benull.previousValue- From.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
SharingChangeLinkAllowChangeExpirationPolicyDetails
public SharingChangeLinkAllowChangeExpirationPolicyDetails(@Nonnull EnforceLinkPasswordPolicy newValue) Changed the allow remove or change expiration policy for the links shared outside of the team.The default values for unset fields will be used.
- Parameters:
newValue- To. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getNewValue
To.- Returns:
- value for this field, never
null.
-
getPreviousValue
From.- 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
-