Package microsoft.dynamics.crm.complex
Class ComplexEntityKeyMetadata
- java.lang.Object
-
- microsoft.dynamics.crm.complex.ComplexEntityKeyMetadata
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ComplexEntityKeyMetadata extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classComplexEntityKeyMetadata.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected LabeldisplayNameprotected EntityKeyIndexStatusentityKeyIndexStatusprotected StringentityLogicalNameprotected BooleanhasChangedprotected StringintroducedVersionprotected BooleanManagedPropertyisCustomizableprotected BooleanisExportKeyprotected BooleanisManagedprotected BooleanisSynchronousprotected List<String>keyAttributesprotected StringkeyAttributesNextLinkprotected StringlogicalNameprotected UUIDmetadataIdprotected StringodataTypeprotected StringschemaNameprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedComplexEntityKeyMetadata()
-
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
-
displayName
protected Label displayName
-
logicalName
protected String logicalName
-
schemaName
protected String schemaName
-
entityLogicalName
protected String entityLogicalName
-
keyAttributesNextLink
protected String keyAttributesNextLink
-
isCustomizable
protected BooleanManagedProperty isCustomizable
-
isManaged
protected Boolean isManaged
-
introducedVersion
protected String introducedVersion
-
entityKeyIndexStatus
protected EntityKeyIndexStatus entityKeyIndexStatus
-
isSynchronous
protected Boolean isSynchronous
-
isExportKey
protected Boolean isExportKey
-
metadataId
protected UUID metadataId
-
hasChanged
protected Boolean hasChanged
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withDisplayName
public ComplexEntityKeyMetadata withDisplayName(Label displayName)
-
withLogicalName
public ComplexEntityKeyMetadata withLogicalName(String logicalName)
-
withSchemaName
public ComplexEntityKeyMetadata withSchemaName(String schemaName)
-
withEntityLogicalName
public ComplexEntityKeyMetadata withEntityLogicalName(String entityLogicalName)
-
getKeyAttributes
public com.github.davidmoten.odata.client.CollectionPage<String> getKeyAttributes()
-
getKeyAttributes
public com.github.davidmoten.odata.client.CollectionPage<String> getKeyAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getIsCustomizable
public Optional<BooleanManagedProperty> getIsCustomizable()
-
withIsCustomizable
public ComplexEntityKeyMetadata withIsCustomizable(BooleanManagedProperty isCustomizable)
-
withIsManaged
public ComplexEntityKeyMetadata withIsManaged(Boolean isManaged)
-
withIntroducedVersion
public ComplexEntityKeyMetadata withIntroducedVersion(String introducedVersion)
-
getEntityKeyIndexStatus
public Optional<EntityKeyIndexStatus> getEntityKeyIndexStatus()
-
withEntityKeyIndexStatus
public ComplexEntityKeyMetadata withEntityKeyIndexStatus(EntityKeyIndexStatus entityKeyIndexStatus)
-
withIsSynchronous
public ComplexEntityKeyMetadata withIsSynchronous(Boolean isSynchronous)
-
withIsExportKey
public ComplexEntityKeyMetadata withIsExportKey(Boolean isExportKey)
-
withMetadataId
public ComplexEntityKeyMetadata withMetadataId(UUID metadataId)
-
withHasChanged
public ComplexEntityKeyMetadata withHasChanged(Boolean hasChanged)
-
withUnmappedField
public ComplexEntityKeyMetadata withUnmappedField(String name, String 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 ComplexEntityKeyMetadata.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
-
-