Package com.dropbox.core.v2.teamlog
Class SignTemplateCreatedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SignTemplateCreatedDetails
Created template.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSignTemplateCreatedDetails(String accessLevel, String fileName) Created template. -
Method Summary
-
Field Details
-
accessLevel
-
fileName
-
-
Constructor Details
-
SignTemplateCreatedDetails
Created template.- Parameters:
accessLevel- The access level of the template. Must not benull.fileName- The name of the related file. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getAccessLevel
The access level of the template.- Returns:
- value for this field, never
null.
-
getFileName
The name of the related file.- 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
-