Package com.veeva.vault.sdk.api.data
Interface ObjectComponentFieldMetadata
- All Superinterfaces:
ObjectFieldMetadata
Provides methods to retrieve common metadata on component fields.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves the component name of the given component field.Methods inherited from interface com.veeva.vault.sdk.api.data.ObjectFieldMetadata
getCreatedByUserId, getCreatedDate, getDescription, getHelpContent, getLabel, getModifiedByUserId, getModifiedDate, getName, getObjectFieldMetadataType, getObjectName, getOrder, getSourceType, getTypedObjectFieldMetadata, getValueType, isActive, isCopyField, isEditable, isEncrypted, isFacetable, isListColumn, isRequired, isUnique
-
Method Details
-
getComponentName
String getComponentName()Retrieves the component name of the given component field.- Returns:
- the component name. For example, "ObjectField".
-