Class RegistryValueEntity


  • public final class RegistryValueEntity
    extends EntityInner
    Represents a registry value entity.
    • Constructor Detail

      • RegistryValueEntity

        public RegistryValueEntity()
    • Method Detail

      • keyEntityId

        public String keyEntityId()
        Get the keyEntityId property: The registry key entity id.
        Returns:
        the keyEntityId value.
      • valueData

        public String valueData()
        Get the valueData property: String formatted representation of the value data.
        Returns:
        the valueData value.
      • valueName

        public String valueName()
        Get the valueName property: The registry value name.
        Returns:
        the valueName value.
      • valueType

        public RegistryValueKind valueType()
        Get the valueType property: Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.
        Returns:
        the valueType value.
      • additionalData

        public Map<String,​Object> additionalData()
        Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
        Returns:
        the additionalData value.
      • friendlyName

        public String friendlyName()
        Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.
        Returns:
        the friendlyName value.