Uses of Class
com.draftable.api.client.Comparison.Side
-
Uses of Comparison.Side in com.draftable.api.client
Methods in com.draftable.api.client that return Comparison.SideModifier and TypeMethodDescriptionfinal Comparison.Side
Comparison.getLeft()
Gets metadata for the left file.final Comparison.Side
Comparison.getRight()
Gets metadata for the right file.Constructors in com.draftable.api.client with parameters of type Comparison.SideModifierConstructorDescriptionComparison
(String identifier, Comparison.Side left, Comparison.Side right, boolean isPublic, Instant creationTime, Instant expiryTime, boolean ready, Instant readyTime, Boolean failed, String errorMessage) Creates a representation of a comparison that has been created.