Package com.dropbox.core.v2.teamlog
Class FolderOverviewItemUnpinnedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.FolderOverviewItemUnpinnedDetails
Unpinned item from folder overview.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final long -
Constructor Summary
ConstructorsConstructorDescriptionFolderOverviewItemUnpinnedDetails(long folderOverviewLocationAsset, List<Long> pinnedItemsAssetIndices) Unpinned item from folder overview. -
Method Summary
-
Field Details
-
folderOverviewLocationAsset
protected final long folderOverviewLocationAsset -
pinnedItemsAssetIndices
-
-
Constructor Details
-
FolderOverviewItemUnpinnedDetails
public FolderOverviewItemUnpinnedDetails(long folderOverviewLocationAsset, @Nonnull List<Long> pinnedItemsAssetIndices) Unpinned item from folder overview.- Parameters:
folderOverviewLocationAsset- Folder Overview location position in the Assets list.pinnedItemsAssetIndices- Pinned items positions in the Assets list. Must not contain anullitem and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getFolderOverviewLocationAsset
public long getFolderOverviewLocationAsset()Folder Overview location position in the Assets list.- Returns:
- value for this field.
-
getPinnedItemsAssetIndices
Pinned items positions in the Assets list.- Returns:
- value for this field, never
null.
-
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
-