Uses of Enum Class
com.draftable.api.client.ExportKind
-
Uses of ExportKind in com.draftable.api.client
Methods in com.draftable.api.client that return ExportKindModifier and TypeMethodDescriptionExport.getKind()Gets export kind.static ExportKindReturns the enum constant of this class with the specified name.static ExportKind[]ExportKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.draftable.api.client with parameters of type ExportKindModifier and TypeMethodDescriptionComparisons.createExport(String comparisonId, ExportKind exportKind) Comparisons.createExport(String comparisonId, ExportKind exportKind, boolean includeCoverPage) Creates a new export of given kind for given comparisonConstructors in com.draftable.api.client with parameters of type ExportKind