Package com.dropbox.core.v2.riviera
Class GetMarkdownResult
java.lang.Object
com.dropbox.core.v2.riviera.GetMarkdownResult
-
Field Details
-
markdown
-
-
Constructor Details
-
GetMarkdownResult
- Parameters:
markdown- The converted markdown content. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
GetMarkdownResult
public GetMarkdownResult()NoneThe default values for unset fields will be used.
-
-
Method Details
-
getMarkdown
The converted markdown content- Returns:
- value for this field, or
nullif not present. Defaults to "".
-
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
-