public static class SharedContentChangeLinkExpiryDetails.Builder
extends java.lang.Object
SharedContentChangeLinkExpiryDetails.| Modifier and Type | Field and Description |
|---|---|
protected java.util.Date |
newValue |
protected java.util.Date |
previousValue |
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SharedContentChangeLinkExpiryDetails |
build()
Builds an instance of
SharedContentChangeLinkExpiryDetails
configured with this builder's values |
SharedContentChangeLinkExpiryDetails.Builder |
withNewValue(java.util.Date newValue)
Set value for optional field.
|
SharedContentChangeLinkExpiryDetails.Builder |
withPreviousValue(java.util.Date previousValue)
Set value for optional field.
|
protected java.util.Date newValue
protected java.util.Date previousValue
public SharedContentChangeLinkExpiryDetails.Builder withNewValue(java.util.Date newValue)
newValue - New shared content link expiration date. Might be
missing due to historical data gap.public SharedContentChangeLinkExpiryDetails.Builder withPreviousValue(java.util.Date previousValue)
previousValue - Previous shared content link expiration date.
Might be missing due to historical data gap.public SharedContentChangeLinkExpiryDetails build()
SharedContentChangeLinkExpiryDetails
configured with this builder's valuesSharedContentChangeLinkExpiryDetails