Uses of Enum Class
com.mypurecloud.sdk.v2.model.Call.InitialStateEnum
Packages that use Call.InitialStateEnum
-
Uses of Call.InitialStateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Call.InitialStateEnumModifier and TypeMethodDescriptionstatic Call.InitialStateEnumCall.InitialStateEnum.fromString(String key) Call.getInitialState()static Call.InitialStateEnumReturns the enum constant of this class with the specified name.static Call.InitialStateEnum[]Call.InitialStateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Call.InitialStateEnumModifier and TypeMethodDescriptionCall.initialState(Call.InitialStateEnum initialState) The initial connection state of this communication.voidCall.setInitialState(Call.InitialStateEnum initialState)