Uses of Record Class
it.auties.whatsapp.model.sync.AppStateSyncKeyId
Packages that use AppStateSyncKeyId
-
Uses of AppStateSyncKeyId in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as AppStateSyncKeyIdModifier and TypeFieldDescriptionprivate final AppStateSyncKeyIdAppStateSyncKey.keyIdThe field for thekeyIdrecord component.private AppStateSyncKeyIdAppStateSyncKeyBuilder.keyIdFields in it.auties.whatsapp.model.sync with type parameters of type AppStateSyncKeyIdModifier and TypeFieldDescriptionprivate final List<AppStateSyncKeyId> AppStateSyncKeyRequest.keyIdsThe field for thekeyIdsrecord component.private List<AppStateSyncKeyId> AppStateSyncKeyRequestBuilder.keyIdsMethods in it.auties.whatsapp.model.sync that return AppStateSyncKeyIdModifier and TypeMethodDescriptionAppStateSyncKeyIdBuilder.build()static AppStateSyncKeyIdAppStateSyncKeyIdSpec.decode(byte[] input) AppStateSyncKey.keyId()Returns the value of thekeyIdrecord component.Methods in it.auties.whatsapp.model.sync that return types with arguments of type AppStateSyncKeyIdModifier and TypeMethodDescriptionAppStateSyncKeyRequest.keyIds()Returns the value of thekeyIdsrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type AppStateSyncKeyIdModifier and TypeMethodDescriptionstatic byte[]AppStateSyncKeyIdSpec.encode(AppStateSyncKeyId protoInputObject) AppStateSyncKeyBuilder.keyId(AppStateSyncKeyId keyId) Method parameters in it.auties.whatsapp.model.sync with type arguments of type AppStateSyncKeyIdModifier and TypeMethodDescriptionAppStateSyncKeyRequestBuilder.keyIds(List<AppStateSyncKeyId> keyIds) Constructors in it.auties.whatsapp.model.sync with parameters of type AppStateSyncKeyIdModifierConstructorDescriptionAppStateSyncKey(AppStateSyncKeyId keyId, AppStateSyncKeyData keyData) Creates an instance of aAppStateSyncKeyrecord class.Constructor parameters in it.auties.whatsapp.model.sync with type arguments of type AppStateSyncKeyIdModifierConstructorDescriptionAppStateSyncKeyRequest(List<AppStateSyncKeyId> keyIds) Creates an instance of aAppStateSyncKeyRequestrecord class.