Uses of Enum
com.bandwidth.sdk.model.CallStateEnum
Packages that use CallStateEnum
-
Uses of CallStateEnum in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return CallStateEnumModifier and TypeMethodDescriptionstatic CallStateEnum
UpdateCall.getState()
Get stateCallStateEnum.Adapter.read
(com.google.gson.stream.JsonReader jsonReader) static CallStateEnum
Returns the enum constant of this type with the specified name.static CallStateEnum[]
CallStateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bandwidth.sdk.model with parameters of type CallStateEnumModifier and TypeMethodDescriptionvoid
UpdateCall.setState
(CallStateEnum state) UpdateCall.state
(CallStateEnum state) void
CallStateEnum.Adapter.write
(com.google.gson.stream.JsonWriter jsonWriter, CallStateEnum enumeration)