Factory.DefinitionStages.WithIfMatch Interface

public static interface Factory.DefinitionStages.WithIfMatch

The stage of the Factory definition allowing to specify ifMatch.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIfMatch(String ifMatch)

Specifies the ifMatch property: ETag of the factory entity.

Method Details

withIfMatch

public abstract Factory.DefinitionStages.WithCreate withIfMatch(String ifMatch)

Specifies the ifMatch property: ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update..

Parameters:

ifMatch - ETag of the factory entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.

Returns:

the next definition stage.

Applies to