TYPE

enum TYPE

The type of recipient of the forwarded call

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
@get:NonNull
private open val name: String
Link copied to clipboard
private open val value: Int

Functions

Link copied to clipboard
open fun fromString(@NonNull name: String): STWCallForwardingSettingsProfile.TYPE
Link copied to clipboard
open fun fromValue(type: Int): String
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): STWCallForwardingSettingsProfile.TYPE
Link copied to clipboard
open fun values(): Array<STWCallForwardingSettingsProfile.TYPE>