Class AppListResult


  • public final class AppListResult
    extends Object
    A list of IoT Central Applications with a next link.
    • Constructor Detail

      • AppListResult

        public AppListResult()
    • Method Detail

      • nextLink

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

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

        public List<AppInner> value()
        Get the value property: A list of IoT Central Applications.
        Returns:
        the value value.
      • withValue

        public AppListResult withValue​(List<AppInner> value)
        Set the value property: A list of IoT Central Applications.
        Parameters:
        value - the value value to set.
        Returns:
        the AppListResult object itself.
      • validate

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