Uses of Record Class
it.auties.whatsapp.model.sync.PatchRequest.PatchEntry
Packages that use PatchRequest.PatchEntry
-
Uses of PatchRequest.PatchEntry in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return PatchRequest.PatchEntryModifier and TypeMethodDescriptionprivate PatchRequest.PatchEntryWhatsapp.createAndroidEntry()private PatchRequest.PatchEntryWhatsapp.createContactRequestEntry(Contact contact) private PatchRequest.PatchEntryWhatsapp.createLocaleEntry()private PatchRequest.PatchEntryWhatsapp.createNuxRequest()private PatchRequest.PatchEntryWhatsapp.createPrimaryVersionEntry(PrimaryVersionAction primaryVersion, String to) private PatchRequest.PatchEntryWhatsapp.createPushNameEntry()private PatchRequest.PatchEntryWhatsapp.createTimeFormatEntry()Methods in it.auties.whatsapp.api that return types with arguments of type PatchRequest.PatchEntryModifier and TypeMethodDescriptionprivate List<PatchRequest.PatchEntry> Whatsapp.createContactEntries() -
Uses of PatchRequest.PatchEntry in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type PatchRequest.PatchEntryModifier and TypeFieldDescriptionprivate final List<PatchRequest.PatchEntry> PatchRequest.entriesThe field for theentriesrecord component.Methods in it.auties.whatsapp.model.sync that return PatchRequest.PatchEntryModifier and TypeMethodDescriptionstatic PatchRequest.PatchEntryPatchRequest.PatchEntry.of(ActionValueSync sync, RecordSync.Operation operation, String... args) Methods in it.auties.whatsapp.model.sync that return types with arguments of type PatchRequest.PatchEntryModifier and TypeMethodDescriptionPatchRequest.entries()Returns the value of theentriesrecord component.Constructor parameters in it.auties.whatsapp.model.sync with type arguments of type PatchRequest.PatchEntryModifierConstructorDescriptionPatchRequest(PatchType type, List<PatchRequest.PatchEntry> entries) Creates an instance of aPatchRequestrecord class.