| static DataEntityFromDataStore.Builder | DataEntityFromDataStore. builder() | Create a new builder. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. copy(DataEntityFromDataStore model) |  | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. description(String description) | Detailed description for the object. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. entityType(DataEntityFromDataStore.EntityType entityType) | The entity type. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. externalKey(String externalKey) | The external key for the object | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. filters(String filters) | Filters present in the Datastore. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. foreignKeys(List<ForeignKey> foreignKeys) | An array of foreign keys. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. identifier(String identifier) | Value can only contain upper case letters, underscore and numbers. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. isEffectiveDateDisabled(Boolean isEffectiveDateDisabled) | It shows whether or not effective date is disabled | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. isFlexDataStore(Boolean isFlexDataStore) | It shows whether the datastore is of flex type | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. isSilentError(Boolean isSilentError) | It shows whether the extraction of this datastore will stop on error | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. key(String key) | The object key. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. metadata(ObjectMetadata metadata) |  | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. modelVersion(String modelVersion) | The object’s model version. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. name(String name) | Free form text without any restriction on permitted characters. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. objectStatus(Integer objectStatus) | The status of an object that can be set to value 1 for shallow references across objects,
other values reserved. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. objectVersion(Integer objectVersion) | The version of the object that is used to track changes in the object instance. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. otherTypeLabel(String otherTypeLabel) | Specifies other type label. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. parentRef(ParentReference parentRef) |  | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. resourceName(String resourceName) | The resource name. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. shape(Shape shape) |  | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. shapeId(String shapeId) | The shape ID. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. supportsIncremental(Boolean supportsIncremental) | It shows whether the datastore supports Incremental Extract or not. | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore. toBuilder() |  | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. types(TypeLibrary types) |  | 
| DataEntityFromDataStore.Builder | DataEntityFromDataStore.Builder. uniqueKeys(List<UniqueKey> uniqueKeys) | An array of unique keys. |