Package com.dropbox.core.v2.teamlog
Class PaperFolderLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.PaperFolderLogInfo
Paper folder's logged information.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPaperFolderLogInfo(String folderId, String folderName) Paper folder's logged information. -
Method Summary
-
Field Details
-
folderId
-
folderName
-
-
Constructor Details
-
PaperFolderLogInfo
Paper folder's logged information.- Parameters:
folderId- Papers folder Id. Must not benull.folderName- Paper folder name. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getFolderId
Papers folder Id.- Returns:
- value for this field, never
null.
-
getFolderName
Paper folder name.- 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
-