Class ApiExportResultInner


  • public final class ApiExportResultInner
    extends Object
    API Export result.
    • Constructor Detail

      • ApiExportResultInner

        public ApiExportResultInner()
    • Method Detail

      • id

        public String id()
        Get the id property: ResourceId of the API which was exported.
        Returns:
        the id value.
      • withId

        public ApiExportResultInner withId​(String id)
        Set the id property: ResourceId of the API which was exported.
        Parameters:
        id - the id value to set.
        Returns:
        the ApiExportResultInner object itself.
      • exportResultFormat

        public ExportResultFormat exportResultFormat()
        Get the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.
        Returns:
        the exportResultFormat value.
      • withExportResultFormat

        public ApiExportResultInner withExportResultFormat​(ExportResultFormat exportResultFormat)
        Set the exportResultFormat property: Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.
        Parameters:
        exportResultFormat - the exportResultFormat value to set.
        Returns:
        the ApiExportResultInner object itself.
      • value

        public ApiExportResultValue value()
        Get the value property: The object defining the schema of the exported API Detail.
        Returns:
        the value value.
      • withValue

        public ApiExportResultInner withValue​(ApiExportResultValue value)
        Set the value property: The object defining the schema of the exported API Detail.
        Parameters:
        value - the value value to set.
        Returns:
        the ApiExportResultInner object itself.
      • validate

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