Class DynamicsEntityDatasetTypeProperties


  • public final class DynamicsEntityDatasetTypeProperties
    extends Object
    Dynamics entity dataset properties.
    • Constructor Detail

      • DynamicsEntityDatasetTypeProperties

        public DynamicsEntityDatasetTypeProperties()
    • Method Detail

      • entityName

        public Object entityName()
        Get the entityName property: The logical name of the entity. Type: string (or Expression with resultType string).
        Returns:
        the entityName value.
      • withEntityName

        public DynamicsEntityDatasetTypeProperties withEntityName​(Object entityName)
        Set the entityName property: The logical name of the entity. Type: string (or Expression with resultType string).
        Parameters:
        entityName - the entityName value to set.
        Returns:
        the DynamicsEntityDatasetTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.