UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Response.CommandFields

@HomeExperimentalApi
enum UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Response.CommandFields : Enum, Field


Descriptor enum for this command's request fields.

Summary

Enum Values

nullableIntValue

The nullableIntValue command request field.

nullableIntWasNull

The nullableIntWasNull command request field.

nullableListValue

The nullableListValue command request field.

nullableListWasNull

The nullableListWasNull command request field.

nullableOptionalIntValue

The nullableOptionalIntValue command request field.

nullableOptionalIntWasNull

The nullableOptionalIntWasNull command request field.

nullableOptionalIntWasPresent

The nullableOptionalIntWasPresent command request field.

nullableOptionalListValue

The nullableOptionalListValue command request field.

nullableOptionalListWasNull

The nullableOptionalListWasNull command request field.

nullableOptionalListWasPresent

The nullableOptionalListWasPresent command request field.

nullableOptionalStringValue

The nullableOptionalStringValue command request field.

nullableOptionalStringWasNull

The nullableOptionalStringWasNull command request field.

nullableOptionalStringWasPresent

The nullableOptionalStringWasPresent command request field.

nullableOptionalStructValue

The nullableOptionalStructValue command request field.

nullableOptionalStructWasNull

The nullableOptionalStructWasNull command request field.

nullableOptionalStructWasPresent

The nullableOptionalStructWasPresent command request field.

nullableStringValue

The nullableStringValue command request field.

nullableStringWasNull

The nullableStringWasNull command request field.

nullableStructValue

The nullableStructValue command request field.

nullableStructWasNull

The nullableStructWasNull command request field.

optionalIntValue

The optionalIntValue command request field.

optionalIntWasPresent

The optionalIntWasPresent command request field.

optionalListValue

The optionalListValue command request field.

optionalListWasPresent

The optionalListWasPresent command request field.

optionalStringValue

The optionalStringValue command request field.

optionalStringWasPresent

The optionalStringWasPresent command request field.

optionalStructValue

The optionalStructValue command request field.

optionalStructWasPresent

The optionalStructWasPresent command request field.

Public companion properties

StructDescriptor

Public functions

UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Response.CommandFields
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Response.CommandFields>

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

Enum Values

Public companion properties

StructDescriptor

val StructDescriptorStructDescriptor

Public functions

valueOf

fun valueOf(value: String): UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Response.CommandFields

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.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<UnitTestingTrait.TestComplexNullableOptionalRequestCommand.Response.CommandFields>

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

This method may be used to iterate over the constants.

Public properties

descriptor

open val descriptorDescriptor

fieldName

open val fieldNameString

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString