-
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 JsonObjectcomponent1()final JsonObjectcomponent2()final JsonObjectcomponent3()final MenigaApiResponse.Objectcopy(JsonObject data, JsonObject meta, JsonObject included)final JsonObjectgetData()JsonObjectgetMeta()JsonObjectgetIncluded()-
-
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()
-
-
-
-