Asset.DefinitionStages.WithDescription Interface

public static interface Asset.DefinitionStages.WithDescription

The stage of the Asset definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: The Asset description..

Method Details

withDescription

public abstract Asset.DefinitionStages.WithCreate withDescription(String description)

Specifies the description property: The Asset description..

Parameters:

description - The Asset description.

Returns:

the next definition stage.

Applies to