Uses of Enum Class
it.auties.whatsapp.model.chat.GroupSetting
Packages that use GroupSetting
-
Uses of GroupSetting in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type GroupSettingModifier and TypeMethodDescriptionWhatsapp.changeGroupSetting(JidProvider group, GroupSetting setting, ChatSettingPolicy policy) Changes a group setting -
Uses of GroupSetting in it.auties.whatsapp.model.chat
Fields in it.auties.whatsapp.model.chat with type parameters of type GroupSettingModifier and TypeFieldDescriptionprivate final Map<GroupSetting, ChatSettingPolicy> GroupMetadata.policiesThe field for thepoliciesrecord component.Methods in it.auties.whatsapp.model.chat that return GroupSettingModifier and TypeMethodDescriptionstatic GroupSettingReturns the enum constant of this class with the specified name.static GroupSetting[]GroupSetting.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.chat that return types with arguments of type GroupSettingModifier and TypeMethodDescriptionGroupMetadata.policies()Returns the value of thepoliciesrecord component.Constructor parameters in it.auties.whatsapp.model.chat with type arguments of type GroupSettingModifierConstructorDescriptionGroupMetadata(Jid jid, String subject, Optional<Jid> subjectAuthor, Optional<ZonedDateTime> subjectTimestamp, Optional<ZonedDateTime> foundationTimestamp, Optional<Jid> founder, Optional<String> description, Optional<String> descriptionId, Map<GroupSetting, ChatSettingPolicy> policies, List<GroupParticipant> participants, Optional<ZonedDateTime> ephemeralExpiration, boolean isCommunity, boolean isOpenCommunity) Creates an instance of aGroupMetadatarecord class.