Package microsoft.dynamics.crm.complex
Class EntityRelationsWithDependantEntityMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.EntityRelationsWithDependantEntityMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EntityRelationsWithDependantEntityMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEntityRelationsWithDependantEntityMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DependentAttributeMetadataCollectionattributesMetadataprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected DependentEntityMetadataCollectiondependantEntitiesCollectionprotected StringdisplayNameprotected StringentityIdprotected DependentRelationshipCollectionentityRelationshipCollectionprotected StringlogicalCollectionNameprotected StringlogicalNameprotected IntegerobjectTypeCodeprotected StringodataTypeprotected StringprimaryIdAttributeprotected StringprimaryNameAttributeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityRelationsWithDependantEntityMetadata()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
entityId
protected String entityId
-
logicalName
protected String logicalName
-
logicalCollectionName
protected String logicalCollectionName
-
objectTypeCode
protected Integer objectTypeCode
-
displayName
protected String displayName
-
primaryNameAttribute
protected String primaryNameAttribute
-
primaryIdAttribute
protected String primaryIdAttribute
-
attributesMetadata
protected DependentAttributeMetadataCollection attributesMetadata
-
entityRelationshipCollection
protected DependentRelationshipCollection entityRelationshipCollection
-
dependantEntitiesCollection
protected DependentEntityMetadataCollection dependantEntitiesCollection
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withEntityId
public EntityRelationsWithDependantEntityMetadata withEntityId(String entityId)
-
withLogicalName
public EntityRelationsWithDependantEntityMetadata withLogicalName(String logicalName)
-
withLogicalCollectionName
public EntityRelationsWithDependantEntityMetadata withLogicalCollectionName(String logicalCollectionName)
-
withObjectTypeCode
public EntityRelationsWithDependantEntityMetadata withObjectTypeCode(Integer objectTypeCode)
-
withDisplayName
public EntityRelationsWithDependantEntityMetadata withDisplayName(String displayName)
-
withPrimaryNameAttribute
public EntityRelationsWithDependantEntityMetadata withPrimaryNameAttribute(String primaryNameAttribute)
-
withPrimaryIdAttribute
public EntityRelationsWithDependantEntityMetadata withPrimaryIdAttribute(String primaryIdAttribute)
-
getAttributesMetadata
public Optional<DependentAttributeMetadataCollection> getAttributesMetadata()
-
withAttributesMetadata
public EntityRelationsWithDependantEntityMetadata withAttributesMetadata(DependentAttributeMetadataCollection attributesMetadata)
-
getEntityRelationshipCollection
public Optional<DependentRelationshipCollection> getEntityRelationshipCollection()
-
withEntityRelationshipCollection
public EntityRelationsWithDependantEntityMetadata withEntityRelationshipCollection(DependentRelationshipCollection entityRelationshipCollection)
-
getDependantEntitiesCollection
public Optional<DependentEntityMetadataCollection> getDependantEntitiesCollection()
-
withDependantEntitiesCollection
public EntityRelationsWithDependantEntityMetadata withDependantEntitiesCollection(DependentEntityMetadataCollection dependantEntitiesCollection)
-
withUnmappedField
public EntityRelationsWithDependantEntityMetadata withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static EntityRelationsWithDependantEntityMetadata.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-