Interface PolicyContract.UpdateStages.WithValue

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

public static interface PolicyContract.UpdateStages.WithValue
The stage of the PolicyContract update allowing to specify value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the value property: Contents of the Policy as defined by the format..
  • Method Details

    • withValue

      PolicyContract.Update withValue(String value)
      Specifies the value property: Contents of the Policy as defined by the format..
      Parameters:
      value - Contents of the Policy as defined by the format.
      Returns:
      the next definition stage.