Package com.dropbox.core.v2.teamlog
Class DeviceDeleteOnUnlinkSuccessDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
Deleted all files from unlinked device.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeleted all files from unlinked device.DeviceDeleteOnUnlinkSuccessDetails(SessionLogInfo sessionInfo, String displayName) Deleted all files from unlinked device. -
Method Summary
-
Field Details
-
sessionInfo
-
displayName
-
-
Constructor Details
-
DeviceDeleteOnUnlinkSuccessDetails
public DeviceDeleteOnUnlinkSuccessDetails(@Nullable SessionLogInfo sessionInfo, @Nullable String displayName) Deleted all files from unlinked device.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
sessionInfo- Session unique id.displayName- The device name. Might be missing due to historical data gap.
-
DeviceDeleteOnUnlinkSuccessDetails
public DeviceDeleteOnUnlinkSuccessDetails()Deleted all files from unlinked device.The default values for unset fields will be used.
-
-
Method Details
-
getSessionInfo
Session unique id.- Returns:
- value for this field, or
nullif not present.
-
getDisplayName
The device name. Might be missing due to historical data gap.- 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
-