Interface TagContract.UpdateStages.WithIfMatch

  • All Known Subinterfaces:
    TagContract.Update
    Enclosing interface:
    TagContract.UpdateStages

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

      • withIfMatch

        TagContract.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.