Package com.dropbox.core.v2.teamlog
Class SharedContentChangeLinkExpiryDetails.Builder
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
- 
- Enclosing class:
- SharedContentChangeLinkExpiryDetails
 
 public static class SharedContentChangeLinkExpiryDetails.Builder extends java.lang.ObjectBuilder forSharedContentChangeLinkExpiryDetails.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.DatenewValueprotected java.util.DatepreviousValue
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedContentChangeLinkExpiryDetailsbuild()Builds an instance ofSharedContentChangeLinkExpiryDetailsconfigured with this builder's valuesSharedContentChangeLinkExpiryDetails.BuilderwithNewValue(java.util.Date newValue)Set value for optional field.SharedContentChangeLinkExpiryDetails.BuilderwithPreviousValue(java.util.Date previousValue)Set value for optional field.
 
- 
- 
- 
Method Detail- 
withNewValuepublic SharedContentChangeLinkExpiryDetails.Builder withNewValue(java.util.Date newValue) Set value for optional field.- Parameters:
- newValue- New shared content link expiration date. Might be missing due to historical data gap.
- Returns:
- this builder
 
 - 
withPreviousValuepublic SharedContentChangeLinkExpiryDetails.Builder withPreviousValue(java.util.Date previousValue) Set value for optional field.- Parameters:
- previousValue- Previous shared content link expiration date. Might be missing due to historical data gap.
- Returns:
- this builder
 
 - 
buildpublic SharedContentChangeLinkExpiryDetails build() Builds an instance ofSharedContentChangeLinkExpiryDetailsconfigured with this builder's values- Returns:
- new instance of SharedContentChangeLinkExpiryDetails
 
 
- 
 
-