Uses of Class
com.sinch.sdk.domains.voice.models.v1.calls.response.CallInformation.ReasonEnum
Package
Description
Models related to Voice Calls responses
-
Uses of CallInformation.ReasonEnum in com.sinch.sdk.domains.voice.models.v1.calls.response
Modifier and TypeFieldDescriptionstatic final CallInformation.ReasonEnum
CallInformation.ReasonEnum.BLOCKED
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.CALLEEHANGUP
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.CALLERHANGUP
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.CANCEL
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.GENERALERROR
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.INVALIDSVAMLACTION
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.MANAGERHANGUP
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.N_A
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.NOCREDITPARTNER
static final CallInformation.ReasonEnum
CallInformation.ReasonEnum.TIMEOUT
Modifier and TypeMethodDescriptionstatic CallInformation.ReasonEnum
CallInformation.getReason()
Contains the reason why a call ended.Modifier and TypeMethodDescriptionstatic Stream
<CallInformation.ReasonEnum> CallInformation.ReasonEnum.values()
Modifier and TypeMethodDescriptionCallInformation.Builder.setReason
(CallInformation.ReasonEnum reason) see getterstatic String
CallInformation.ReasonEnum.valueOf
(CallInformation.ReasonEnum e)