Uses of Enum Class
it.auties.whatsapp.model.sync.PatchType
Packages that use PatchType
Package
Description
-
Uses of PatchType in it.auties.whatsapp.controller
Methods in it.auties.whatsapp.controller with parameters of type PatchTypeModifier and TypeMethodDescriptionKeys.findHashStateByName(Jid device, PatchType patchType) Queries the hash state that matchesname. -
Uses of PatchType in it.auties.whatsapp.model.action
Methods in it.auties.whatsapp.model.action that return PatchTypeModifier and TypeMethodDescriptionAction.actionType()The type of this actionAgentAction.actionType()The type of this actionAndroidUnsupportedActions.actionType()The type of this actionArchiveChatAction.actionType()The type of this actionChatAssignmentAction.actionType()The type of this actionChatAssignmentOpenedStatusAction.actionType()The type of this actionClearChatAction.actionType()The type of this actionContactAction.actionType()The type of this actionDeleteChatAction.actionType()The type of this actionDeleteMessageForMeAction.actionType()The type of this actionLabelAssociationAction.actionType()The type of this actionLabelEditAction.actionType()The type of this actionMarkChatAsReadAction.actionType()The type of this actionMuteAction.actionType()The type of this actionNuxAction.actionType()The type of this actionPinAction.actionType()The type of this actionPrimaryVersionAction.actionType()The type of this actionQuickReplyAction.actionType()The type of this actionRecentEmojiWeightsAction.actionType()Always throws an exception as this action cannot be serializedRemoveRecentStickerAction.actionType()The type of this actionStarAction.actionType()The type of this actionStickerAction.actionType()Always throws an exception as this action cannot be serializedSubscriptionAction.actionType()The type of this actionTimeFormatAction.actionType()The type of this actionUserStatusMuteAction.actionType()The type of this action -
Uses of PatchType in it.auties.whatsapp.model.companion
Fields in it.auties.whatsapp.model.companion declared as PatchTypeModifier and TypeFieldDescriptionprivate PatchTypeCompanionHashState.typeprivate PatchTypeCompanionHashStateBuilder.typeMethods in it.auties.whatsapp.model.companion that return PatchTypeMethods in it.auties.whatsapp.model.companion with parameters of type PatchTypeModifier and TypeMethodDescriptionConstructors in it.auties.whatsapp.model.companion with parameters of type PatchTypeModifierConstructorDescriptionCompanionHashState(PatchType type) CompanionHashState(PatchType type, long version) CompanionHashState(PatchType type, long version, byte[] hash, Map<String, byte[]> indexValueMap) -
Uses of PatchType in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as PatchTypeModifier and TypeFieldDescriptionprivate final PatchTypePatchRequest.typeThe field for thetyperecord component.Methods in it.auties.whatsapp.model.sync that return PatchTypeModifier and TypeMethodDescriptionstatic PatchTypePatchRequest.type()Returns the value of thetyperecord component.static PatchTypeReturns the enum constant of this class with the specified name.static PatchType[]PatchType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.sync that return types with arguments of type PatchTypeMethods in it.auties.whatsapp.model.sync with parameters of type PatchTypeConstructors in it.auties.whatsapp.model.sync with parameters of type PatchTypeModifierConstructorDescriptionPatchRequest(PatchType type, List<PatchRequest.PatchEntry> entries) Creates an instance of aPatchRequestrecord class.