Interface DataMaskingRule.UpdateStages.WithNumberFrom

All Known Subinterfaces:
DataMaskingRule.Update
Enclosing interface:
DataMaskingRule.UpdateStages

public static interface DataMaskingRule.UpdateStages.WithNumberFrom
The stage of the DataMaskingRule update allowing to specify numberFrom.
  • Method Summary

    Modifier and Type
    Method
    Description
    withNumberFrom(String numberFrom)
    Specifies the numberFrom property: The numberFrom property of the masking rule.
  • Method Details

    • withNumberFrom

      DataMaskingRule.Update withNumberFrom(String numberFrom)
      Specifies the numberFrom property: The numberFrom property of the masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored..
      Parameters:
      numberFrom - The numberFrom property of the masking rule. Required if maskingFunction is set to Number, otherwise this parameter will be ignored.
      Returns:
      the next definition stage.