Class ApiExportResultInner
- java.lang.Object
-
- com.azure.resourcemanager.apimanagement.fluent.models.ApiExportResultInner
-
public final class ApiExportResultInner extends Object
API Export result.
-
-
Constructor Summary
Constructors Constructor Description ApiExportResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.String
id()
Get the id property: ResourceId of the API which was exported.void
validate()
Validates the instance.ApiExportResultValue
value()
Get the value property: The object defining the schema of the exported API Detail.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.ApiExportResultInner
withId(String id)
Set the id property: ResourceId of the API which was exported.ApiExportResultInner
withValue(ApiExportResultValue value)
Set the value property: The object defining the schema of the exported API Detail.
-
-
-
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.
-
-