Class IotFhirDestinationCollection


  • public final class IotFhirDestinationCollection
    extends Object
    A collection of IoT Connector FHIR destinations.
    • Constructor Detail

      • IotFhirDestinationCollection

        public IotFhirDestinationCollection()
    • Method Detail

      • nextLink

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

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

        public List<IotFhirDestinationInner> value()
        Get the value property: The list of IoT Connector FHIR destinations.
        Returns:
        the value value.
      • validate

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