Package com.dropbox.core.v2.teamlog
Class SfTeamJoinFromOobLinkDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
- Enclosing class:
SfTeamJoinFromOobLinkDetails
Builder for
SfTeamJoinFromOobLinkDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSfTeamJoinFromOobLinkDetailsconfigured with this builder's valueswithSharingPermission(String sharingPermission) Set value for optional field.withTokenKey(String tokenKey) Set value for optional field.
-
Field Details
-
targetAssetIndex
protected final long targetAssetIndex -
originalFolderName
-
tokenKey
-
sharingPermission
-
-
Constructor Details
-
Builder
-
-
Method Details
-
withTokenKey
Set value for optional field.- Parameters:
tokenKey- Shared link token key.- Returns:
- this builder
-
withSharingPermission
Set value for optional field.- Parameters:
sharingPermission- Sharing permission.- Returns:
- this builder
-
build
Builds an instance ofSfTeamJoinFromOobLinkDetailsconfigured with this builder's values- Returns:
- new instance of
SfTeamJoinFromOobLinkDetails
-