NAME
Net::RDAP::Object::Entity - a module representing an entity (person or organization).
DESCRIPTION
Net::RDAP::Object::Entity represents persons or organizations in RDAP responses. An entity is a jCard object plus metadata.
Net::RDAP::Object::Entity inherits from Net::RDAP::Object so has access to all that module's methods.
Other methods include:
@roles = $object->roles;
Returns a (potentially empty) array listing this entity's roles. The possible values is defined by an IANA registry, see:
my $jcard = $entity->jcard;
Returns a Net::RDAP::JCard object representing the vcardArray
property of the entity.
$vcard = $entity->vcard;
Returns a vCard object for the entity. Only the fn
, org
, email
, tel
and adr
property types (structured addresses only) are supported. This method is DEPRECATED.
COPYRIGHT
Copyright 2018-2023 CentralNic Ltd, 2024 Gavin Brown. For licensing information, please see the LICENSE
file in the Net::RDAP distribution.