Interface NamedValueContract.DefinitionStages.WithSecret

All Known Subinterfaces:
NamedValueContract.Definition, NamedValueContract.DefinitionStages.WithCreate
Enclosing interface:
NamedValueContract.DefinitionStages

public static interface NamedValueContract.DefinitionStages.WithSecret
The stage of the NamedValueContract definition allowing to specify secret.
  • Method Details

    • withSecret

      Specifies the secret property: Determines whether the value is a secret and should be encrypted or not. Default value is false..
      Parameters:
      secret - Determines whether the value is a secret and should be encrypted or not. Default value is false.
      Returns:
      the next definition stage.