com.foursquare.spindle.codegen.runtime

ScalaService

class ScalaService extends ServiceProxy

Linear Supertypes
ServiceProxy, Service, TBase[Service, _Fields], Serializable, Ordered[Service], Comparable[Service], Record[Service], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalaService
  2. ServiceProxy
  3. Service
  4. TBase
  5. Serializable
  6. Ordered
  7. Comparable
  8. Record
  9. UntypedRecord
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ScalaService(underlying: Service, resolver: TypeReferenceResolver)

Type Members

  1. type MetaT = Service.type

    Definition Classes
    Service → Record

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def <(that: Service): Boolean

    Definition Classes
    Ordered
  5. def <=(that: Service): Boolean

    Definition Classes
    Ordered
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def >(that: Service): Boolean

    Definition Classes
    Ordered
  9. def >=(that: Service): Boolean

    Definition Classes
    Ordered
  10. def __annotations: Seq[Annotation]

    Definition Classes
    ServiceProxy → Service
  11. def annotationsIsSet: Boolean

    Definition Classes
    ServiceProxy → Service
  12. def annotationsOption: Option[Seq[Annotation]]

    Definition Classes
    ServiceProxy → Service
  13. def annotationsOrDefault: Seq[Annotation]

    Definition Classes
    ServiceProxy → Service
  14. def annotationsOrNull: Seq[Annotation]

    Definition Classes
    ServiceProxy → Service
  15. def annotationsOrThrow: Seq[Annotation]

    Definition Classes
    ServiceProxy → Service
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clear(): Unit

    Definition Classes
    ServiceProxy → TBase
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def compare(that: Service): Int

    Definition Classes
    ServiceProxy → Service → Ordered
  20. def compareTo(that: Service): Int

    Definition Classes
    Ordered → Comparable
  21. def copy(name: String, extendz: String, functions: Seq[Function], __annotations: Seq[Annotation]): Service

    Definition Classes
    ServiceProxy → Service
  22. def deepCopy(): Service

    Definition Classes
    ServiceProxy → Service → TBase
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(that: Any): Boolean

    Definition Classes
    ServiceProxy → AnyRef → Any
  25. def extendzIsSet: Boolean

    Definition Classes
    ServiceProxy → Service
  26. def extendzOption: Option[String]

    Definition Classes
    ServiceProxy → Service
  27. def extendzOrNull: String

    Definition Classes
    ServiceProxy → Service
  28. def extendzOrThrow: String

    Definition Classes
    ServiceProxy → Service
  29. def fieldForId(id: Int): _Fields

    Definition Classes
    ServiceProxy → TBase
  30. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. val functions: Seq[ScalaFunction]

    Definition Classes
    ScalaService → ServiceProxy → Service
  32. def functionsIsSet: Boolean

    Definition Classes
    ServiceProxy → Service
  33. def functionsOption: Option[Seq[Function]]

    Definition Classes
    ServiceProxy → Service
  34. def functionsOrDefault: Seq[Function]

    Definition Classes
    ServiceProxy → Service
  35. def functionsOrNull: Seq[Function]

    Definition Classes
    ServiceProxy → Service
  36. def functionsOrThrow: Seq[Function]

    Definition Classes
    ServiceProxy → Service
  37. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  38. def getFieldValue(field: _Fields): AnyRef

    Definition Classes
    ServiceProxy → TBase
  39. def hashCode(): Int

    Definition Classes
    ServiceProxy → AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def isSet(field: _Fields): Boolean

    Definition Classes
    ServiceProxy → TBase
  42. def mergeCopy(that: Service): Service

    Definition Classes
    ServiceProxy → Service
  43. def meta: Service.type

    Definition Classes
    ServiceProxy → Record → UntypedRecord
  44. def mutable: Mutable

    Definition Classes
    ServiceProxy → Service
  45. def mutableCopy(): Mutable

    Definition Classes
    ServiceProxy → Service
  46. def name: String

    Definition Classes
    ServiceProxy → Service
  47. def nameIsSet: Boolean

    Definition Classes
    ServiceProxy → Service
  48. def nameOption: Option[String]

    Definition Classes
    ServiceProxy → Service
  49. def nameOrNull: String

    Definition Classes
    ServiceProxy → Service
  50. def nameOrThrow: String

    Definition Classes
    ServiceProxy → Service
  51. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  52. final def notify(): Unit

    Definition Classes
    AnyRef
  53. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  54. val parentServiceName: Option[String]

  55. def read(iprot: TProtocol): Unit

    Definition Classes
    ServiceProxy → TBase → UntypedRecord
  56. def setFieldValue(field: _Fields, value: AnyRef): Unit

    Definition Classes
    ServiceProxy → TBase
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. def toBuilder(): AllSpecified

    Definition Classes
    Service
  59. def toString(): String

    Definition Classes
    ServiceProxy → AnyRef → Any
  60. val underlying: Service

    Definition Classes
    ScalaService → ServiceProxy
  61. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def write(oprot: TProtocol): Unit

    Definition Classes
    ServiceProxy → Service → TBase → UntypedRecord

Inherited from ServiceProxy

Inherited from Service

Inherited from TBase[Service, _Fields]

Inherited from Serializable

Inherited from Ordered[Service]

Inherited from Comparable[Service]

Inherited from Record[Service]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped