Uses of Class
com.azure.resourcemanager.apimanagement.models.ParameterExampleContract
Packages that use ParameterExampleContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ParameterExampleContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ParameterExampleContractModifier and TypeMethodDescriptionstatic ParameterExampleContractParameterExampleContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ParameterExampleContract from the JsonReader.ParameterExampleContract.withDescription(String description) Set the description property: Long description for the example.ParameterExampleContract.withExternalValue(String externalValue) Set the externalValue property: A URL that points to the literal example.ParameterExampleContract.withSummary(String summary) Set the summary property: Short description for the example.Set the value property: Example value.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ParameterExampleContractModifier and TypeMethodDescriptionParameterContract.examples()Get the examples property: Exampled defined for the parameter.RepresentationContract.examples()Get the examples property: Exampled defined for the representation.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ParameterExampleContractModifier and TypeMethodDescriptionParameterContract.withExamples(Map<String, ParameterExampleContract> examples) Set the examples property: Exampled defined for the parameter.RepresentationContract.withExamples(Map<String, ParameterExampleContract> examples) Set the examples property: Exampled defined for the representation.