ProfileResourceFormat.UpdateStages.WithEntityType Interface

public static interface ProfileResourceFormat.UpdateStages.WithEntityType

The stage of the ProfileResourceFormat update allowing to specify entityType.

Method Summary

Modifier and Type Method and Description
abstract Update withEntityType(EntityTypes entityType)

Specifies the entityType property: Type of entity..

Method Details

withEntityType

public abstract ProfileResourceFormat.Update withEntityType(EntityTypes entityType)

Specifies the entityType property: Type of entity..

Parameters:

entityType - Type of entity.

Returns:

the next definition stage.

Applies to