com.foursquare.thriftexample.people

RawContactInfo

final class RawContactInfo extends JavaContactInfoRaw[PhoneNumber, StreetAddress, ContactInfo, RawContactInfo, ContactInfoMeta] with MutableContactInfo

Linear Supertypes
MutableContactInfo, ContactInfo, TBase[ContactInfo, ContactInfo._Fields], Serializable, JavaContactInfoRaw[PhoneNumber, StreetAddress, ContactInfo, RawContactInfo, ContactInfoMeta], JavaContactInfoMutable[PhoneNumber, StreetAddress, ContactInfo, RawContactInfo, ContactInfoMeta], MutableRecord[ContactInfo], JavaContactInfo[PhoneNumber, StreetAddress, ContactInfo, RawContactInfo, ContactInfoMeta], Record[ContactInfo], Ordered[ContactInfo], Comparable[ContactInfo], UntypedRecord, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RawContactInfo
  2. MutableContactInfo
  3. ContactInfo
  4. TBase
  5. Serializable
  6. JavaContactInfoRaw
  7. JavaContactInfoMutable
  8. MutableRecord
  9. JavaContactInfo
  10. Record
  11. Ordered
  12. Comparable
  13. UntypedRecord
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RawContactInfo()

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: ContactInfo): Boolean

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

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

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

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

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

    Definition Classes
    ContactInfo → Ordered
  10. def addressIsSet(): Boolean

    Definition Classes
    RawContactInfo → JavaContactInfo
  11. def addressOption(): Option[StreetAddress]

    Definition Classes
    RawContactInfo → JavaContactInfo
  12. def addressOrNull(): StreetAddress

    Definition Classes
    RawContactInfo → JavaContactInfo
  13. def addressOrThrow(): StreetAddress

    Definition Classes
    RawContactInfo → JavaContactInfo
  14. def addressUnset(): Unit

    Definition Classes
    RawContactInfoMutableContactInfo
  15. def address_=(x: StreetAddress): Unit

    Definition Classes
    RawContactInfoMutableContactInfo
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clear(): Unit

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

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

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

    Definition Classes
    ContactInfo → Ordered → Comparable
  21. def copy(phone: PhoneNumber = phoneOrNull, address: StreetAddress = addressOrNull, email: String = emailOrNull): RawContactInfo

    Definition Classes
    RawContactInfoMutableContactInfoContactInfo
  22. def deepCopy(): RawContactInfo

    Definition Classes
    RawContactInfoContactInfo → TBase
  23. def emailIsSet(): Boolean

    Definition Classes
    RawContactInfo → JavaContactInfo
  24. def emailOption(): Option[String]

    Definition Classes
    RawContactInfo → JavaContactInfo
  25. def emailOrNull(): String

    Definition Classes
    RawContactInfo → JavaContactInfo
  26. def emailOrThrow(): String

    Definition Classes
    RawContactInfo → JavaContactInfo
  27. def emailUnset(): Unit

    Definition Classes
    RawContactInfoMutableContactInfo
  28. def email_=(x: String): Unit

    Definition Classes
    RawContactInfoMutableContactInfo
  29. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def equals(that: ContactInfo): Boolean

  31. def equals(that: Any): Boolean

    Definition Classes
    RawContactInfo → AnyRef → Any
  32. def fieldForId(id: Int): ContactInfo._Fields

    Definition Classes
    RawContactInfo → TBase
  33. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. final def getClass(): Class[_]

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

    Definition Classes
    RawContactInfo → TBase
  36. def getSetFields: Seq[Any]

  37. def hashCode(): Int

    Definition Classes
    RawContactInfo → AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    RawContactInfo → TBase
  40. def merge(that: ContactInfo): Unit

    Definition Classes
    RawContactInfoMutableContactInfo → MutableRecord
  41. def mergeCopy(that: ContactInfo): ContactInfo

    Definition Classes
    RawContactInfoContactInfo → Record
  42. def meta: ContactInfoMeta

    Definition Classes
    RawContactInfoContactInfo → Record → UntypedRecord
  43. def mutable: MutableContactInfo

    Returns a pointer to a Mutable version of this record.

    Returns a pointer to a Mutable version of this record.

    If the underlying implementation is mutable, this will be returned. If the underlying implementation is immutable, a mutable copy will be returned.

    After mutating the instance returned by this method, the original instance (on which mutable was called) will be in an undefined state. It may or may not have been modified, depending on whether it was immutable or not.

    This is included as an optimization for when we want access to a Mutable record but don't want to pay the cost of copying every time.

    Definition Classes
    MutableContactInfoContactInfo
  44. def mutableCopy(): MutableContactInfo

    Definition Classes
    ContactInfo
  45. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  48. def phoneIsSet(): Boolean

    Definition Classes
    RawContactInfo → JavaContactInfo
  49. def phoneOption(): Option[PhoneNumber]

    Definition Classes
    RawContactInfo → JavaContactInfo
  50. def phoneOrNull(): PhoneNumber

    Definition Classes
    RawContactInfo → JavaContactInfo
  51. def phoneOrThrow(): PhoneNumber

    Definition Classes
    RawContactInfo → JavaContactInfo
  52. def phoneUnset(): Unit

    Definition Classes
    RawContactInfoMutableContactInfo
  53. def phone_=(x: PhoneNumber): Unit

    Definition Classes
    RawContactInfoMutableContactInfo
  54. def read(iprot: TProtocol): Unit

    Definition Classes
    RawContactInfo → TBase → UntypedRecord
  55. def setFieldValue(field: ContactInfo._Fields, value: AnyRef): Unit

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

    Definition Classes
    AnyRef
  57. def toBuilder(): AllSpecified

    Definition Classes
    ContactInfo
  58. def toString(): String

    Definition Classes
    RawContactInfo → AnyRef → Any
  59. final def wait(): Unit

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

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

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

    Definition Classes
    RawContactInfoContactInfo → TBase → UntypedRecord

Inherited from MutableContactInfo

Inherited from ContactInfo

Inherited from TBase[ContactInfo, ContactInfo._Fields]

Inherited from Serializable

Inherited from JavaContactInfoRaw[PhoneNumber, StreetAddress, ContactInfo, RawContactInfo, ContactInfoMeta]

Inherited from JavaContactInfoMutable[PhoneNumber, StreetAddress, ContactInfo, RawContactInfo, ContactInfoMeta]

Inherited from MutableRecord[ContactInfo]

Inherited from Record[ContactInfo]

Inherited from Ordered[ContactInfo]

Inherited from Comparable[ContactInfo]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped