Package com.dropbox.core.v2.users
Class FullTeam
java.lang.Object
com.dropbox.core.v2.users.Team
com.dropbox.core.v2.users.FullTeam
Detailed information about a team.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final OfficeAddInPolicyprotected final TeamSharingPoliciesprotected final TopLevelContentPolicy -
Constructor Summary
ConstructorsConstructorDescriptionFullTeam(String id, String name, TeamSharingPolicies sharingPolicies, OfficeAddInPolicy officeAddinPolicy, TopLevelContentPolicy topLevelContentPolicy) Detailed information about a team. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The team's unique ID.getName()The name of the team.Team policy governing the use of the Office Add-In.Team policies governing sharing.Team policy governing whether members can edit team folders at the top level of the team space.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
sharingPolicies
-
officeAddinPolicy
-
topLevelContentPolicy
-
-
Constructor Details
-
FullTeam
public FullTeam(@Nonnull String id, @Nonnull String name, @Nonnull TeamSharingPolicies sharingPolicies, @Nonnull OfficeAddInPolicy officeAddinPolicy, @Nonnull TopLevelContentPolicy topLevelContentPolicy) Detailed information about a team.- Parameters:
id- The team's unique ID. Must not benull.name- The name of the team. Must not benull.sharingPolicies- Team policies governing sharing. Must not benull.officeAddinPolicy- Team policy governing the use of the Office Add-In. Must not benull.topLevelContentPolicy- Team policy governing whether members can edit team folders at the top level of the team space. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getId
The team's unique ID. -
getName
The name of the team. -
getSharingPolicies
Team policies governing sharing.- Returns:
- value for this field, never
null.
-
getOfficeAddinPolicy
Team policy governing the use of the Office Add-In.- Returns:
- value for this field, never
null.
-
getTopLevelContentPolicy
Team policy governing whether members can edit team folders at the top level of the team space.- 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.
- Overrides:
toStringMultilinein classTeam- Returns:
- Formatted, multiline String representation of this object
-