ProfileResourceFormat.UpdateStages.WithLocalizedAttributes Interface

public static interface ProfileResourceFormat.UpdateStages.WithLocalizedAttributes

The stage of the ProfileResourceFormat update allowing to specify localizedAttributes.

Method Summary

Modifier and Type Method and Description
abstract Update withLocalizedAttributes(Map<String,Map<String,String>> localizedAttributes)

Specifies the localizedAttributes property: Any custom localized attributes for the Type..

Method Details

withLocalizedAttributes

public abstract ProfileResourceFormat.Update withLocalizedAttributes(Map<>> localizedAttributes)

Specifies the localizedAttributes property: Any custom localized attributes for the Type..

Parameters:

localizedAttributes - Any custom localized attributes for the Type.

Returns:

the next definition stage.

Applies to