Package 

Class MenigaApiResponse.Object

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final JsonObject data
      private final JsonObject meta
      private final JsonObject included
    • 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()
      • Methods inherited from class com.meniga.sdk.converters.MenigaApiResponse

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait