Package com.dropbox.core.v2.teamlog
Class SharedContentChangeLinkExpiryDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
- Enclosing class:
SharedContentChangeLinkExpiryDetails
Builder for
SharedContentChangeLinkExpiryDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSharedContentChangeLinkExpiryDetailsconfigured with this builder's valueswithNewValue(Date newValue) Set value for optional field.withPreviousValue(Date previousValue) Set value for optional field.
-
Field Details
-
newValue
-
previousValue
-
-
Constructor Details
-
Builder
protected 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 ofSharedContentChangeLinkExpiryDetailsconfigured with this builder's values- Returns:
- new instance of
SharedContentChangeLinkExpiryDetails
-