Class AppConfigCustomizedProperty.JsonObjectProperty

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final JsonObject content
      private final String name
      private final Object value
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getKey()
      final JsonObject getContent()
      String toString()
      • Methods inherited from class com.sap.cloud.mobile.foundation.model.AppConfigCustomizedProperty

        getName, getValue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AppConfigCustomizedProperty.JsonObjectProperty

        AppConfigCustomizedProperty.JsonObjectProperty(String key, JsonObject content)