ProfileResourceFormat.UpdateStages.WithTypeName Interface

public static interface ProfileResourceFormat.UpdateStages.WithTypeName

The stage of the ProfileResourceFormat update allowing to specify typeName.

Method Summary

Modifier and Type Method and Description
abstract Update withTypeName(String typeName)

Specifies the typeName property: The name of the entity..

Method Details

withTypeName

public abstract ProfileResourceFormat.Update withTypeName(String typeName)

Specifies the typeName property: The name of the entity..

Parameters:

typeName - The name of the entity.

Returns:

the next definition stage.

Applies to