Uses of Class
com.azure.resourcemanager.apimanagement.models.ParameterContract
Packages that use ParameterContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ParameterContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type ParameterContractModifier and TypeMethodDescriptionOperationContractInner.templateParameters()Get the templateParameters property: Collection of URL template parameters.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type ParameterContractModifier and TypeMethodDescriptionOperationContractInner.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.OperationContractProperties.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.OperationUpdateContractProperties.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters. -
Uses of ParameterContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ParameterContractModifier and TypeMethodDescriptionstatic ParameterContractParameterContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ParameterContract from the JsonReader.ParameterContract.withDefaultValue(String defaultValue) Set the defaultValue property: Default parameter value.ParameterContract.withDescription(String description) Set the description property: Parameter description.ParameterContract.withExamples(Map<String, ParameterExampleContract> examples) Set the examples property: Exampled defined for the parameter.Set the name property: Parameter name.ParameterContract.withRequired(Boolean required) Set the required property: Specifies whether parameter is required or not.ParameterContract.withSchemaId(String schemaId) Set the schemaId property: Schema identifier.Set the type property: Parameter type.ParameterContract.withTypeName(String typeName) Set the typeName property: Type name defined by the schema.ParameterContract.withValues(List<String> values) Set the values property: Parameter values.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ParameterContractModifier and TypeMethodDescriptionRepresentationContract.formParameters()Get the formParameters property: Collection of form parameters.RequestContract.headers()Get the headers property: Collection of operation request headers.ResponseContract.headers()Get the headers property: Collection of operation response headers.RequestContract.queryParameters()Get the queryParameters property: Collection of operation request query parameters.OperationContract.templateParameters()Gets the templateParameters property: Collection of URL template parameters.OperationEntityBaseContract.templateParameters()Get the templateParameters property: Collection of URL template parameters.OperationUpdateContract.templateParameters()Get the templateParameters property: Collection of URL template parameters.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type ParameterContractModifier and TypeMethodDescriptionRepresentationContract.withFormParameters(List<ParameterContract> formParameters) Set the formParameters property: Collection of form parameters.RequestContract.withHeaders(List<ParameterContract> headers) Set the headers property: Collection of operation request headers.ResponseContract.withHeaders(List<ParameterContract> headers) Set the headers property: Collection of operation response headers.RequestContract.withQueryParameters(List<ParameterContract> queryParameters) Set the queryParameters property: Collection of operation request query parameters.OperationContract.DefinitionStages.WithTemplateParameters.withTemplateParameters(List<ParameterContract> templateParameters) Specifies the templateParameters property: Collection of URL template parameters..OperationContract.UpdateStages.WithTemplateParameters.withTemplateParameters(List<ParameterContract> templateParameters) Specifies the templateParameters property: Collection of URL template parameters..OperationEntityBaseContract.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.OperationUpdateContract.withTemplateParameters(List<ParameterContract> templateParameters) Set the templateParameters property: Collection of URL template parameters.