Class KqlScriptsResourceCollectionResponse


  • public final class KqlScriptsResourceCollectionResponse
    extends Object
    The KqlScriptsResourceCollectionResponse model.
    • Constructor Detail

      • KqlScriptsResourceCollectionResponse

        public KqlScriptsResourceCollectionResponse()
    • Method Detail

      • getValue

        public List<KqlScriptResource> getValue()
        Get the value property: The value property.
        Returns:
        the value value.
      • getNextLink

        public String getNextLink()
        Get the nextLink property: The nextLink property.
        Returns:
        the nextLink value.
      • setNextLink

        public KqlScriptsResourceCollectionResponse setNextLink​(String nextLink)
        Set the nextLink property: The nextLink property.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the KqlScriptsResourceCollectionResponse object itself.