-
public final class MenigaApiResponse.Object extends MenigaApiResponse
-
-
Constructor Summary
Constructors Constructor Description Object(JsonObject data, JsonObject meta, JsonObject included)
-
Method Summary
Modifier and Type Method Description final JsonObject
component1()
final JsonObject
component2()
final JsonObject
component3()
final MenigaApiResponse.Object
copy(JsonObject data, JsonObject meta, JsonObject included)
final JsonObject
getData()
JsonObject
getMeta()
JsonObject
getIncluded()
-
-
Method Detail
-
component1
final JsonObject component1()
-
component2
final JsonObject component2()
-
component3
final JsonObject component3()
-
copy
final MenigaApiResponse.Object copy(JsonObject data, JsonObject meta, JsonObject included)
-
getData
final JsonObject getData()
-
getMeta
JsonObject getMeta()
-
getIncluded
JsonObject getIncluded()
-
-
-
-