Package com.dropbox.core.v2.teampolicies
Class TeamSharingPolicies
java.lang.Object
com.dropbox.core.v2.teampolicies.TeamSharingPolicies
Policies governing sharing within and outside of the team.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DefaultLinkExpirationDaysPolicyprotected final EnforceLinkPasswordPolicyprotected final GroupCreationprotected final SharedFolderJoinPolicyprotected final SharedFolderBlanketLinkRestrictionPolicyprotected final SharedFolderMemberPolicyprotected final SharedLinkCreatePolicyprotected final SharedLinkDefaultPermissionsPolicy -
Constructor Summary
ConstructorsConstructorDescriptionTeamSharingPolicies(SharedFolderMemberPolicy sharedFolderMemberPolicy, SharedFolderJoinPolicy sharedFolderJoinPolicy, SharedLinkCreatePolicy sharedLinkCreatePolicy, GroupCreation groupCreationPolicy, SharedFolderBlanketLinkRestrictionPolicy sharedFolderLinkRestrictionPolicy, EnforceLinkPasswordPolicy enforceLinkPasswordPolicy, DefaultLinkExpirationDaysPolicy defaultLinkExpirationDaysPolicy, SharedLinkDefaultPermissionsPolicy sharedLinkDefaultPermissionsPolicy) Policies governing sharing within and outside of the team. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDefault expiration date for new links shared outside the team.If passwords are required for new links shared outside the team.Who can create groups.Which shared folders team members can join.Who can view links to content in shared folders.Who can join folders shared by team members.Who can view shared links owned by team members.Default access level for new links shared by team members.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
groupCreationPolicy
-
enforceLinkPasswordPolicy
-
defaultLinkExpirationDaysPolicy
-
Constructor Details
-
Method Details
-
getGroupCreationPolicy
Who can create groups.- Returns:
- value for this field, never
null.
-
getEnforceLinkPasswordPolicy
If passwords are required for new links shared outside the team.- Returns:
- value for this field, never
null.
-
getDefaultLinkExpirationDaysPolicy
Default expiration date for new links shared outside the team.- 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