Uses of Enum Class
net.bluemind.cti.api.Status.Type
Packages that use Status.Type
-
Uses of Status.Type in net.bluemind.cti.api
Subclasses with type arguments of type Status.Type in net.bluemind.cti.apiFields in net.bluemind.cti.api declared as Status.TypeMethods in net.bluemind.cti.api that return Status.TypeModifier and TypeMethodDescriptionstatic Status.TypeReturns the enum constant of this class with the specified name.static Status.Type[]Status.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.cti.api with parameters of type Status.TypeModifier and TypeMethodDescriptionstatic StatusStatus.create(Status.Type type, String message) static StatusStatus.create(Status.Type type, Status.PhoneState phoneState, String message)