Uses of Enum Class
com.bytedesk.call.xml_curl.enums.FsHangupCauseEnum
Packages that use FsHangupCauseEnum
-
Uses of FsHangupCauseEnum in com.bytedesk.call.xml_curl.enums
Methods in com.bytedesk.call.xml_curl.enums that return FsHangupCauseEnumModifier and TypeMethodDescriptionstatic FsHangupCauseEnumstatic FsHangupCauseEnumFsHangupCauseEnum.getBySipCause(Integer sipCause) static FsHangupCauseEnumFsHangupCauseEnum.getByValue(String value) static FsHangupCauseEnumReturns the enum constant of this class with the specified name.static FsHangupCauseEnum[]FsHangupCauseEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.