public class EntityRelationsWithDependantEntityMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EntityRelationsWithDependantEntityMetadata.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected DependentAttributeMetadataCollection |
attributesMetadata |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected DependentEntityMetadataCollection |
dependantEntitiesCollection |
protected String |
displayName |
protected String |
entityId |
protected DependentRelationshipCollection |
entityRelationshipCollection |
protected String |
logicalCollectionName |
protected String |
logicalName |
protected Integer |
objectTypeCode |
protected String |
odataType |
protected String |
primaryIdAttribute |
protected String |
primaryNameAttribute |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EntityRelationsWithDependantEntityMetadata() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String entityId
protected String logicalName
protected String logicalCollectionName
protected Integer objectTypeCode
protected String displayName
protected String primaryNameAttribute
protected String primaryIdAttribute
protected DependentAttributeMetadataCollection attributesMetadata
protected DependentRelationshipCollection entityRelationshipCollection
protected DependentEntityMetadataCollection dependantEntitiesCollection
protected EntityRelationsWithDependantEntityMetadata()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic EntityRelationsWithDependantEntityMetadata withEntityId(String entityId)
public EntityRelationsWithDependantEntityMetadata withLogicalName(String logicalName)
public EntityRelationsWithDependantEntityMetadata withLogicalCollectionName(String logicalCollectionName)
public EntityRelationsWithDependantEntityMetadata withObjectTypeCode(Integer objectTypeCode)
public EntityRelationsWithDependantEntityMetadata withDisplayName(String displayName)
public EntityRelationsWithDependantEntityMetadata withPrimaryNameAttribute(String primaryNameAttribute)
public EntityRelationsWithDependantEntityMetadata withPrimaryIdAttribute(String primaryIdAttribute)
public Optional<DependentAttributeMetadataCollection> getAttributesMetadata()
public EntityRelationsWithDependantEntityMetadata withAttributesMetadata(DependentAttributeMetadataCollection attributesMetadata)
public Optional<DependentRelationshipCollection> getEntityRelationshipCollection()
public EntityRelationsWithDependantEntityMetadata withEntityRelationshipCollection(DependentRelationshipCollection entityRelationshipCollection)
public Optional<DependentEntityMetadataCollection> getDependantEntitiesCollection()
public EntityRelationsWithDependantEntityMetadata withDependantEntitiesCollection(DependentEntityMetadataCollection dependantEntitiesCollection)
public EntityRelationsWithDependantEntityMetadata withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static EntityRelationsWithDependantEntityMetadata.Builder builder()
Copyright © 2018–2021. All rights reserved.