Package com.dropbox.core.v2.teamlog
Class SharedLinkShareDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkShareDetails.Builder
- Enclosing class:
SharedLinkShareDetails
Builder for
SharedLinkShareDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSharedLinkShareDetailsconfigured with this builder's valueswithExternalUsers(List<ExternalUserLogInfo> externalUsers) Set value for optional field.withSharedLinkOwner(UserLogInfo sharedLinkOwner) Set value for optional field.
-
Field Details
-
externalUsers
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withExternalUsers
Set value for optional field.- Parameters:
externalUsers- Users without a Dropbox account that were added as shared link audience. Must not contain anullitem.- Returns:
- this builder
- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
build
Builds an instance ofSharedLinkShareDetailsconfigured with this builder's values- Returns:
- new instance of
SharedLinkShareDetails