Class AppConfigCustomizedProperty.StringProperty

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String key
      private final String 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 String 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.StringProperty

        AppConfigCustomizedProperty.StringProperty(String key, String content)