Class CallResult
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,CallResult>
com.sinch.sdk.domains.voice.models.v1.calls.response.CallResult
Contains the result of a call.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CallResult
The call was answered.static final CallResult
The line called was busy.static final CallResult
The call failed.static final CallResult
static final CallResult
The line called failed to answer. -
Method Summary
Modifier and TypeMethodDescriptionstatic CallResult
static String
static Stream
<CallResult> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
N_A
-
ANSWERED
The call was answered. -
BUSY
The line called was busy. -
NOANSWER
The line called failed to answer. -
FAILED
The call failed.
-
-
Method Details
-
values
-
from
-
valueOf
-