Class UpdateTemplateResult
java.lang.Object
com.dropbox.core.v2.fileproperties.UpdateTemplateResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor internal use only. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanAn identifier for template added by route SeeDbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List)orDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,java.util.List).inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
templateId
-
-
Constructor Details
-
UpdateTemplateResult
- Parameters:
templateId- An identifier for template added by route SeeDbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List)orDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,java.util.List). Must have length of at least 1, match pattern "(/|ptid:).*", and not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getTemplateId
An identifier for template added by route SeeDbxUserFilePropertiesRequests.templatesAddForUser(String,String,java.util.List)orDbxTeamFilePropertiesRequests.templatesAddForTeam(String,String,java.util.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
-