ServiceProtocolType

public enum ServiceProtocolType

Undocumented

  • Undocumented

    Declaration

    Swift

    case json
  • Undocumented

    Declaration

    Swift

    case restjson
  • Undocumented

    Declaration

    Swift

    case restxml
  • Undocumented

    Declaration

    Swift

    case query
  • Undocumented

    Declaration

    Swift

    case other(String)
  • Undocumented

    Declaration

    Swift

    public init(rawValue: String)
  • Undocumented

    Declaration

    Swift

    public var rawValue: String { get }