Uses of Enum Class
it.auties.whatsapp.model.call.CallStatus
Packages that use CallStatus
-
Uses of CallStatus in it.auties.whatsapp.model.call
Fields in it.auties.whatsapp.model.call declared as CallStatusModifier and TypeFieldDescriptionprivate final CallStatusCall.statusThe field for thestatusrecord component.private CallStatusCallBuilder.statusMethods in it.auties.whatsapp.model.call that return CallStatusModifier and TypeMethodDescriptionCall.status()Returns the value of thestatusrecord component.static CallStatusReturns the enum constant of this class with the specified name.static CallStatus[]CallStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.call that return types with arguments of type CallStatusMethods in it.auties.whatsapp.model.call with parameters of type CallStatusModifier and TypeMethodDescriptionstatic IntegerCallStatusSpec.encode(CallStatus protoInputObject) CallBuilder.status(CallStatus status) Constructors in it.auties.whatsapp.model.call with parameters of type CallStatusModifierConstructorDescriptionCall(Jid chat, Jid caller, String id, long timestampSeconds, boolean video, CallStatus status, boolean offline) Creates an instance of aCallrecord class.