Package com.dropbox.core.v2.teamlog
Class NoPasswordLinkViewCreateReportDetails
java.lang.Object
com.dropbox.core.v2.teamlog.NoPasswordLinkViewCreateReportDetails
Report created: Views of links without passwords.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNoPasswordLinkViewCreateReportDetails(Date startDate, Date endDate) Report created: Views of links without passwords. -
Method Summary
-
Field Details
-
startDate
-
endDate
-
-
Constructor Details
-
NoPasswordLinkViewCreateReportDetails
Report created: Views of links without passwords.- Parameters:
startDate- Report start date. Must not benull.endDate- Report end date. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getStartDate
Report start date.- Returns:
- value for this field, never
null.
-
getEndDate
Report end date.- 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
-