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