GatewayHostnameConfigurationContract.UpdateStages.WithIfMatch Interface

public static interface GatewayHostnameConfigurationContract.UpdateStages.WithIfMatch

The stage of the GatewayHostnameConfigurationContract update allowing to specify ifMatch.

Method Summary

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

Specifies the ifMatch property: ETag of the Entity.

Method Details

withIfMatch

public abstract GatewayHostnameConfigurationContract.Update withIfMatch(String ifMatch)

Specifies the ifMatch property: ETag of the Entity. Not required when creating an entity, but required when updating an entity..

Parameters:

ifMatch - ETag of the Entity. Not required when creating an entity, but required when updating an entity.

Returns:

the next definition stage.

Applies to