Uses of Class
com.draftable.api.client.Comparison
-
Uses of Comparison in com.draftable.api.client
Methods in com.draftable.api.client that return ComparisonModifier and TypeMethodDescriptionComparisons.createComparison
(Comparisons.Side left, Comparisons.Side right) Synchronously creates a *private* comparison that never expires with the given sides and an automatically generated identifier.Comparisons.createComparison
(Comparisons.Side left, Comparisons.Side right, String identifier, boolean isPublic, Instant expires) Synchronously creates a comparison with the given sides and properties.Comparisons.getComparison
(String identifier) Synchronously gets metadata for a given comparison.Methods in com.draftable.api.client that return types with arguments of type ComparisonModifier and TypeMethodDescriptionComparisons.createComparisonAsync
(Comparisons.Side left, Comparisons.Side right) Asynchronously creates a *private* comparison that never expires with the given sides and an automatically generated identifier.Comparisons.createComparisonAsync
(Comparisons.Side left, Comparisons.Side right, String identifier, boolean isPublic, Instant expires) Asynchronously creates a comparison with the given sides and properties.Comparisons.getAllComparisons()
Synchronously gets a list of all of the account's comparisons.Comparisons.getAllComparisonsAsync()
Asynchronously gets a list of all of the account's comparisons.Comparisons.getComparisonAsync
(String identifier) Asynchronously gets metadata for a given comparison.