Package com.dropbox.core.v2.teamlog
Class SharedFolderNestDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SharedFolderNestDetails.Builder
- Enclosing class:
SharedFolderNestDetails
Builder for
SharedFolderNestDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSharedFolderNestDetailsconfigured with this builder's valueswithNewNsPath(String newNsPath) Set value for optional field.withNewParentNsId(String newParentNsId) Set value for optional field.withPreviousNsPath(String previousNsPath) Set value for optional field.withPreviousParentNsId(String previousParentNsId) Set value for optional field.
-
Field Details
-
previousParentNsId
-
newParentNsId
-
previousNsPath
-
newNsPath
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withPreviousParentNsId
Set value for optional field.- Parameters:
previousParentNsId- Previous parent namespace ID.- Returns:
- this builder
-
withNewParentNsId
Set value for optional field.- Parameters:
newParentNsId- New parent namespace ID.- Returns:
- this builder
-
withPreviousNsPath
Set value for optional field.- Parameters:
previousNsPath- Previous namespace path.- Returns:
- this builder
-
withNewNsPath
Set value for optional field.- Parameters:
newNsPath- New namespace path.- Returns:
- this builder
-
build
Builds an instance ofSharedFolderNestDetailsconfigured with this builder's values- Returns:
- new instance of
SharedFolderNestDetails
-