GalleryImage.DefinitionStages.WithIsEnabled Interface

public static interface GalleryImage.DefinitionStages.WithIsEnabled

The stage of the galleryimage definition allowing to specify IsEnabled.

Method Summary

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

Specifies isEnabled.

Method Details

withIsEnabled

public abstract GalleryImage.DefinitionStages.WithCreate withIsEnabled(Boolean isEnabled)

Specifies isEnabled.

Parameters:

isEnabled - Indicates whether this gallery image is enabled

Returns:

the next definition stage

Applies to