-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTION_NOT_SETUPDATEREPLACE
-
Method Summary
Modifier and Type Method Description static LivekitSip.UpdateSIPInboundTrunkRequest.ActionCasevalueOf(int value)static LivekitSip.UpdateSIPInboundTrunkRequest.ActionCaseforNumber(int value)intgetNumber()static Array<LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase>values()static LivekitSip.UpdateSIPInboundTrunkRequest.ActionCasevalueOf(String name)-
-
Method Detail
-
valueOf
@Deprecated() static LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase valueOf(int value)
-
forNumber
static LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase forNumber(int value)
-
getNumber
int getNumber()
-
values
static Array<LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase> values()
-
valueOf
static LivekitSip.UpdateSIPInboundTrunkRequest.ActionCase valueOf(String name)
-
-
-
-