VCardCustomRecord
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getContentType() | Gets the content type of record. |
| getValue() | Gets the record value. |
public VCardContentType getContentType()
Gets the content type of record.
Returns: VCardContentType - The content type of record.
public final String getValue()
Gets the record value.
Returns: java.lang.String - The record value.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.