Class AppTemplatesResult


  • public final class AppTemplatesResult
    extends Object
    A list of IoT Central Application Templates with a next link.
    • Constructor Detail

      • AppTemplatesResult

        public AppTemplatesResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link used to get the next page of IoT Central application templates.
        Returns:
        the nextLink value.
      • withNextLink

        public AppTemplatesResult withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page of IoT Central application templates.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the AppTemplatesResult object itself.
      • value

        public List<AppTemplateInner> value()
        Get the value property: A list of IoT Central Application Templates.
        Returns:
        the value value.
      • validate

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