Interface LoggerContract.UpdateStages.WithIfMatch

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

public static interface LoggerContract.UpdateStages.WithIfMatch
The stage of the LoggerContract update allowing to specify ifMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: ETag of the Entity.
  • Method Details

    • withIfMatch

      LoggerContract.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update..
      Parameters:
      ifMatch - ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.
      Returns:
      the next definition stage.