Class ApiExportResultValue


  • public final class ApiExportResultValue
    extends Object
    The object defining the schema of the exported API Detail.
    • Constructor Detail

      • ApiExportResultValue

        public ApiExportResultValue()
    • Method Detail

      • link

        public String link()
        Get the link property: Link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes.
        Returns:
        the link value.
      • withLink

        public ApiExportResultValue withLink​(String link)
        Set the link property: Link to the Storage Blob containing the result of the export operation. The Blob Uri is only valid for 5 minutes.
        Parameters:
        link - the link value to set.
        Returns:
        the ApiExportResultValue object itself.
      • validate

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