Uses of Class
com.azure.resourcemanager.apimanagement.models.ContentFormat
Packages that use ContentFormat
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ContentFormat in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ContentFormatModifier and TypeMethodDescriptionApiCreateOrUpdateProperties.format()Get the format property: Format of the Content in which the API is getting imported.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type ContentFormatModifier and TypeMethodDescriptionApiCreateOrUpdateProperties.withFormat(ContentFormat format) Set the format property: Format of the Content in which the API is getting imported. -
Uses of ContentFormat in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as ContentFormatModifier and TypeFieldDescriptionstatic final ContentFormatContentFormat.GRAPHQL_LINKStatic value graphql-link for ContentFormat.static final ContentFormatContentFormat.GRPCStatic value grpc for ContentFormat.static final ContentFormatContentFormat.GRPC_LINKStatic value grpc-link for ContentFormat.static final ContentFormatContentFormat.ODATAStatic value odata for ContentFormat.static final ContentFormatContentFormat.ODATA_LINKStatic value odata-link for ContentFormat.static final ContentFormatContentFormat.OPENAPIStatic value openapi for ContentFormat.static final ContentFormatContentFormat.OPENAPI_JSONStatic value openapi+json for ContentFormat.static final ContentFormatContentFormat.OPENAPI_JSON_LINKStatic value openapi+json-link for ContentFormat.static final ContentFormatContentFormat.OPENAPI_LINKStatic value openapi-link for ContentFormat.static final ContentFormatContentFormat.SWAGGER_JSONStatic value swagger-json for ContentFormat.static final ContentFormatContentFormat.SWAGGER_LINK_JSONStatic value swagger-link-json for ContentFormat.static final ContentFormatContentFormat.WADL_LINK_JSONStatic value wadl-link-json for ContentFormat.static final ContentFormatContentFormat.WADL_XMLStatic value wadl-xml for ContentFormat.static final ContentFormatContentFormat.WSDLStatic value wsdl for ContentFormat.static final ContentFormatContentFormat.WSDL_LINKStatic value wsdl-link for ContentFormat.Methods in com.azure.resourcemanager.apimanagement.models that return ContentFormatModifier and TypeMethodDescriptionApiCreateOrUpdateParameter.format()Get the format property: Format of the Content in which the API is getting imported.static ContentFormatContentFormat.fromString(String name) Creates or finds a ContentFormat from its string representation.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ContentFormatModifier and TypeMethodDescriptionstatic Collection<ContentFormat> ContentFormat.values()Gets known ContentFormat values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ContentFormatModifier and TypeMethodDescriptionApiContract.DefinitionStages.WithFormat.withFormat(ContentFormat format) Specifies the format property: Format of the Content in which the API is getting imported.ApiCreateOrUpdateParameter.withFormat(ContentFormat format) Set the format property: Format of the Content in which the API is getting imported.