ProfileResourceFormat.UpdateStages.WithDisplayName Interface

public static interface ProfileResourceFormat.UpdateStages.WithDisplayName

The stage of the ProfileResourceFormat update allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract Update withDisplayName(Map<String,String> displayName)

Specifies the displayName property: Localized display names for the property..

Method Details

withDisplayName

public abstract ProfileResourceFormat.Update withDisplayName(Map displayName)

Specifies the displayName property: Localized display names for the property..

Parameters:

displayName - Localized display names for the property.

Returns:

the next definition stage.

Applies to