Class PropertyPreview


  • @Beta
    public class PropertyPreview
    extends java.lang.Object
    • Method Detail

      • getName

        public java.lang.String getName()
        Property name.
      • getType

        public PropertyPreview.Type getType()
        Object type. Accessor means that the property itself is an accessor property.
      • getValue

        public java.util.Optional<java.lang.String> getValue()
        User-friendly property value string.
      • getValuePreview

        public java.util.Optional<ObjectPreview> getValuePreview()
        Nested value preview.
      • getSubtype

        public java.util.Optional<PropertyPreview.Subtype> getSubtype()
        Object subtype hint. Specified for `object` type values only.