Package microsoft.dynamics.crm.complex
Class DependentRelationship
- java.lang.Object
-
- microsoft.dynamics.crm.complex.DependentRelationship
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DependentRelationship extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDependentRelationship.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected RelationshipTypeentityRelationshipTypeprotected BooleanhasReadPrivilegeprotected BooleanisHierarchicalprotected BooleanisValidForAdvancedFindprotected DependentManyToManyRelationshipMetadatamanyToManyRelationshipMetadataprotected StringmetadataIdprotected Stringnameprotected StringodataTypeprotected StringreferencedAttributeprotected StringreferencingAttributeprotected StringrelationshipEntityprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedDependentRelationship()
-
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
-
metadataId
protected String metadataId
-
name
protected String name
-
entityRelationshipType
protected RelationshipType entityRelationshipType
-
referencingAttribute
protected String referencingAttribute
-
referencedAttribute
protected String referencedAttribute
-
relationshipEntity
protected String relationshipEntity
-
isValidForAdvancedFind
protected Boolean isValidForAdvancedFind
-
hasReadPrivilege
protected Boolean hasReadPrivilege
-
isHierarchical
protected Boolean isHierarchical
-
manyToManyRelationshipMetadata
protected DependentManyToManyRelationshipMetadata manyToManyRelationshipMetadata
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withMetadataId
public DependentRelationship withMetadataId(String metadataId)
-
withName
public DependentRelationship withName(String name)
-
getEntityRelationshipType
public Optional<RelationshipType> getEntityRelationshipType()
-
withEntityRelationshipType
public DependentRelationship withEntityRelationshipType(RelationshipType entityRelationshipType)
-
withReferencingAttribute
public DependentRelationship withReferencingAttribute(String referencingAttribute)
-
withReferencedAttribute
public DependentRelationship withReferencedAttribute(String referencedAttribute)
-
withRelationshipEntity
public DependentRelationship withRelationshipEntity(String relationshipEntity)
-
withIsValidForAdvancedFind
public DependentRelationship withIsValidForAdvancedFind(Boolean isValidForAdvancedFind)
-
withHasReadPrivilege
public DependentRelationship withHasReadPrivilege(Boolean hasReadPrivilege)
-
withIsHierarchical
public DependentRelationship withIsHierarchical(Boolean isHierarchical)
-
getManyToManyRelationshipMetadata
public Optional<DependentManyToManyRelationshipMetadata> getManyToManyRelationshipMetadata()
-
withManyToManyRelationshipMetadata
public DependentRelationship withManyToManyRelationshipMetadata(DependentManyToManyRelationshipMetadata manyToManyRelationshipMetadata)
-
withUnmappedField
public DependentRelationship 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 DependentRelationship.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
-
-