Enumerations
The following enumerations are available globally.
-
Type of change as stated in migration guide
See moreDeclaration
Swift
enum ChangeType : String, CaseIterable -
object affected by change
See moreDeclaration
Swift
enum ObjectType -
service type stated in migration guide - currently REST only
See moreDeclaration
Swift
enum ServiceType : String, CaseIterable, Decodable -
represents specification type as stated in migration guide, currently only
See moreOpenAPIsupportedDeclaration
Swift
enum SpecificationType : String, CaseIterable, Decodable -
represents the target of a change as stated in migration guide
See moreDeclaration
Swift
public enum TargetType : String, CaseIterable, Decodable -
Annotation which can be added to any
See moreModifiableDeclaration
Swift
enum Annotation : CustomStringConvertible -
Helper for converting types for en-/decoding
See moreDeclaration
Swift
enum TypeConversion -
Temporary storage of non persistent type names.
See moreDeclaration
Swift
enum TypeStore
View on GitHub
Enumerations Reference