Class ODataResourceDatasetTypeProperties


  • public final class ODataResourceDatasetTypeProperties
    extends Object
    OData dataset properties.
    • Constructor Detail

      • ODataResourceDatasetTypeProperties

        public ODataResourceDatasetTypeProperties()
    • Method Detail

      • path

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

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

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