Class DynamicsAXResourceDatasetTypeProperties


  • public final class DynamicsAXResourceDatasetTypeProperties
    extends Object
    Dynamics AX OData resource dataset properties.
    • Constructor Detail

      • DynamicsAXResourceDatasetTypeProperties

        public DynamicsAXResourceDatasetTypeProperties()
    • Method Detail

      • path

        public Object path()
        Get the path property: The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string).
        Returns:
        the path value.
      • withPath

        public DynamicsAXResourceDatasetTypeProperties withPath​(Object path)
        Set the path property: The path of the Dynamics AX OData entity. Type: string (or Expression with resultType string).
        Parameters:
        path - the path value to set.
        Returns:
        the DynamicsAXResourceDatasetTypeProperties object itself.
      • validate

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