ChannelTrait.ProgramStruct.StructFields

@HomeExperimentalApi
enum ChannelTrait.ProgramStruct.StructFields : Enum, Field


Descriptor enum for this struct's fields.

Summary

Enum Values

audioLanguages

The audioLanguages command request field.

castList

The castList command request field.

categoryList

The categoryList command request field.

channel

The channel command request field.

description

The description command request field.

dvbiUrl

The dvbiUrl command request field.

endTime

The endTime command request field.

externalIdList

The externalIdList command request field.

identifier

The identifier command request field.

parentalGuidanceText

The parentalGuidanceText command request field.

posterArtUrl

The posterArtUrl command request field.

ratings

The ratings command request field.

recordingFlag

The recordingFlag command request field.

releaseDate

The releaseDate command request field.

seriesInfo

The seriesInfo command request field.

startTime

The startTime command request field.

subtitle

The subtitle command request field.

thumbnailUrl

The thumbnailUrl command request field.

title

The title command request field.

Public functions

ChannelTrait.ProgramStruct.StructFields
valueOf(value: String)

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

Array<ChannelTrait.ProgramStruct.StructFields>

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

Enum Values

Public functions

valueOf

fun valueOf(value: String): ChannelTrait.ProgramStruct.StructFields

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<ChannelTrait.ProgramStruct.StructFields>

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