Package com.dropbox.core.v2.teamlog
Class SharedLinkChangeExpiryDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SharedLinkChangeExpiryDetails
Changed shared link expiration date.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChanged shared link expiration date.SharedLinkChangeExpiryDetails(Date newValue, Date previousValue, Boolean isConsolidationAction) Changed shared link expiration date. -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates whether this was a consolidation action by system.New shared link expiration date.Previous shared link expiration date.inthashCode()Returns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
newValue
-
previousValue
-
isConsolidationAction
-
-
Constructor Details
-
SharedLinkChangeExpiryDetails
public SharedLinkChangeExpiryDetails(@Nullable Date newValue, @Nullable Date previousValue, @Nullable Boolean isConsolidationAction) Changed shared link expiration date.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
newValue- New shared link expiration date. Might be missing due to historical data gap.previousValue- Previous shared link expiration date. Might be missing due to historical data gap.isConsolidationAction- Indicates whether this was a consolidation action by system.
-
SharedLinkChangeExpiryDetails
public SharedLinkChangeExpiryDetails()Changed shared link expiration date.The default values for unset fields will be used.
-
-
Method Details
-
getNewValue
New shared link expiration date. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
getPreviousValue
Previous shared link expiration date. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
getIsConsolidationAction
Indicates whether this was a consolidation action by system.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-