次の方法で共有


ProjectFile.UpdateStages.WithEtag Interface

public static interface ProjectFile.UpdateStages.WithEtag

The stage of the ProjectFile update allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract Update withEtag(String etag)

Specifies the etag property: HTTP strong entity tag value.

Method Details

withEtag

public abstract ProjectFile.Update withEtag(String etag)

Specifies the etag property: HTTP strong entity tag value. This is ignored if submitted..

Parameters:

etag - HTTP strong entity tag value. This is ignored if submitted.

Returns:

the next definition stage.

Applies to