Uses of Enum Class
it.auties.whatsapp.model.business.BusinessPrivacyStatus
Packages that use BusinessPrivacyStatus
-
Uses of BusinessPrivacyStatus in it.auties.whatsapp.model.business
Methods in it.auties.whatsapp.model.business that return BusinessPrivacyStatusModifier and TypeMethodDescriptionstatic BusinessPrivacyStatusReturns the enum constant of this class with the specified name.static BusinessPrivacyStatus[]BusinessPrivacyStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.business that return types with arguments of type BusinessPrivacyStatusModifier and TypeMethodDescriptionstatic Optional<BusinessPrivacyStatus> BusinessPrivacyStatusSpec.decode(int index) Methods in it.auties.whatsapp.model.business with parameters of type BusinessPrivacyStatusModifier and TypeMethodDescriptionstatic IntegerBusinessPrivacyStatusSpec.encode(BusinessPrivacyStatus protoInputObject) -
Uses of BusinessPrivacyStatus in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info declared as BusinessPrivacyStatusModifier and TypeFieldDescriptionprivate final BusinessPrivacyStatusChatMessageInfo.businessPrivacyStatusprivate BusinessPrivacyStatusChatMessageInfoBuilder.businessPrivacyStatusMethods in it.auties.whatsapp.model.info that return types with arguments of type BusinessPrivacyStatusMethods in it.auties.whatsapp.model.info with parameters of type BusinessPrivacyStatusModifier and TypeMethodDescriptionChatMessageInfoBuilder.businessPrivacyStatus(BusinessPrivacyStatus businessPrivacyStatus) Constructors in it.auties.whatsapp.model.info with parameters of type BusinessPrivacyStatusModifierConstructorDescriptionChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds) ChatMessageInfo(ChatMessageKey key, MessageContainer message, long timestampSeconds, MessageStatus status, Jid senderJid, long messageC2STimestamp, boolean ignore, boolean starred, boolean broadcast, String pushName, byte[] mediaCiphertextSha256, boolean multicast, boolean urlText, boolean urlNumber, ChatMessageInfo.StubType stubType, boolean clearMedia, List<String> stubParameters, int duration, List<String> labels, PaymentInfo paymentInfo, LiveLocationMessage finalLiveLocation, PaymentInfo quotedPaymentInfo, long ephemeralStartTimestamp, int ephemeralDuration, boolean enableEphemeral, boolean ephemeralOutOfSync, BusinessPrivacyStatus businessPrivacyStatus, String businessVerifiedName, MediaData mediaData, PhotoChange photoChange, MessageReceipt receipt, List<ReactionMessage> reactions, MediaData quotedStickerData, byte[] futureProofData, PublicServiceAnnouncementStatus psaStatus, List<PollUpdate> pollUpdates, PollAdditionalMetadata pollAdditionalMetadata, String agentId, boolean statusAlreadyViewed, byte[] messageSecret, KeepInChat keepInChat, Jid originalSender, long revokeTimestampSeconds, Chat chat, Contact sender)