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 companionprivate PhoneNumberKeysBuilder.phoneNumberprivate PhoneNumberStoreBuilder.phoneNumberFields in it.auties.whatsapp.controller with type parameters of type PhoneNumberModifier and TypeFieldDescriptionprivate LinkedList<PhoneNumber> ProtobufControllerSerializer.cachedPhoneNumbersprivate static final LinkedList<PhoneNumber> DiscardingControllerSerializer.EMPTY_PHONE_NUMBERSMethods in it.auties.whatsapp.controller that return types with arguments of type PhoneNumberModifier and TypeMethodDescriptionControllerSerializer.listPhoneNumbers(ClientType type) Returns all the known IDsDiscardingControllerSerializer.listPhoneNumbers(ClientType type) ProtobufControllerSerializer.listPhoneNumbers(ClientType type) private Optional<PhoneNumber> ProtobufControllerSerializer.parsePathAsPhoneNumber(Path file) Controller.phoneNumber()Returns the phone number of this controllerMethods in it.auties.whatsapp.controller with parameters of type PhoneNumberModifier and TypeMethodDescriptionKeysBuilder.phoneNumber(PhoneNumber phoneNumber) StoreBuilder.phoneNumber(PhoneNumber phoneNumber) Controller.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, ClientType clientType, Collection<String> alias, Integer registrationId, SignalKeyPair noiseKeyPair, SignalKeyPair ephemeralKeyPair, SignalKeyPair identityKeyPair, SignalKeyPair companionKeyPair, SignalSignedKeyPair signedKeyPair, byte[] signedKeyIndex, Long signedKeyIndexTimestamp, List<SignalPreKeyPair> preKeys, String fdid, byte[] deviceId, UUID advertisingId, byte[] identityId, SignedDeviceIdentity companionIdentity, Map<SenderKeyName, SenderKeyRecord> senderKeys, List<CompanionSyncKey> appStateKeys, Map<SessionAddress, Session> sessions, List<CompanionPatch> hashStates, Map<Jid, SenderPreKeys> groupsPreKeys, boolean registered, boolean businessCertificate, boolean initialAppSync) Store(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String verifiedName, 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.KeySetView<ChatMessageInfo, Boolean> status, ConcurrentHashMap<String, 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
Fields in it.auties.whatsapp.model.mobile declared as PhoneNumberModifier and TypeFieldDescriptionprivate final PhoneNumberSixPartsKeys.phoneNumberThe field for thephoneNumberrecord component.Methods in it.auties.whatsapp.model.mobile that return PhoneNumberModifier and TypeMethodDescriptionstatic PhoneNumberPhoneNumber.of(long phoneNumber) static PhoneNumberSixPartsKeys.phoneNumber()Returns the value of thephoneNumberrecord component.Methods in it.auties.whatsapp.model.mobile that return types with arguments of type PhoneNumberModifier and TypeMethodDescriptionstatic Optional<PhoneNumber> PhoneNumber.ofNullable(Long phoneNumber) Constructors in it.auties.whatsapp.model.mobile with parameters of type PhoneNumberModifierConstructorDescriptionSixPartsKeys(PhoneNumber phoneNumber, SignalKeyPair noiseKeyPair, SignalKeyPair identityKeyPair, byte[] identityId) Creates an instance of aSixPartsKeysrecord class. -
Uses of PhoneNumber in it.auties.whatsapp.model.response
Fields in it.auties.whatsapp.model.response declared as PhoneNumberModifier and TypeFieldDescriptionprivate final PhoneNumberRegistrationResponse.numberThe field for thenumberrecord component.Methods in it.auties.whatsapp.model.response that return PhoneNumberModifier and TypeMethodDescriptionRegistrationResponse.number()Returns the value of thenumberrecord component.Constructors in it.auties.whatsapp.model.response with parameters of type PhoneNumberModifierConstructorDescriptionRegistrationResponse(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 aRegistrationResponserecord class.