Interface Input.UpdateStages.WithIfMatch

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

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

      • withIfMatch

        Input.Update withIfMatch​(String ifMatch)
        Specifies the ifMatch property: The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes..
        Parameters:
        ifMatch - The ETag of the input. Omit this value to always overwrite the current input. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
        Returns:
        the next definition stage.