Interface DataMaskingRule.UpdateStages.WithNumberTo

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

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

    Modifier and Type
    Method
    Description
    withNumberTo(String numberTo)
    Specifies the numberTo property: The numberTo property of the data masking rule.
  • Method Details

    • withNumberTo

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