Uses of Class
com.azure.resourcemanager.apicenter.models.ExternalDocumentation
Packages that use ExternalDocumentation
Package
Description
Package containing the data models for AzureApiCenter.
-
Uses of ExternalDocumentation in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ExternalDocumentationModifier and TypeMethodDescriptionstatic ExternalDocumentation
ExternalDocumentation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ExternalDocumentation from the JsonReader.ExternalDocumentation.withDescription
(String description) Set the description property: Description of the documentation.Set the title property: Title of the documentation.Set the url property: URL pointing to the documentation.Methods in com.azure.resourcemanager.apicenter.models that return types with arguments of type ExternalDocumentationModifier and TypeMethodDescriptionApiProperties.externalDocumentation()
Get the externalDocumentation property: The set of external documentation.Method parameters in com.azure.resourcemanager.apicenter.models with type arguments of type ExternalDocumentationModifier and TypeMethodDescriptionApiProperties.withExternalDocumentation
(List<ExternalDocumentation> externalDocumentation) Set the externalDocumentation property: The set of external documentation.