com.heroku.platform.api.client.spray

SprayJsonBoilerplate

trait SprayJsonBoilerplate extends DefaultJsonProtocol with NullOptions with ApiRequestJson with ApiResponseJson

Linear Supertypes
ApiResponseJson, StackResponseJson, SslEndpointResponseJson, SlugResponseJson, ReleaseResponseJson, RegionResponseJson, RateLimitResponseJson, PlanResponseJson, OAuthTokenResponseJson, OAuthClientResponseJson, OAuthAuthorizationResponseJson, LogSessionResponseJson, LogDrainResponseJson, KeyResponseJson, HerokuAppResponseJson, FormationResponseJson, DynoResponseJson, DomainResponseJson, CollaboratorResponseJson, AppTransferResponseJson, AppFeatureResponseJson, AddonServiceResponseJson, AddonResponseJson, AccountFeatureResponseJson, AccountResponseJson, ConfigVarResponseJson, ErrorResponseJson, ApiRequestJson, SslEndpointRequestJson, SlugRequestJson, ReleaseRequestJson, PlanRequestJson, OAuthTokenRequestJson, OAuthClientRequestJson, OAuthAuthorizationRequestJson, LogSessionRequestJson, LogDrainRequestJson, KeyRequestJson, HerokuAppRequestJson, FormationRequestJson, DynoRequestJson, DomainRequestJson, CollaboratorRequestJson, AppTransferRequestJson, AppFeatureRequestJson, AddonRequestJson, AccountFeatureRequestJson, AccountRequestJson, ConfigVarRequestJson, NullOptions, DefaultJsonProtocol, AdditionalFormats, ProductFormats, ProductFormatsInstances, CollectionFormats, StandardFormats, BasicFormats, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SprayJsonBoilerplate
  2. ApiResponseJson
  3. StackResponseJson
  4. SslEndpointResponseJson
  5. SlugResponseJson
  6. ReleaseResponseJson
  7. RegionResponseJson
  8. RateLimitResponseJson
  9. PlanResponseJson
  10. OAuthTokenResponseJson
  11. OAuthClientResponseJson
  12. OAuthAuthorizationResponseJson
  13. LogSessionResponseJson
  14. LogDrainResponseJson
  15. KeyResponseJson
  16. HerokuAppResponseJson
  17. FormationResponseJson
  18. DynoResponseJson
  19. DomainResponseJson
  20. CollaboratorResponseJson
  21. AppTransferResponseJson
  22. AppFeatureResponseJson
  23. AddonServiceResponseJson
  24. AddonResponseJson
  25. AccountFeatureResponseJson
  26. AccountResponseJson
  27. ConfigVarResponseJson
  28. ErrorResponseJson
  29. ApiRequestJson
  30. SslEndpointRequestJson
  31. SlugRequestJson
  32. ReleaseRequestJson
  33. PlanRequestJson
  34. OAuthTokenRequestJson
  35. OAuthClientRequestJson
  36. OAuthAuthorizationRequestJson
  37. LogSessionRequestJson
  38. LogDrainRequestJson
  39. KeyRequestJson
  40. HerokuAppRequestJson
  41. FormationRequestJson
  42. DynoRequestJson
  43. DomainRequestJson
  44. CollaboratorRequestJson
  45. AppTransferRequestJson
  46. AppFeatureRequestJson
  47. AddonRequestJson
  48. AccountFeatureRequestJson
  49. AccountRequestJson
  50. ConfigVarRequestJson
  51. NullOptions
  52. DefaultJsonProtocol
  53. AdditionalFormats
  54. ProductFormats
  55. ProductFormatsInstances
  56. CollectionFormats
  57. StandardFormats
  58. BasicFormats
  59. AnyRef
  60. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class OptionFormat[T] extends (StandardFormats.this)#JF[Option[T]]

    Definition Classes
    StandardFormats

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]

    Definition Classes
    BasicFormats
  7. implicit object BigIntJsonFormat extends JsonFormat[BigInt]

    Definition Classes
    BasicFormats
  8. implicit object BooleanJsonFormat extends JsonFormat[Boolean]

    Definition Classes
    BasicFormats
  9. implicit object ByteJsonFormat extends JsonFormat[Byte]

    Definition Classes
    BasicFormats
  10. implicit object CharJsonFormat extends JsonFormat[Char]

    Definition Classes
    BasicFormats
  11. implicit object DoubleJsonFormat extends JsonFormat[Double]

    Definition Classes
    BasicFormats
  12. implicit object FloatJsonFormat extends JsonFormat[Float]

    Definition Classes
    BasicFormats
  13. implicit lazy val FormatAccount: JsonFormat[Account]

  14. implicit lazy val FormatAccountFeature: JsonFormat[AccountFeature]

  15. implicit lazy val FormatAddon: JsonFormat[Addon]

  16. implicit lazy val FormatAddonService: JsonFormat[AddonService]

  17. implicit lazy val FormatAddonmodelsAddonPlan: JsonFormat[AddonPlan]

  18. implicit lazy val FormatAppFeature: JsonFormat[AppFeature]

  19. implicit lazy val FormatAppTransfer: JsonFormat[AppTransfer]

  20. implicit lazy val FormatAppTransfermodelsAppTransferApp: JsonFormat[AppTransferApp]

  21. implicit lazy val FormatAppTransfermodelsAppTransferOwner: JsonFormat[AppTransferOwner]

  22. implicit lazy val FormatAppTransfermodelsAppTransferRecipient: JsonFormat[AppTransferRecipient]

  23. implicit lazy val FormatCollaborator: JsonFormat[Collaborator]

  24. implicit lazy val FormatCollaboratormodelsCollaboratorUser: JsonFormat[CollaboratorUser]

  25. implicit lazy val FormatDomain: JsonFormat[Domain]

  26. implicit lazy val FormatDyno: JsonFormat[Dyno]

  27. implicit lazy val FormatDynomodelsDynoRelease: JsonFormat[DynoRelease]

  28. implicit lazy val FormatErrorResponse: JsonFormat[ErrorResponse]

  29. implicit lazy val FormatFormation: JsonFormat[Formation]

  30. implicit lazy val FormatHerokuApp: JsonFormat[HerokuApp]

  31. implicit lazy val FormatHerokuAppmodelsHerokuAppOwner: JsonFormat[HerokuAppOwner]

  32. implicit lazy val FormatHerokuAppmodelsHerokuAppRegion: JsonFormat[HerokuAppRegion]

  33. implicit lazy val FormatKey: JsonFormat[Key]

  34. implicit lazy val FormatLogDrain: JsonFormat[LogDrain]

  35. implicit lazy val FormatLogSession: JsonFormat[LogSession]

  36. implicit lazy val FormatOAuthAuthorization: JsonFormat[OAuthAuthorization]

  37. implicit lazy val FormatOAuthAuthorizationmodelsOAuthAuthorizationAccessToken: JsonFormat[OAuthAuthorizationAccessToken]

  38. implicit lazy val FormatOAuthAuthorizationmodelsOAuthAuthorizationClient: JsonFormat[OAuthAuthorizationClient]

  39. implicit lazy val FormatOAuthAuthorizationmodelsOAuthAuthorizationGrant: JsonFormat[OAuthAuthorizationGrant]

  40. implicit lazy val FormatOAuthAuthorizationmodelsOAuthAuthorizationRefreshToken: JsonFormat[OAuthAuthorizationRefreshToken]

  41. implicit lazy val FormatOAuthClient: JsonFormat[OAuthClient]

  42. implicit lazy val FormatOAuthToken: JsonFormat[OAuthToken]

  43. implicit lazy val FormatOAuthTokenmodelsOAuthTokenAccessToken: JsonFormat[OAuthTokenAccessToken]

  44. implicit lazy val FormatOAuthTokenmodelsOAuthTokenAuthorization: JsonFormat[OAuthTokenAuthorization]

  45. implicit lazy val FormatOAuthTokenmodelsOAuthTokenClient: JsonFormat[OAuthTokenClient]

  46. implicit lazy val FormatOAuthTokenmodelsOAuthTokenGrant: JsonFormat[OAuthTokenGrant]

  47. implicit lazy val FormatOAuthTokenmodelsOAuthTokenRefreshToken: JsonFormat[OAuthTokenRefreshToken]

  48. implicit lazy val FormatOAuthTokenmodelsOAuthTokenSession: JsonFormat[OAuthTokenSession]

  49. implicit lazy val FormatOAuthTokenmodelsOAuthTokenUser: JsonFormat[OAuthTokenUser]

  50. implicit lazy val FormatPlan: JsonFormat[Plan]

  51. implicit lazy val FormatPlanmodelsPlanPrice: JsonFormat[PlanPrice]

  52. implicit lazy val FormatRateLimit: JsonFormat[RateLimit]

  53. implicit lazy val FormatRegion: JsonFormat[Region]

  54. implicit lazy val FormatRelease: JsonFormat[Release]

  55. implicit lazy val FormatReleasemodelsReleaseSlug: JsonFormat[ReleaseSlug]

  56. implicit lazy val FormatReleasemodelsReleaseUser: JsonFormat[ReleaseUser]

  57. implicit lazy val FormatSlug: JsonFormat[Slug]

  58. implicit lazy val FormatSslEndpoint: JsonFormat[SslEndpoint]

  59. implicit lazy val FormatStack: JsonFormat[Stack]

  60. implicit lazy val FromJsonAccount: FromJson[Account]

    Definition Classes
    SprayJsonBoilerplate → AccountResponseJson
  61. implicit lazy val FromJsonAccountFeature: FromJson[AccountFeature]

    Definition Classes
    SprayJsonBoilerplate → AccountFeatureResponseJson
  62. implicit lazy val FromJsonAddon: FromJson[Addon]

    Definition Classes
    SprayJsonBoilerplate → AddonResponseJson
  63. implicit lazy val FromJsonAddonPlan: FromJson[AddonPlan]

    Definition Classes
    SprayJsonBoilerplate → AddonResponseJson
  64. implicit lazy val FromJsonAddonService: FromJson[AddonService]

    Definition Classes
    SprayJsonBoilerplate → AddonServiceResponseJson
  65. implicit lazy val FromJsonAppFeature: FromJson[AppFeature]

    Definition Classes
    SprayJsonBoilerplate → AppFeatureResponseJson
  66. implicit lazy val FromJsonAppTransfer: FromJson[AppTransfer]

    Definition Classes
    SprayJsonBoilerplate → AppTransferResponseJson
  67. implicit lazy val FromJsonAppTransferApp: FromJson[AppTransferApp]

    Definition Classes
    SprayJsonBoilerplate → AppTransferResponseJson
  68. implicit lazy val FromJsonAppTransferOwner: FromJson[AppTransferOwner]

    Definition Classes
    SprayJsonBoilerplate → AppTransferResponseJson
  69. implicit lazy val FromJsonAppTransferRecipient: FromJson[AppTransferRecipient]

    Definition Classes
    SprayJsonBoilerplate → AppTransferResponseJson
  70. implicit lazy val FromJsonCollaborator: FromJson[Collaborator]

    Definition Classes
    SprayJsonBoilerplate → CollaboratorResponseJson
  71. implicit lazy val FromJsonCollaboratorUser: FromJson[CollaboratorUser]

    Definition Classes
    SprayJsonBoilerplate → CollaboratorResponseJson
  72. implicit lazy val FromJsonConfigVar: FromJson[Map[String, String]]

    Definition Classes
    SprayJsonBoilerplate → ConfigVarResponseJson
  73. implicit lazy val FromJsonDomain: FromJson[Domain]

    Definition Classes
    SprayJsonBoilerplate → DomainResponseJson
  74. implicit lazy val FromJsonDyno: FromJson[Dyno]

    Definition Classes
    SprayJsonBoilerplate → DynoResponseJson
  75. implicit lazy val FromJsonDynoRelease: FromJson[DynoRelease]

    Definition Classes
    SprayJsonBoilerplate → DynoResponseJson
  76. implicit lazy val FromJsonErrorResponse: FromJson[ErrorResponse]

    Definition Classes
    SprayJsonBoilerplate → ErrorResponseJson
  77. implicit lazy val FromJsonFormation: FromJson[Formation]

    Definition Classes
    SprayJsonBoilerplate → FormationResponseJson
  78. implicit lazy val FromJsonHerokuApp: FromJson[HerokuApp]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppResponseJson
  79. implicit lazy val FromJsonHerokuAppOwner: FromJson[HerokuAppOwner]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppResponseJson
  80. implicit lazy val FromJsonHerokuAppRegion: FromJson[HerokuAppRegion]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppResponseJson
  81. implicit lazy val FromJsonKey: FromJson[Key]

    Definition Classes
    SprayJsonBoilerplate → KeyResponseJson
  82. implicit lazy val FromJsonListAccount: FromJson[List[Account]]

    Definition Classes
    SprayJsonBoilerplate → AccountResponseJson
  83. implicit lazy val FromJsonListAccountFeature: FromJson[List[AccountFeature]]

    Definition Classes
    SprayJsonBoilerplate → AccountFeatureResponseJson
  84. implicit lazy val FromJsonListAddon: FromJson[List[Addon]]

    Definition Classes
    SprayJsonBoilerplate → AddonResponseJson
  85. implicit lazy val FromJsonListAddonService: FromJson[List[AddonService]]

    Definition Classes
    SprayJsonBoilerplate → AddonServiceResponseJson
  86. implicit lazy val FromJsonListAppFeature: FromJson[List[AppFeature]]

    Definition Classes
    SprayJsonBoilerplate → AppFeatureResponseJson
  87. implicit lazy val FromJsonListAppTransfer: FromJson[List[AppTransfer]]

    Definition Classes
    SprayJsonBoilerplate → AppTransferResponseJson
  88. implicit lazy val FromJsonListCollaborator: FromJson[List[Collaborator]]

    Definition Classes
    SprayJsonBoilerplate → CollaboratorResponseJson
  89. implicit lazy val FromJsonListDomain: FromJson[List[Domain]]

    Definition Classes
    SprayJsonBoilerplate → DomainResponseJson
  90. implicit lazy val FromJsonListDyno: FromJson[List[Dyno]]

    Definition Classes
    SprayJsonBoilerplate → DynoResponseJson
  91. implicit lazy val FromJsonListFormation: FromJson[List[Formation]]

    Definition Classes
    SprayJsonBoilerplate → FormationResponseJson
  92. implicit lazy val FromJsonListHerokuApp: FromJson[List[HerokuApp]]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppResponseJson
  93. implicit lazy val FromJsonListKey: FromJson[List[Key]]

    Definition Classes
    SprayJsonBoilerplate → KeyResponseJson
  94. implicit lazy val FromJsonListLogDrain: FromJson[List[LogDrain]]

    Definition Classes
    SprayJsonBoilerplate → LogDrainResponseJson
  95. implicit lazy val FromJsonListLogSession: FromJson[List[LogSession]]

    Definition Classes
    SprayJsonBoilerplate → LogSessionResponseJson
  96. implicit lazy val FromJsonListOAuthAuthorization: FromJson[List[OAuthAuthorization]]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationResponseJson
  97. implicit lazy val FromJsonListOAuthClient: FromJson[List[OAuthClient]]

    Definition Classes
    SprayJsonBoilerplate → OAuthClientResponseJson
  98. implicit lazy val FromJsonListOAuthToken: FromJson[List[OAuthToken]]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  99. implicit lazy val FromJsonListPlan: FromJson[List[Plan]]

    Definition Classes
    SprayJsonBoilerplate → PlanResponseJson
  100. implicit lazy val FromJsonListRateLimit: FromJson[List[RateLimit]]

    Definition Classes
    SprayJsonBoilerplate → RateLimitResponseJson
  101. implicit lazy val FromJsonListRegion: FromJson[List[Region]]

    Definition Classes
    SprayJsonBoilerplate → RegionResponseJson
  102. implicit lazy val FromJsonListRelease: FromJson[List[Release]]

    Definition Classes
    SprayJsonBoilerplate → ReleaseResponseJson
  103. implicit lazy val FromJsonListSlug: FromJson[List[Slug]]

    Definition Classes
    SprayJsonBoilerplate → SlugResponseJson
  104. implicit lazy val FromJsonListSslEndpoint: FromJson[List[SslEndpoint]]

    Definition Classes
    SprayJsonBoilerplate → SslEndpointResponseJson
  105. implicit lazy val FromJsonListStack: FromJson[List[Stack]]

    Definition Classes
    SprayJsonBoilerplate → StackResponseJson
  106. implicit lazy val FromJsonLogDrain: FromJson[LogDrain]

    Definition Classes
    SprayJsonBoilerplate → LogDrainResponseJson
  107. implicit lazy val FromJsonLogSession: FromJson[LogSession]

    Definition Classes
    SprayJsonBoilerplate → LogSessionResponseJson
  108. implicit lazy val FromJsonOAuthAuthorization: FromJson[OAuthAuthorization]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationResponseJson
  109. implicit lazy val FromJsonOAuthAuthorizationAccessToken: FromJson[OAuthAuthorizationAccessToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationResponseJson
  110. implicit lazy val FromJsonOAuthAuthorizationClient: FromJson[OAuthAuthorizationClient]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationResponseJson
  111. implicit lazy val FromJsonOAuthAuthorizationGrant: FromJson[OAuthAuthorizationGrant]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationResponseJson
  112. implicit lazy val FromJsonOAuthAuthorizationRefreshToken: FromJson[OAuthAuthorizationRefreshToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationResponseJson
  113. implicit lazy val FromJsonOAuthClient: FromJson[OAuthClient]

    Definition Classes
    SprayJsonBoilerplate → OAuthClientResponseJson
  114. implicit lazy val FromJsonOAuthToken: FromJson[OAuthToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  115. implicit lazy val FromJsonOAuthTokenAccessToken: FromJson[OAuthTokenAccessToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  116. implicit lazy val FromJsonOAuthTokenAuthorization: FromJson[OAuthTokenAuthorization]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  117. implicit lazy val FromJsonOAuthTokenClient: FromJson[OAuthTokenClient]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  118. implicit lazy val FromJsonOAuthTokenGrant: FromJson[OAuthTokenGrant]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  119. implicit lazy val FromJsonOAuthTokenRefreshToken: FromJson[OAuthTokenRefreshToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  120. implicit lazy val FromJsonOAuthTokenSession: FromJson[OAuthTokenSession]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  121. implicit lazy val FromJsonOAuthTokenUser: FromJson[OAuthTokenUser]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenResponseJson
  122. implicit lazy val FromJsonPlan: FromJson[Plan]

    Definition Classes
    SprayJsonBoilerplate → PlanResponseJson
  123. implicit lazy val FromJsonPlanPrice: FromJson[PlanPrice]

    Definition Classes
    SprayJsonBoilerplate → PlanResponseJson
  124. implicit lazy val FromJsonRateLimit: FromJson[RateLimit]

    Definition Classes
    SprayJsonBoilerplate → RateLimitResponseJson
  125. implicit lazy val FromJsonRegion: FromJson[Region]

    Definition Classes
    SprayJsonBoilerplate → RegionResponseJson
  126. implicit lazy val FromJsonRelease: FromJson[Release]

    Definition Classes
    SprayJsonBoilerplate → ReleaseResponseJson
  127. implicit lazy val FromJsonReleaseSlug: FromJson[ReleaseSlug]

    Definition Classes
    SprayJsonBoilerplate → ReleaseResponseJson
  128. implicit lazy val FromJsonReleaseUser: FromJson[ReleaseUser]

    Definition Classes
    SprayJsonBoilerplate → ReleaseResponseJson
  129. implicit lazy val FromJsonSlug: FromJson[Slug]

    Definition Classes
    SprayJsonBoilerplate → SlugResponseJson
  130. implicit lazy val FromJsonSslEndpoint: FromJson[SslEndpoint]

    Definition Classes
    SprayJsonBoilerplate → SslEndpointResponseJson
  131. implicit lazy val FromJsonStack: FromJson[Stack]

    Definition Classes
    SprayJsonBoilerplate → StackResponseJson
  132. implicit object IntJsonFormat extends JsonFormat[Int]

    Definition Classes
    BasicFormats
  133. implicit object JsValueFormat extends JsonFormat[JsValue]

    Definition Classes
    AdditionalFormats
  134. implicit object LongJsonFormat extends JsonFormat[Long]

    Definition Classes
    BasicFormats
  135. implicit object RootJsArrayFormat extends RootJsonFormat[JsArray]

    Definition Classes
    AdditionalFormats
  136. implicit object RootJsObjectFormat extends RootJsonFormat[JsObject]

    Definition Classes
    AdditionalFormats
  137. implicit object ShortJsonFormat extends JsonFormat[Short]

    Definition Classes
    BasicFormats
  138. implicit object StringJsonFormat extends JsonFormat[String]

    Definition Classes
    BasicFormats
  139. implicit object SymbolJsonFormat extends JsonFormat[Symbol]

    Definition Classes
    BasicFormats
  140. implicit lazy val ToJsonAddonPlan: ToJson[AddonPlan]

    Definition Classes
    SprayJsonBoilerplate → AddonRequestJson
  141. implicit lazy val ToJsonAppTransferApp: ToJson[AppTransferApp]

    Definition Classes
    SprayJsonBoilerplate → AppTransferRequestJson
  142. implicit lazy val ToJsonAppTransferOwner: ToJson[AppTransferOwner]

    Definition Classes
    SprayJsonBoilerplate → AppTransferRequestJson
  143. implicit lazy val ToJsonAppTransferRecipient: ToJson[AppTransferRecipient]

    Definition Classes
    SprayJsonBoilerplate → AppTransferRequestJson
  144. implicit lazy val ToJsonBatchUpdateFormationBody: ToJson[BatchUpdateFormationBody]

    Definition Classes
    SprayJsonBoilerplate → FormationRequestJson
  145. implicit lazy val ToJsonChangeEmailAccountBody: ToJson[ChangeEmailAccountBody]

    Definition Classes
    SprayJsonBoilerplate → AccountRequestJson
  146. implicit lazy val ToJsonChangePasswordAccountBody: ToJson[ChangePasswordAccountBody]

    Definition Classes
    SprayJsonBoilerplate → AccountRequestJson
  147. implicit lazy val ToJsonCollaboratorUser: ToJson[CollaboratorUser]

    Definition Classes
    SprayJsonBoilerplate → CollaboratorRequestJson
  148. implicit lazy val ToJsonConfigVar: ToJson[Map[String, String]]

    Definition Classes
    SprayJsonBoilerplate → ConfigVarRequestJson
  149. implicit lazy val ToJsonCreateAddonBody: ToJson[CreateAddonBody]

    Definition Classes
    SprayJsonBoilerplate → AddonRequestJson
  150. implicit lazy val ToJsonCreateAppTransferBody: ToJson[CreateAppTransferBody]

    Definition Classes
    SprayJsonBoilerplate → AppTransferRequestJson
  151. implicit lazy val ToJsonCreateCollaboratorBody: ToJson[CreateCollaboratorBody]

    Definition Classes
    SprayJsonBoilerplate → CollaboratorRequestJson
  152. implicit lazy val ToJsonCreateDomainBody: ToJson[CreateDomainBody]

    Definition Classes
    SprayJsonBoilerplate → DomainRequestJson
  153. implicit lazy val ToJsonCreateDynoBody: ToJson[CreateDynoBody]

    Definition Classes
    SprayJsonBoilerplate → DynoRequestJson
  154. implicit lazy val ToJsonCreateHerokuAppBody: ToJson[CreateHerokuAppBody]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppRequestJson
  155. implicit lazy val ToJsonCreateKeyBody: ToJson[CreateKeyBody]

    Definition Classes
    SprayJsonBoilerplate → KeyRequestJson
  156. implicit lazy val ToJsonCreateLogDrainBody: ToJson[CreateLogDrainBody]

    Definition Classes
    SprayJsonBoilerplate → LogDrainRequestJson
  157. implicit lazy val ToJsonCreateLogSessionBody: ToJson[CreateLogSessionBody]

    Definition Classes
    SprayJsonBoilerplate → LogSessionRequestJson
  158. implicit lazy val ToJsonCreateOAuthAuthorizationBody: ToJson[CreateOAuthAuthorizationBody]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationRequestJson
  159. implicit lazy val ToJsonCreateOAuthClientBody: ToJson[CreateOAuthClientBody]

    Definition Classes
    SprayJsonBoilerplate → OAuthClientRequestJson
  160. implicit lazy val ToJsonCreateOAuthTokenBody: ToJson[CreateOAuthTokenBody]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  161. implicit lazy val ToJsonCreateReleaseBody: ToJson[CreateReleaseBody]

    Definition Classes
    SprayJsonBoilerplate → ReleaseRequestJson
  162. implicit lazy val ToJsonCreateSlugBody: ToJson[CreateSlugBody]

    Definition Classes
    SprayJsonBoilerplate → SlugRequestJson
  163. implicit lazy val ToJsonCreateSslEndpointBody: ToJson[CreateSslEndpointBody]

    Definition Classes
    SprayJsonBoilerplate → SslEndpointRequestJson
  164. implicit lazy val ToJsonDynoRelease: ToJson[DynoRelease]

    Definition Classes
    SprayJsonBoilerplate → DynoRequestJson
  165. implicit lazy val ToJsonFormationUpdate: ToJson[FormationUpdate]

    Definition Classes
    SprayJsonBoilerplate → FormationRequestJson
  166. implicit lazy val ToJsonHerokuAppOwner: ToJson[HerokuAppOwner]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppRequestJson
  167. implicit lazy val ToJsonHerokuAppRegion: ToJson[HerokuAppRegion]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppRequestJson
  168. implicit lazy val ToJsonOAuthAuthorizationAccessToken: ToJson[OAuthAuthorizationAccessToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationRequestJson
  169. implicit lazy val ToJsonOAuthAuthorizationClient: ToJson[OAuthAuthorizationClient]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationRequestJson
  170. implicit lazy val ToJsonOAuthAuthorizationGrant: ToJson[OAuthAuthorizationGrant]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationRequestJson
  171. implicit lazy val ToJsonOAuthAuthorizationRefreshToken: ToJson[OAuthAuthorizationRefreshToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthAuthorizationRequestJson
  172. implicit lazy val ToJsonOAuthTokenAccessToken: ToJson[OAuthTokenAccessToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  173. implicit lazy val ToJsonOAuthTokenAuthorization: ToJson[OAuthTokenAuthorization]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  174. implicit lazy val ToJsonOAuthTokenClient: ToJson[OAuthTokenClient]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  175. implicit lazy val ToJsonOAuthTokenGrant: ToJson[OAuthTokenGrant]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  176. implicit lazy val ToJsonOAuthTokenRefreshToken: ToJson[OAuthTokenRefreshToken]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  177. implicit lazy val ToJsonOAuthTokenSession: ToJson[OAuthTokenSession]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  178. implicit lazy val ToJsonOAuthTokenUser: ToJson[OAuthTokenUser]

    Definition Classes
    SprayJsonBoilerplate → OAuthTokenRequestJson
  179. implicit lazy val ToJsonPlanPrice: ToJson[PlanPrice]

    Definition Classes
    SprayJsonBoilerplate → PlanRequestJson
  180. implicit lazy val ToJsonReleaseSlug: ToJson[ReleaseSlug]

    Definition Classes
    SprayJsonBoilerplate → ReleaseRequestJson
  181. implicit lazy val ToJsonReleaseUser: ToJson[ReleaseUser]

    Definition Classes
    SprayJsonBoilerplate → ReleaseRequestJson
  182. implicit lazy val ToJsonRollbackReleaseBody: ToJson[RollbackReleaseBody]

    Definition Classes
    SprayJsonBoilerplate → ReleaseRequestJson
  183. implicit lazy val ToJsonUpdateAccountBody: ToJson[UpdateAccountBody]

    Definition Classes
    SprayJsonBoilerplate → AccountRequestJson
  184. implicit lazy val ToJsonUpdateAccountFeatureBody: ToJson[UpdateAccountFeatureBody]

    Definition Classes
    SprayJsonBoilerplate → AccountFeatureRequestJson
  185. implicit lazy val ToJsonUpdateAddonBody: ToJson[UpdateAddonBody]

    Definition Classes
    SprayJsonBoilerplate → AddonRequestJson
  186. implicit lazy val ToJsonUpdateAppFeatureBody: ToJson[UpdateAppFeatureBody]

    Definition Classes
    SprayJsonBoilerplate → AppFeatureRequestJson
  187. implicit lazy val ToJsonUpdateAppTransferBody: ToJson[UpdateAppTransferBody]

    Definition Classes
    SprayJsonBoilerplate → AppTransferRequestJson
  188. implicit lazy val ToJsonUpdateFormationBody: ToJson[UpdateFormationBody]

    Definition Classes
    SprayJsonBoilerplate → FormationRequestJson
  189. implicit lazy val ToJsonUpdateHerokuAppBody: ToJson[UpdateHerokuAppBody]

    Definition Classes
    SprayJsonBoilerplate → HerokuAppRequestJson
  190. implicit lazy val ToJsonUpdateOAuthClientBody: ToJson[UpdateOAuthClientBody]

    Definition Classes
    SprayJsonBoilerplate → OAuthClientRequestJson
  191. implicit lazy val ToJsonUpdateSslEndpointBody: ToJson[UpdateSslEndpointBody]

    Definition Classes
    SprayJsonBoilerplate → SslEndpointRequestJson
  192. implicit object UnitJsonFormat extends JsonFormat[Unit]

    Definition Classes
    BasicFormats
  193. implicit def arrayFormat[T](implicit arg0: JsonFormat[T], arg1: ClassManifest[T]): RootJsonFormat[Array[T]] { def write(array: Array[T]): spray.json.JsArray }

    Definition Classes
    CollectionFormats
  194. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  195. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  196. implicit def eitherFormat[A, B](implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]

    Definition Classes
    StandardFormats
  197. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  199. def extractFieldNames(classManifest: ClassManifest[_]): Array[String]

    Attributes
    protected
    Definition Classes
    ProductFormats
  200. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  201. def from[T](implicit t: JsonFormat[T]): FromJson[T]

  202. def fromField[T](value: JsValue, fieldName: String)(implicit reader: JsonReader[T]): T

    Attributes
    protected
    Definition Classes
    ProductFormats
  203. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  205. implicit def immIndexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

    Definition Classes
    CollectionFormats
  206. implicit def immIterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]

    Definition Classes
    CollectionFormats
  207. implicit def immLinearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]

    Definition Classes
    CollectionFormats
  208. implicit def immSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]

    Definition Classes
    CollectionFormats
  209. implicit def immSetFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]

    Definition Classes
    CollectionFormats
  210. implicit def indexedSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[IndexedSeq[T]]

    Definition Classes
    CollectionFormats
  211. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  212. implicit def iterableFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Iterable[T]]

    Definition Classes
    CollectionFormats
  213. def jsonFormat[T](reader: JsonReader[T], writer: JsonWriter[T]): JsonFormat[T]

    Definition Classes
    AdditionalFormats
  214. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String, fieldName22: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  215. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String, fieldName21: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  216. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String, fieldName20: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  217. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String, fieldName19: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  218. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String, fieldName18: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  219. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String, fieldName17: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  220. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String, fieldName16: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  221. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String, fieldName15: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  222. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String, fieldName14: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  223. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String, fieldName13: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  224. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String, fieldName12: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  225. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String, fieldName11: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  226. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String, fieldName10: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  227. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String, fieldName9: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  228. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String, fieldName8: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  229. def jsonFormat[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String, fieldName7: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  230. def jsonFormat[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String, fieldName6: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  231. def jsonFormat[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String, fieldName5: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  232. def jsonFormat[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String, fieldName4: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  233. def jsonFormat[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T, fieldName1: String, fieldName2: String, fieldName3: String)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  234. def jsonFormat[P1, P2, T <: Product](construct: (P1, P2) ⇒ T, fieldName1: String, fieldName2: String)(implicit arg0: JF[P1], arg1: JF[P2]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  235. def jsonFormat[P1, T <: Product](construct: (P1) ⇒ T, fieldName1: String)(implicit arg0: JF[P1]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  236. def jsonFormat1[P1, T <: Product](construct: (P1) ⇒ T)(implicit arg0: JF[P1], arg1: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  237. def jsonFormat10[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  238. def jsonFormat11[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  239. def jsonFormat12[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  240. def jsonFormat13[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  241. def jsonFormat14[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  242. def jsonFormat15[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  243. def jsonFormat16[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  244. def jsonFormat17[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  245. def jsonFormat18[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  246. def jsonFormat19[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  247. def jsonFormat2[P1, P2, T <: Product](construct: (P1, P2) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  248. def jsonFormat20[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  249. def jsonFormat21[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  250. def jsonFormat22[P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14, P15, P16, P17, P18, P19, P20, P21, P22) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: JF[P10], arg10: JF[P11], arg11: JF[P12], arg12: JF[P13], arg13: JF[P14], arg14: JF[P15], arg15: JF[P16], arg16: JF[P17], arg17: JF[P18], arg18: JF[P19], arg19: JF[P20], arg20: JF[P21], arg21: JF[P22], arg22: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  251. def jsonFormat3[P1, P2, P3, T <: Product](construct: (P1, P2, P3) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  252. def jsonFormat4[P1, P2, P3, P4, T <: Product](construct: (P1, P2, P3, P4) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  253. def jsonFormat5[P1, P2, P3, P4, P5, T <: Product](construct: (P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  254. def jsonFormat6[P1, P2, P3, P4, P5, P6, T <: Product](construct: (P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  255. def jsonFormat7[P1, P2, P3, P4, P5, P6, P7, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  256. def jsonFormat8[P1, P2, P3, P4, P5, P6, P7, P8, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  257. def jsonFormat9[P1, P2, P3, P4, P5, P6, P7, P8, P9, T <: Product](construct: (P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: JF[P1], arg1: JF[P2], arg2: JF[P3], arg3: JF[P4], arg4: JF[P5], arg5: JF[P6], arg6: JF[P7], arg7: JF[P8], arg8: JF[P9], arg9: ClassManifest[T]): RootJsonFormat[T]

    Definition Classes
    ProductFormatsInstances
  258. def lazyFormat[T](format: ⇒ JsonFormat[T]): JsonFormat[T] { lazy val delegate: spray.json.JsonFormat[T] }

    Definition Classes
    AdditionalFormats
  259. def lift[T <: AnyRef](reader: RootJsonReader[T]): RootJsonFormat[T]

    Definition Classes
    AdditionalFormats
  260. def lift[T <: AnyRef](reader: JsonReader[T]): JsonFormat[T]

    Definition Classes
    AdditionalFormats
  261. def lift[T](writer: RootJsonWriter[T]): RootJsonFormat[T]

    Definition Classes
    AdditionalFormats
  262. def lift[T](writer: JsonWriter[T]): JsonFormat[T] { def read(value: spray.json.JsValue): Nothing }

    Definition Classes
    AdditionalFormats
  263. implicit def linearSeqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[LinearSeq[T]]

    Definition Classes
    CollectionFormats
  264. implicit def listFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[List[T]] { def write(list: List[T]): spray.json.JsArray }

    Definition Classes
    CollectionFormats
  265. implicit def mapFormat[K, V](implicit arg0: JsonFormat[K], arg1: JsonFormat[V]): RootJsonFormat[Map[K, V]] { def write(m: Map[K,V]): spray.json.JsObject }

    Definition Classes
    CollectionFormats
  266. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  269. implicit def optionFormat[T](implicit arg0: JF[T]): OptionFormat[T]

    Definition Classes
    StandardFormats
  270. def productElement2Field[T](fieldName: String, p: Product, ix: Int, rest: List[(String, JsValue)])(implicit writer: JsonWriter[T]): List[(String, JsValue)]

    Attributes
    protected
    Definition Classes
    NullOptions → ProductFormats
  271. def rootFormat[T](format: JsonFormat[T]): RootJsonFormat[T]

    Definition Classes
    AdditionalFormats
  272. def rootJsonFormat[T](reader: RootJsonReader[T], writer: RootJsonWriter[T]): RootJsonFormat[T]

    Definition Classes
    AdditionalFormats
  273. def safeReader[A](implicit arg0: JsonReader[A]): JsonReader[Either[Exception, A]]

    Definition Classes
    AdditionalFormats
  274. implicit def seqFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Seq[T]]

    Definition Classes
    CollectionFormats
  275. implicit def setFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Set[T]]

    Definition Classes
    CollectionFormats
  276. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  277. def toString(): String

    Definition Classes
    AnyRef → Any
  278. implicit def tuple1Format[A](implicit arg0: JF[A]): JF[(A)]

    Definition Classes
    StandardFormats
  279. implicit def tuple2Format[A, B](implicit arg0: JF[A], arg1: JF[B]): RootJsonFormat[(A, B)] { def write(t: (A, B)): spray.json.JsArray }

    Definition Classes
    StandardFormats
  280. implicit def tuple3Format[A, B, C](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): RootJsonFormat[(A, B, C)] { def write(t: (A, B, C)): spray.json.JsArray }

    Definition Classes
    StandardFormats
  281. implicit def tuple4Format[A, B, C, D](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): RootJsonFormat[(A, B, C, D)] { def write(t: (A, B, C, D)): spray.json.JsArray }

    Definition Classes
    StandardFormats
  282. implicit def tuple5Format[A, B, C, D, E](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): RootJsonFormat[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): spray.json.JsArray }

    Definition Classes
    StandardFormats
  283. implicit def tuple6Format[A, B, C, D, E, F](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): RootJsonFormat[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): spray.json.JsArray }

    Definition Classes
    StandardFormats
  284. implicit def tuple7Format[A, B, C, D, E, F, G](implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): RootJsonFormat[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): spray.json.JsArray }

    Definition Classes
    StandardFormats
  285. implicit def vectorFormat[T](implicit arg0: JsonFormat[T]): RootJsonFormat[Vector[T]]

    Definition Classes
    CollectionFormats
  286. def viaList[I <: Iterable[T], T](f: (List[T]) ⇒ I)(implicit arg0: JsonFormat[T]): RootJsonFormat[I]

    Definition Classes
    CollectionFormats
  287. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ApiResponseJson

Inherited from StackResponseJson

Inherited from SslEndpointResponseJson

Inherited from SlugResponseJson

Inherited from ReleaseResponseJson

Inherited from RegionResponseJson

Inherited from RateLimitResponseJson

Inherited from PlanResponseJson

Inherited from OAuthTokenResponseJson

Inherited from OAuthClientResponseJson

Inherited from OAuthAuthorizationResponseJson

Inherited from LogSessionResponseJson

Inherited from LogDrainResponseJson

Inherited from KeyResponseJson

Inherited from HerokuAppResponseJson

Inherited from FormationResponseJson

Inherited from DynoResponseJson

Inherited from DomainResponseJson

Inherited from CollaboratorResponseJson

Inherited from AppTransferResponseJson

Inherited from AppFeatureResponseJson

Inherited from AddonServiceResponseJson

Inherited from AddonResponseJson

Inherited from AccountFeatureResponseJson

Inherited from AccountResponseJson

Inherited from ConfigVarResponseJson

Inherited from ErrorResponseJson

Inherited from ApiRequestJson

Inherited from SslEndpointRequestJson

Inherited from SlugRequestJson

Inherited from ReleaseRequestJson

Inherited from PlanRequestJson

Inherited from OAuthTokenRequestJson

Inherited from OAuthClientRequestJson

Inherited from OAuthAuthorizationRequestJson

Inherited from LogSessionRequestJson

Inherited from LogDrainRequestJson

Inherited from KeyRequestJson

Inherited from HerokuAppRequestJson

Inherited from FormationRequestJson

Inherited from DynoRequestJson

Inherited from DomainRequestJson

Inherited from CollaboratorRequestJson

Inherited from AppTransferRequestJson

Inherited from AppFeatureRequestJson

Inherited from AddonRequestJson

Inherited from AccountFeatureRequestJson

Inherited from AccountRequestJson

Inherited from ConfigVarRequestJson

Inherited from NullOptions

Inherited from DefaultJsonProtocol

Inherited from AdditionalFormats

Inherited from ProductFormats

Inherited from ProductFormatsInstances

Inherited from CollectionFormats

Inherited from StandardFormats

Inherited from BasicFormats

Inherited from AnyRef

Inherited from Any

Ungrouped