Class SetValueResponse


  • public final class SetValueResponse
    extends java.lang.Object
    • Method Detail

      • isSecret

        public java.util.Optional<java.lang.Boolean> isSecret()
        Returns:
        Flag to indicate whether the value represents a secret or not.
      • name

        public java.lang.String name()
        Returns:
        The name of the overridable value.
      • value

        public java.lang.String value()
        Returns:
        The overridable value.