Package com.dropbox.core.v2.teamlog
Class SharedLinkSettingsChangeExpirationDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkSettingsChangeExpirationDetails.Builder
- Enclosing class:
SharedLinkSettingsChangeExpirationDetails
Builder for
SharedLinkSettingsChangeExpirationDetails.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Dateprotected final AccessLevelprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSharedLinkSettingsChangeExpirationDetailsconfigured with this builder's valueswithNewValue(Date newValue) Set value for optional field.withPreviousValue(Date previousValue) Set value for optional field.withSharedContentLink(String sharedContentLink) Set value for optional field.
-
Field Details
-
newValue
-
previousValue
-
Constructor Details
-
Builder
-
-
Method Details
-
withNewValue
Set value for optional field.- Parameters:
newValue- New shared content link expiration date. Might be missing due to historical data gap.- Returns:
- this builder
-
withPreviousValue
Set value for optional field.- Parameters:
previousValue- Previous shared content link expiration date. Might be missing due to historical data gap.- Returns:
- this builder
-
build
Builds an instance ofSharedLinkSettingsChangeExpirationDetailsconfigured with this builder's values- Returns:
- new instance of
SharedLinkSettingsChangeExpirationDetails