EnterpriseCrmLoggingGwsFieldLimitsShortenerType

enum EnterpriseCrmLoggingGwsFieldLimitsShortenerType : Enum<EnterpriseCrmLoggingGwsFieldLimitsShortenerType> , ConvertibleToJava<EnterpriseCrmLoggingGwsFieldLimitsShortenerType>

Entries

Link copied to clipboard

String is shortened to max_string_length.

Link copied to clipboard

String is replaced by its hex-string hash.

Link copied to clipboard

String is replaced by a combination of string shortening and a hex-string hash.

Link copied to clipboard

String shortening for email addresses. Shortening may be done on the user and/or domain portion of the email address.

Link copied to clipboard

String is replaced by a combination of string shortening and a hex-string hash for an email address.

Link copied to clipboard

Shortens a domain name (e.g., as part of an email address or URL).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): EnterpriseCrmLoggingGwsFieldLimitsShortenerType
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: EnterpriseCrmLoggingGwsFieldLimitsShortenerType
Link copied to clipboard
Link copied to clipboard