Package com.dropbox.core.v2.teamlog
Class SharedFolderCreateDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
Created shared folder.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreated shared folder.SharedFolderCreateDetails(String targetNsId) Created shared folder. -
Method Summary
-
Field Details
-
targetNsId
-
-
Constructor Details
-
SharedFolderCreateDetails
Created shared folder.- Parameters:
targetNsId- Target namespace ID.
-
SharedFolderCreateDetails
public SharedFolderCreateDetails()Created shared folder.The default values for unset fields will be used.
-
-
Method Details
-
getTargetNsId
Target namespace ID.- 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
-