Uses of Class
com.azure.resourcemanager.apimanagement.models.RepresentationContract
Packages that use RepresentationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of RepresentationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return RepresentationContractModifier and TypeMethodDescriptionstatic RepresentationContractRepresentationContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RepresentationContract from the JsonReader.RepresentationContract.withContentType(String contentType) Set the contentType property: Specifies a registered or custom content type for this representation, e.g.RepresentationContract.withExamples(Map<String, ParameterExampleContract> examples) Set the examples property: Exampled defined for the representation.RepresentationContract.withFormParameters(List<ParameterContract> formParameters) Set the formParameters property: Collection of form parameters.RepresentationContract.withSchemaId(String schemaId) Set the schemaId property: Schema identifier.RepresentationContract.withTypeName(String typeName) Set the typeName property: Type name defined by the schema.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type RepresentationContractModifier and TypeMethodDescriptionRequestContract.representations()Get the representations property: Collection of operation request representations.ResponseContract.representations()Get the representations property: Collection of operation response representations.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type RepresentationContractModifier and TypeMethodDescriptionRequestContract.withRepresentations(List<RepresentationContract> representations) Set the representations property: Collection of operation request representations.ResponseContract.withRepresentations(List<RepresentationContract> representations) Set the representations property: Collection of operation response representations.