InboundEndpoint.UpdateStages.WithIfMatch Interface
public static interface InboundEndpoint.UpdateStages.WithIfMatch
The stage of the InboundEndpoint update allowing to specify ifMatch.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withIfMatch(String ifMatch)
Specifies the if |
Method Details
withIfMatch
public abstract InboundEndpoint.Update withIfMatch(String ifMatch)
Specifies the ifMatch property: ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes..
Parameters:
Returns: