Trait/Object

io.fsq.twofishes.gen

CommonGeocodeRequestParams

Related Docs: object CommonGeocodeRequestParams | package gen

Permalink

trait CommonGeocodeRequestParams extends Record[CommonGeocodeRequestParams] with Ordered[CommonGeocodeRequestParams] with TBase[CommonGeocodeRequestParams, gen.CommonGeocodeRequestParams._Fields]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonGeocodeRequestParams
  2. TBase
  3. Serializable
  4. Record
  5. Ordered
  6. Comparable
  7. UntypedRecord
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def allowedSources: Seq[String]

    Permalink
  2. abstract def allowedSourcesIsSet: Boolean

    Permalink
  3. abstract def allowedSourcesOption: Option[Seq[String]]

    Permalink
  4. abstract def allowedSourcesOrDefault: Seq[String]

    Permalink
  5. abstract def allowedSourcesOrNull: Seq[String]

    Permalink
  6. abstract def allowedSourcesOrThrow: Seq[String]

    Permalink
  7. abstract def boundsIsSet: Boolean

    Permalink
  8. abstract def boundsOption: Option[GeocodeBoundingBox]

    Permalink
  9. abstract def boundsOrNull: GeocodeBoundingBox

    Permalink
  10. abstract def boundsOrThrow: GeocodeBoundingBox

    Permalink
  11. abstract def ccIsSet: Boolean

    Permalink
  12. abstract def ccOption: Option[String]

    Permalink
  13. abstract def ccOrNull: String

    Permalink
  14. abstract def ccOrThrow: String

    Permalink
  15. abstract def clear(): Unit

    Permalink
    Definition Classes
    TBase
  16. abstract def copy(debug: Integer = debugOrNull, woeHint: Seq[YahooWoeType] = woeHintOrNull, woeRestrict: Seq[YahooWoeType] = woeRestrictOrNull, cc: String = ccOrNull, lang: String = langOrNull, responseIncludes: Seq[ResponseIncludes] = responseIncludesOrNull, allowedSources: Seq[String] = allowedSourcesOrNull, llHint: GeocodePoint = llHintOrNull, bounds: GeocodeBoundingBox = boundsOrNull, maxInterpretations: Integer = maxInterpretationsOrNull): CommonGeocodeRequestParams

    Permalink
  17. abstract def debug: Int

    Permalink
  18. abstract def debugIsSet: Boolean

    Permalink
  19. abstract def debugOption: Option[Int]

    Permalink
  20. abstract def debugOrDefault: Int

    Permalink
  21. abstract def debugOrNull: Integer

    Permalink
  22. abstract def debugOrThrow: Int

    Permalink
  23. abstract def deepCopy(): CommonGeocodeRequestParams

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → TBase
  24. abstract def deepMergeCopy(that: CommonGeocodeRequestParams): CommonGeocodeRequestParams

    Permalink
  25. abstract def fieldForId(arg0: Int): CommonGeocodeRequestParams._Fields

    Permalink
    Definition Classes
    TBase
  26. abstract def getFieldValue(arg0: CommonGeocodeRequestParams._Fields): AnyRef

    Permalink
    Definition Classes
    TBase
  27. abstract def isSet(arg0: CommonGeocodeRequestParams._Fields): Boolean

    Permalink
    Definition Classes
    TBase
  28. abstract def lang: String

    Permalink
  29. abstract def langIsSet: Boolean

    Permalink
  30. abstract def langOption: Option[String]

    Permalink
  31. abstract def langOrDefault: String

    Permalink
  32. abstract def langOrNull: String

    Permalink
  33. abstract def langOrThrow: String

    Permalink
  34. abstract def llHintIsSet: Boolean

    Permalink
  35. abstract def llHintOption: Option[GeocodePoint]

    Permalink
  36. abstract def llHintOrNull: GeocodePoint

    Permalink
  37. abstract def llHintOrThrow: GeocodePoint

    Permalink
  38. abstract def maxInterpretations: Int

    Permalink
  39. abstract def maxInterpretationsIsSet: Boolean

    Permalink
  40. abstract def maxInterpretationsOption: Option[Int]

    Permalink
  41. abstract def maxInterpretationsOrDefault: Int

    Permalink
  42. abstract def maxInterpretationsOrNull: Integer

    Permalink
  43. abstract def maxInterpretationsOrThrow: Int

    Permalink
  44. abstract def mergeCopy(that: CommonGeocodeRequestParams): CommonGeocodeRequestParams

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Record
  45. abstract def meta: CommonGeocodeRequestParamsMeta

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Record → UntypedRecord
  46. abstract def read(arg0: TProtocol): Unit

    Permalink
    Definition Classes
    TBase
    Annotations
    @throws( ... )
  47. abstract def responseIncludes: Seq[ResponseIncludes]

    Permalink
  48. abstract def responseIncludesIsSet: Boolean

    Permalink
  49. abstract def responseIncludesOption: Option[Seq[ResponseIncludes]]

    Permalink
  50. abstract def responseIncludesOrDefault: Seq[ResponseIncludes]

    Permalink
  51. abstract def responseIncludesOrNull: Seq[ResponseIncludes]

    Permalink
  52. abstract def responseIncludesOrThrow: Seq[ResponseIncludes]

    Permalink
  53. abstract def setFieldValue(arg0: CommonGeocodeRequestParams._Fields, arg1: Any): Unit

    Permalink
    Definition Classes
    TBase
  54. abstract def woeHint: Seq[YahooWoeType]

    Permalink
  55. abstract def woeHintIsSet: Boolean

    Permalink
  56. abstract def woeHintOption: Option[Seq[YahooWoeType]]

    Permalink
  57. abstract def woeHintOrDefault: Seq[YahooWoeType]

    Permalink
  58. abstract def woeHintOrNull: Seq[YahooWoeType]

    Permalink
  59. abstract def woeHintOrThrow: Seq[YahooWoeType]

    Permalink
  60. abstract def woeRestrict: Seq[YahooWoeType]

    Permalink
  61. abstract def woeRestrictIsSet: Boolean

    Permalink
  62. abstract def woeRestrictOption: Option[Seq[YahooWoeType]]

    Permalink
  63. abstract def woeRestrictOrDefault: Seq[YahooWoeType]

    Permalink
  64. abstract def woeRestrictOrNull: Seq[YahooWoeType]

    Permalink
  65. abstract def woeRestrictOrThrow: Seq[YahooWoeType]

    Permalink
  66. abstract def write(oprot: TProtocol): Unit

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → TBase → UntypedRecord

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: CommonGeocodeRequestParams): Boolean

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Ordered
  4. def <=(that: CommonGeocodeRequestParams): Boolean

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: CommonGeocodeRequestParams): Boolean

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Ordered
  7. def >=(that: CommonGeocodeRequestParams): Boolean

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

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

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Ordered
  11. def compareTo(that: CommonGeocodeRequestParams): Int

    Permalink
    Definition Classes
    CommonGeocodeRequestParams → Ordered → Comparable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toBuilder(): AllSpecified

    Permalink
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Record[CommonGeocodeRequestParams]

Inherited from Ordered[CommonGeocodeRequestParams]

Inherited from Comparable[CommonGeocodeRequestParams]

Inherited from UntypedRecord

Inherited from AnyRef

Inherited from Any

Ungrouped