VCardBinaryRecord

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 VCardBinaryRecord extends VCardRecord implements IVCardRecord<byte[]>

Represents vCard binary 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 byte[] getValue()

Gets the record value.

Returns: byte[] - The record value.