VCardAgentRecord

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.VCardBasePackage, com.groupdocs.metadata.core.VCardRecord

All Implemented Interfaces: com.groupdocs.metadata.core.IVCardRecord

public class VCardAgentRecord extends VCardRecord implements IVCardRecord<VCardCard>

Represents vCard Agent record metadata class.

Learn more

Methods

Method Description
getContentType() Gets the content type of record.
getValue() Gets the record value.

getContentType()

public VCardContentType getContentType()

Gets the content type of record.

Returns: VCardContentType - The content type of record.

getValue()

public final VCardCard getValue()

Gets the record value.

Returns: VCardCard - The record value.