SessionEntityTypeEntityOverrideMode

enum SessionEntityTypeEntityOverrideMode : Enum<SessionEntityTypeEntityOverrideMode> , ConvertibleToJava<SessionEntityTypeEntityOverrideMode>

Required. Indicates whether the additional data should override or supplement the custom entity type definition.

Entries

Link copied to clipboard

Not specified. This value should be never used.

Link copied to clipboard

The collection of session entities overrides the collection of entities in the corresponding custom entity type.

Link copied to clipboard

The collection of session entities extends the collection of entities in the corresponding custom entity type. Note: Even in this override mode calls to ListSessionEntityTypes, GetSessionEntityType, CreateSessionEntityType and UpdateSessionEntityType only return the additional entities added in this session entity type. If you want to get the supplemented list, please call EntityTypes.GetEntityType on the custom entity type and merge.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): SessionEntityTypeEntityOverrideMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: SessionEntityTypeEntityOverrideMode
Link copied to clipboard
Link copied to clipboard