Lab.UpdateStages.WithUniqueIdentifier Interface

public static interface Lab.UpdateStages.WithUniqueIdentifier

The stage of the lab update allowing to specify UniqueIdentifier.

Method Summary

Modifier and Type Method and Description
abstract Update withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Method Details

withUniqueIdentifier

public abstract Lab.Update withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Parameters:

uniqueIdentifier - The unique immutable identifier of a resource (Guid)

Returns:

the next update stage

Applies to