public interface ObjectFieldMetadataCollectionResponse
ObjectFieldMetadata
collection.Modifier and Type | Method and Description |
---|---|
boolean |
containsField(String fieldName)
Given the field name, checks to see if an
ObjectFieldMetadata exists with the name. |
ObjectFieldMetadata |
getField(String fieldName)
Given the field name, retrieves the
ObjectFieldMetadata . |
List<ObjectFieldMetadata> |
getFields()
Retrieves a collection of
ObjectFieldMetadata . |
ObjectFieldMetadata getField(String fieldName)
ObjectFieldMetadata
.fieldName
- name of the field. Cannot be null or empty. Field must exist. For example, "name__v".ObjectFieldMetadata
boolean containsField(String fieldName)
ObjectFieldMetadata
exists with the name.fieldName
- name of field. Cannot be null or empty. For example, "name__v".ObjectFieldMetadata
exists with the given field name, otherwise falseList<ObjectFieldMetadata> getFields()
ObjectFieldMetadata
.ObjectFieldMetadata
Copyright © Veeva Systems 2017–2023. All rights reserved.