GalleryImage.UpdateStages.WithUniqueIdentifier Interface

public static interface GalleryImage.UpdateStages.WithUniqueIdentifier

The stage of the galleryimage 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 GalleryImage.Update withUniqueIdentifier(String uniqueIdentifier)

Specifies uniqueIdentifier.

Parameters:

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

Returns:

the next update stage

Applies to