- generateIdentifier() - Static method in class com.draftable.api.client.Comparisons
-
- getAccountId() - Method in exception com.draftable.api.client.Comparisons.ComparisonNotFoundException
-
- getAllComparisons() - Method in class com.draftable.api.client.Comparisons
-
Synchronously gets a list of all of the account's comparisons.
- getAllComparisonsAsync() - Method in class com.draftable.api.client.Comparisons
-
Asynchronously gets a list of all of the account's comparisons.
- getComparison(String) - Method in class com.draftable.api.client.Comparisons
-
Synchronously gets metadata for a given comparison.
- getComparisonAsync(String) - Method in class com.draftable.api.client.Comparisons
-
Asynchronously gets metadata for a given comparison.
- getCreationTime() - Method in class com.draftable.api.client.Comparison
-
Gets when the comparison was created.
- getDisplayName() - Method in class com.draftable.api.client.Comparison.Side
-
Gets the file's display name, if one was given.
- getErrorMessage() - Method in class com.draftable.api.client.Comparison
-
If the comparison failed, gets an message describing error.
- getExpiryTime() - Method in class com.draftable.api.client.Comparison
-
Gets when the comparison expires, or null if it doesn't expire.
- getFailed() - Method in class com.draftable.api.client.Comparison
-
Gets whether the comparison failed.
- getFileType() - Method in class com.draftable.api.client.Comparison.Side
-
Gets the file's extension, as lowercase.
- getIdentifier() - Method in class com.draftable.api.client.Comparison
-
Gets the comparison's identifier.
- getIdentifier() - Method in exception com.draftable.api.client.Comparisons.ComparisonNotFoundException
-
- getIsPublic() - Method in class com.draftable.api.client.Comparison
-
Gets whether the comparison is public or private.
- getLeft() - Method in class com.draftable.api.client.Comparison
-
Gets metadata for the left file.
- getReady() - Method in class com.draftable.api.client.Comparison
-
Gets whether the comparison has been processed.
- getReadyTime() - Method in class com.draftable.api.client.Comparison
-
If the comparison is ready, gives the time at which processing finished.
- getRight() - Method in class com.draftable.api.client.Comparison
-
Gets metadata for the right file.
- getSourceURL() - Method in class com.draftable.api.client.Comparison.Side
-
Gets the file's source URL, if it was given by URL.