VCardCustomRecord

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 VCardCustomRecord extends VCardRecord implements IVCardRecord<String>

Represents vCard custom 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 String getValue()

Gets the record value.

Returns: java.lang.String - The record value.