Package microsoft.dynamics.crm.complex
Class ComplexManyToManyRelationshipMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ComplexManyToManyRelationshipMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ComplexManyToManyRelationshipMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComplexManyToManyRelationshipMetadata.Builder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedComplexManyToManyRelationshipMetadata()
-
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
-
entity1AssociatedMenuConfiguration
protected AssociatedMenuConfiguration entity1AssociatedMenuConfiguration
-
entity2AssociatedMenuConfiguration
protected AssociatedMenuConfiguration entity2AssociatedMenuConfiguration
-
entity1LogicalName
protected String entity1LogicalName
-
entity2LogicalName
protected String entity2LogicalName
-
intersectEntityName
protected String intersectEntityName
-
entity1IntersectAttribute
protected String entity1IntersectAttribute
-
entity2IntersectAttribute
protected String entity2IntersectAttribute
-
entity1NavigationPropertyName
protected String entity1NavigationPropertyName
-
entity2NavigationPropertyName
protected String entity2NavigationPropertyName
-
isCustomRelationship
protected Boolean isCustomRelationship
-
isCustomizable
protected BooleanManagedProperty isCustomizable
-
isValidForAdvancedFind
protected Boolean isValidForAdvancedFind
-
schemaName
protected String schemaName
-
securityTypes
protected SecurityTypes securityTypes
-
isManaged
protected Boolean isManaged
-
relationshipType
protected RelationshipType relationshipType
-
introducedVersion
protected String introducedVersion
-
metadataId
protected UUID metadataId
-
hasChanged
protected Boolean hasChanged
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getEntity1AssociatedMenuConfiguration
public Optional<AssociatedMenuConfiguration> getEntity1AssociatedMenuConfiguration()
-
withEntity1AssociatedMenuConfiguration
public ComplexManyToManyRelationshipMetadata withEntity1AssociatedMenuConfiguration(AssociatedMenuConfiguration entity1AssociatedMenuConfiguration)
-
getEntity2AssociatedMenuConfiguration
public Optional<AssociatedMenuConfiguration> getEntity2AssociatedMenuConfiguration()
-
withEntity2AssociatedMenuConfiguration
public ComplexManyToManyRelationshipMetadata withEntity2AssociatedMenuConfiguration(AssociatedMenuConfiguration entity2AssociatedMenuConfiguration)
-
withEntity1LogicalName
public ComplexManyToManyRelationshipMetadata withEntity1LogicalName(String entity1LogicalName)
-
withEntity2LogicalName
public ComplexManyToManyRelationshipMetadata withEntity2LogicalName(String entity2LogicalName)
-
withIntersectEntityName
public ComplexManyToManyRelationshipMetadata withIntersectEntityName(String intersectEntityName)
-
withEntity1IntersectAttribute
public ComplexManyToManyRelationshipMetadata withEntity1IntersectAttribute(String entity1IntersectAttribute)
-
withEntity2IntersectAttribute
public ComplexManyToManyRelationshipMetadata withEntity2IntersectAttribute(String entity2IntersectAttribute)
-
withEntity1NavigationPropertyName
public ComplexManyToManyRelationshipMetadata withEntity1NavigationPropertyName(String entity1NavigationPropertyName)
-
withEntity2NavigationPropertyName
public ComplexManyToManyRelationshipMetadata withEntity2NavigationPropertyName(String entity2NavigationPropertyName)
-
withIsCustomRelationship
public ComplexManyToManyRelationshipMetadata withIsCustomRelationship(Boolean isCustomRelationship)
-
getIsCustomizable
public Optional<BooleanManagedProperty> getIsCustomizable()
-
withIsCustomizable
public ComplexManyToManyRelationshipMetadata withIsCustomizable(BooleanManagedProperty isCustomizable)
-
withIsValidForAdvancedFind
public ComplexManyToManyRelationshipMetadata withIsValidForAdvancedFind(Boolean isValidForAdvancedFind)
-
withSchemaName
public ComplexManyToManyRelationshipMetadata withSchemaName(String schemaName)
-
getSecurityTypes
public Optional<SecurityTypes> getSecurityTypes()
-
withSecurityTypes
public ComplexManyToManyRelationshipMetadata withSecurityTypes(SecurityTypes securityTypes)
-
withIsManaged
public ComplexManyToManyRelationshipMetadata withIsManaged(Boolean isManaged)
-
getRelationshipType
public Optional<RelationshipType> getRelationshipType()
-
withRelationshipType
public ComplexManyToManyRelationshipMetadata withRelationshipType(RelationshipType relationshipType)
-
withIntroducedVersion
public ComplexManyToManyRelationshipMetadata withIntroducedVersion(String introducedVersion)
-
withMetadataId
public ComplexManyToManyRelationshipMetadata withMetadataId(UUID metadataId)
-
withHasChanged
public ComplexManyToManyRelationshipMetadata withHasChanged(Boolean hasChanged)
-
withUnmappedField
public ComplexManyToManyRelationshipMetadata 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 ComplexManyToManyRelationshipMetadata.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
-
-