Package com.dropbox.core.v2.teamlog
Class TeamName
java.lang.Object
com.dropbox.core.v2.teamlog.TeamName
Team name details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
teamDisplayName
-
teamLegalName
-
-
Constructor Details
-
TeamName
Team name details- Parameters:
teamDisplayName- Team's display name. Must not benull.teamLegalName- Team's legal name. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTeamDisplayName
Team's display name.- Returns:
- value for this field, never
null.
-
getTeamLegalName
Team's legal name.- 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
-