Class SsisObjectMetadataListResponseInner


  • public final class SsisObjectMetadataListResponseInner
    extends Object
    A list of SSIS object metadata.
    • Constructor Detail

      • SsisObjectMetadataListResponseInner

        public SsisObjectMetadataListResponseInner()
    • Method Detail

      • value

        public List<SsisObjectMetadata> value()
        Get the value property: List of SSIS object metadata.
        Returns:
        the value value.
      • 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 SsisObjectMetadataListResponseInner 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 SsisObjectMetadataListResponseInner object itself.
      • validate

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