GalleryImage.UpdateStages.WithIsEnabled Interface

public static interface GalleryImage.UpdateStages.WithIsEnabled

The stage of the galleryimage update allowing to specify IsEnabled.

Method Summary

Modifier and Type Method and Description
abstract Update withIsEnabled(Boolean isEnabled)

Specifies isEnabled.

Method Details

withIsEnabled

public abstract GalleryImage.Update withIsEnabled(Boolean isEnabled)

Specifies isEnabled.

Parameters:

isEnabled - Indicates whether this gallery image is enabled

Returns:

the next update stage

Applies to