Uses of Class
com.azure.resourcemanager.apicenter.models.ApiSpecImportSourceFormat
Packages that use ApiSpecImportSourceFormat
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of ApiSpecImportSourceFormat in com.azure.resourcemanager.apicenter.models
Fields in com.azure.resourcemanager.apicenter.models declared as ApiSpecImportSourceFormatModifier and TypeFieldDescriptionstatic final ApiSpecImportSourceFormat
ApiSpecImportSourceFormat.INLINE
Static value inline for ApiSpecImportSourceFormat.static final ApiSpecImportSourceFormat
ApiSpecImportSourceFormat.LINK
Static value link for ApiSpecImportSourceFormat.Methods in com.azure.resourcemanager.apicenter.models that return ApiSpecImportSourceFormatModifier and TypeMethodDescriptionApiSpecImportRequest.format()
Get the format property: Format of the API specification source.static ApiSpecImportSourceFormat
ApiSpecImportSourceFormat.fromString
(String name) Creates or finds a ApiSpecImportSourceFormat from its string representation.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type ApiSpecImportSourceFormatModifier and TypeMethodDescriptionstatic Collection
<ApiSpecImportSourceFormat> ApiSpecImportSourceFormat.values()
Gets known ApiSpecImportSourceFormat values.Methods in com.azure.resourcemanager.apicenter.models with parameters of type ApiSpecImportSourceFormatModifier and TypeMethodDescriptionApiSpecImportRequest.withFormat
(ApiSpecImportSourceFormat format) Set the format property: Format of the API specification source.