Package com.dropbox.core.v2.teamlog
Class PaperContentRemoveFromFolderDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
Removed Paper doc/folder from folder.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPaperContentRemoveFromFolderDetails(String eventUuid) Removed Paper doc/folder from folder.PaperContentRemoveFromFolderDetails(String eventUuid, Long targetAssetIndex, Long parentAssetIndex) Removed Paper doc/folder from folder. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEvent unique identifier.Parent asset position in the Assets list.Target asset position in the Assets list.inthashCode()newBuilder(String eventUuid) 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
-
eventUuid
-
targetAssetIndex
-
parentAssetIndex
-
-
Constructor Details
-
PaperContentRemoveFromFolderDetails
public PaperContentRemoveFromFolderDetails(@Nonnull String eventUuid, @Nullable Long targetAssetIndex, @Nullable Long parentAssetIndex) Removed Paper doc/folder from folder.Use
newBuilder(java.lang.String)to create instances of this class without specifying values for all optional fields.- Parameters:
eventUuid- Event unique identifier. Must not benull.targetAssetIndex- Target asset position in the Assets list.parentAssetIndex- Parent asset position in the Assets list.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
PaperContentRemoveFromFolderDetails
Removed Paper doc/folder from folder.The default values for unset fields will be used.
- Parameters:
eventUuid- Event unique identifier. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getEventUuid
Event unique identifier.- Returns:
- value for this field, never
null.
-
getTargetAssetIndex
Target asset position in the Assets list.- Returns:
- value for this field, or
nullif not present.
-
getParentAssetIndex
Parent asset position in the Assets list.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Parameters:
eventUuid- Event unique identifier. Must not benull.- Returns:
- builder for this class.
- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
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
-