Package com.draftable.api.client
Class Comparison.Side
java.lang.Object
com.draftable.api.client.Comparison.Side
- Enclosing class:
Comparison
Represents a file passed as the left or right side of a comparison.
-
Method Details
-
getFileType
Gets the file's extension, as lowercase.- Returns:
- The file's extension, as lowercase.
-
getSourceURL
Gets the file's source URL, if it was given by URL.- Returns:
- The source URL, if the file was given by URL, otherwise null.
-
getDisplayName
Gets the file's display name, if one was given.- Returns:
- The display name, if one was given, otherwise null.
-
toString
-