Uses of Record Class
it.auties.whatsapp.model.mobile.PhoneNumber
Packages that use PhoneNumber
Package
Description
-
Uses of PhoneNumber in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as PhoneNumberModifier and TypeFieldDescriptionprivate PhoneNumberController.phoneNumberThe phone number of the associated companionMethods in it.auties.whatsapp.controller that return types with arguments of type PhoneNumberModifier and TypeMethodDescriptionControllerSerializer.listPhoneNumbers(ClientType type) Returns all the known IDsController.phoneNumber()Returns the phone number of this controllerMethods in it.auties.whatsapp.controller with parameters of type PhoneNumberModifier and TypeMethodDescriptionController.setPhoneNumber(PhoneNumber phoneNumber) Sets the phone number used by this sessionConstructors in it.auties.whatsapp.controller with parameters of type PhoneNumberModifierConstructorDescriptionController(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias) Keys(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, int registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String phoneId, byte[] deviceId, byte[] identityId, SignedDeviceIdentity companionIdentity, Map<SenderKeyName, SenderKeyRecord> senderKeys, Map<Jid, LinkedList<AppStateSyncKey>> appStateKeys, Map<SessionAddress, Session> sessions, Map<Jid, Map<PatchType, CompanionHashState>> hashStates, Map<Jid, Collection<Jid>> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) Store(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap<Jid, ConcurrentHashMap<String, ChatMessageInfo>> status, ConcurrentHashMap<Jid, Newsletter> newsletters, ConcurrentHashMap<PrivacySettingType, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, boolean autodetectListeners, boolean cacheDetectedListeners, boolean automaticPresenceUpdates, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of PhoneNumber in it.auties.whatsapp.model.mobile
Methods in it.auties.whatsapp.model.mobile that return PhoneNumberModifier and TypeMethodDescriptionstatic PhoneNumberPhoneNumber.of(long phoneNumber) static PhoneNumberMethods in it.auties.whatsapp.model.mobile that return types with arguments of type PhoneNumberModifier and TypeMethodDescriptionstatic Optional<PhoneNumber> PhoneNumber.ofNullable(Long phoneNumber) -
Uses of PhoneNumber in it.auties.whatsapp.model.response
Fields in it.auties.whatsapp.model.response declared as PhoneNumberModifier and TypeFieldDescriptionprivate final PhoneNumberVerificationCodeResponse.numberThe field for thenumberrecord component.Methods in it.auties.whatsapp.model.response that return PhoneNumberModifier and TypeMethodDescriptionVerificationCodeResponse.number()Returns the value of thenumberrecord component.Constructors in it.auties.whatsapp.model.response with parameters of type PhoneNumberModifierConstructorDescriptionVerificationCodeResponse(PhoneNumber number, long lid, VerificationCodeStatus status, VerificationCodeError errorReason, VerificationCodeMethod method, int codeLength, int notifyAfter, long retryAfter, long voiceLength, long callWait, long smsWait, boolean flashType, long whatsappWait, boolean securityCodeSet, String imageCaptcha, String audioCaptcha, boolean whatsappOldEligible, boolean autoConfigure) Creates an instance of aVerificationCodeResponserecord class. -
Uses of PhoneNumber in it.auties.whatsapp.util
Fields in it.auties.whatsapp.util with type parameters of type PhoneNumberModifier and TypeFieldDescriptionprivate LinkedList<PhoneNumber> DefaultControllerSerializer.cachedPhoneNumbersMethods in it.auties.whatsapp.util that return types with arguments of type PhoneNumberModifier and TypeMethodDescriptionDefaultControllerSerializer.listPhoneNumbers(ClientType type) private Optional<PhoneNumber> DefaultControllerSerializer.parsePathAsPhoneNumber(Path file)