Uses of Class
microsoft.dynamics.crm.enums.EntityKeyIndexStatus
-
Packages that use EntityKeyIndexStatus Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.entity microsoft.dynamics.crm.enums -
-
Uses of EntityKeyIndexStatus in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as EntityKeyIndexStatus Modifier and Type Field Description protected EntityKeyIndexStatusComplexEntityKeyMetadata. entityKeyIndexStatusMethods in microsoft.dynamics.crm.complex that return types with arguments of type EntityKeyIndexStatus Modifier and Type Method Description Optional<EntityKeyIndexStatus>ComplexEntityKeyMetadata. getEntityKeyIndexStatus()Methods in microsoft.dynamics.crm.complex with parameters of type EntityKeyIndexStatus Modifier and Type Method Description ComplexEntityKeyMetadata.BuilderComplexEntityKeyMetadata.Builder. entityKeyIndexStatus(EntityKeyIndexStatus entityKeyIndexStatus)ComplexEntityKeyMetadataComplexEntityKeyMetadata. withEntityKeyIndexStatus(EntityKeyIndexStatus entityKeyIndexStatus) -
Uses of EntityKeyIndexStatus in microsoft.dynamics.crm.entity
Fields in microsoft.dynamics.crm.entity declared as EntityKeyIndexStatus Modifier and Type Field Description protected EntityKeyIndexStatusEntityKeyMetadata. entityKeyIndexStatusMethods in microsoft.dynamics.crm.entity that return types with arguments of type EntityKeyIndexStatus Modifier and Type Method Description Optional<EntityKeyIndexStatus>EntityKeyMetadata. getEntityKeyIndexStatus()Methods in microsoft.dynamics.crm.entity with parameters of type EntityKeyIndexStatus Modifier and Type Method Description EntityKeyMetadata.BuilderEntityKeyMetadata.Builder. entityKeyIndexStatus(EntityKeyIndexStatus entityKeyIndexStatus)EntityKeyMetadataEntityKeyMetadata. withEntityKeyIndexStatus(EntityKeyIndexStatus entityKeyIndexStatus) -
Uses of EntityKeyIndexStatus in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return EntityKeyIndexStatus Modifier and Type Method Description static EntityKeyIndexStatusEntityKeyIndexStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityKeyIndexStatus[]EntityKeyIndexStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-