Package com.dropbox.core.v2.teamlog
Class SharedFolderNestDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedFolderNestDetails
Changed parent of shared folder.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChanged parent of shared folder.SharedFolderNestDetails(String previousParentNsId, String newParentNsId, String previousNsPath, String newNsPath) Changed parent of shared folder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanNew namespace path.New parent namespace ID.Previous namespace path.Previous parent namespace ID.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
previousParentNsId
-
newParentNsId
-
previousNsPath
-
newNsPath
-
-
Constructor Details
-
SharedFolderNestDetails
public SharedFolderNestDetails(@Nullable String previousParentNsId, @Nullable String newParentNsId, @Nullable String previousNsPath, @Nullable String newNsPath) Changed parent of shared folder.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
previousParentNsId- Previous parent namespace ID.newParentNsId- New parent namespace ID.previousNsPath- Previous namespace path.newNsPath- New namespace path.
-
SharedFolderNestDetails
public SharedFolderNestDetails()Changed parent of shared folder.The default values for unset fields will be used.
-
-
Method Details
-
getPreviousParentNsId
Previous parent namespace ID.- Returns:
- value for this field, or
nullif not present.
-
getNewParentNsId
New parent namespace ID.- Returns:
- value for this field, or
nullif not present.
-
getPreviousNsPath
Previous namespace path.- Returns:
- value for this field, or
nullif not present.
-
getNewNsPath
New namespace path.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
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
-