Package com.dropbox.core.v2.teamlog
Class ReplayTeamProjectCreatedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ReplayTeamProjectCreatedDetails
Created a team project in Replay.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreated a team project in Replay. -
Method Summary
-
Field Details
-
name
-
-
Constructor Details
-
ReplayTeamProjectCreatedDetails
Created a team project in Replay.- Parameters:
name- Name of the newly created team project. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getName
Name of the newly created team project.- 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
-