Interface BackendContract.UpdateStages.WithProperties

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

public static interface BackendContract.UpdateStages.WithProperties
The stage of the BackendContract update allowing to specify properties.
  • Method Details

    • withProperties

      BackendContract.Update withProperties(BackendProperties properties)
      Specifies the properties property: Backend Properties contract.
      Parameters:
      properties - Backend Properties contract.
      Returns:
      the next definition stage.