Uses of Record Class
it.auties.whatsapp.model.node.Attributes
Packages that use Attributes
-
Uses of Attributes in it.auties.whatsapp.model.node
Fields in it.auties.whatsapp.model.node declared as AttributesModifier and TypeFieldDescriptionprivate final AttributesNode.attributesThe field for theattributesrecord component.Methods in it.auties.whatsapp.model.node that return AttributesModifier and TypeMethodDescriptionNode.attributes()Returns the value of theattributesrecord component.Attributes.copy()Copies this objectprivate static AttributesNode.getAttributesOrThrow(Map<?, ?> attributes) static AttributesConstructs a new map using the non-null provided entriesstatic AttributesConstructs a new map using the provided non-null mapstatic AttributesAttributes.ofNullable(Map.Entry<String, Object>... entries) Constructs a new map using the non-null provided entriesstatic AttributesAttributes.ofNullable(Map<String, ?> map) Constructs a new map using the provided nullable mapInserts a key-value pair in the wrapped mapInserts a key-value pair in the wrapped mapAttributes.put(String key, Object value, BooleanSupplier... conditions) Inserts a key-value pair in the wrapped mapfinal <T> AttributesInserts a key-value pair in the wrapped mapAttributes.putAll(Collection<? extends Map.Entry<String, ?>> entries) final AttributesMethods in it.auties.whatsapp.model.node with parameters of type AttributesModifier and TypeMethodDescriptionstatic NodeNode.of(String description, Attributes attributes, Node... content) Constructs a Node that provides a non-null tag and a nullable contentstatic NodeNode.of(String description, Attributes attributes, Object content) Constructs a Node that provides a non-null tag and a nullable contentConstructors in it.auties.whatsapp.model.node with parameters of type AttributesModifierConstructorDescriptionNode(String description, Attributes attributes, Object content) Creates an instance of aNoderecord class.