Class WebLinkedServiceTypeProperties

    • Constructor Detail

      • WebLinkedServiceTypeProperties

        public WebLinkedServiceTypeProperties()
    • Method Detail

      • url

        public Object url()
        Get the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
        Returns:
        the url value.
      • withUrl

        public WebLinkedServiceTypeProperties withUrl​(Object url)
        Set the url property: The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
        Parameters:
        url - the url value to set.
        Returns:
        the WebLinkedServiceTypeProperties object itself.
      • validate

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