Class FactoryListResponse


  • public final class FactoryListResponse
    extends Object
    A list of factory resources.
    • Constructor Detail

      • FactoryListResponse

        public FactoryListResponse()
    • Method Detail

      • value

        public List<FactoryInner> value()
        Get the value property: List of factories.
        Returns:
        the value value.
      • withValue

        public FactoryListResponse withValue​(List<FactoryInner> value)
        Set the value property: List of factories.
        Parameters:
        value - the value value to set.
        Returns:
        the FactoryListResponse object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link to the next page of results, if any remaining results exist.
        Returns:
        the nextLink value.
      • withNextLink

        public FactoryListResponse withNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of results, if any remaining results exist.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the FactoryListResponse object itself.
      • validate

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