Package com.dropbox.core.v2.teamlog
Class PaperContentAddToFolderDetails
java.lang.Object
com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
Added Paper doc/folder to folder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final longprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionPaperContentAddToFolderDetails(String eventUuid, long targetAssetIndex, long parentAssetIndex) Added Paper doc/folder to folder. -
Method Summary
-
Field Details
-
eventUuid
-
targetAssetIndex
protected final long targetAssetIndex -
parentAssetIndex
protected final long parentAssetIndex
-
-
Constructor Details
-
PaperContentAddToFolderDetails
public PaperContentAddToFolderDetails(@Nonnull String eventUuid, long targetAssetIndex, long parentAssetIndex) Added Paper doc/folder to folder.- 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.
-
-
Method Details
-
getEventUuid
Event unique identifier.- Returns:
- value for this field, never
null.
-
getTargetAssetIndex
public long getTargetAssetIndex()Target asset position in the Assets list.- Returns:
- value for this field.
-
getParentAssetIndex
public long getParentAssetIndex()Parent asset position in the Assets list.- Returns:
- value for this field.
-
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
-