Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IssueAttachmentContractProperties
Packages that use IssueAttachmentContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of IssueAttachmentContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IssueAttachmentContractPropertiesModifier and TypeMethodDescriptionIssueAttachmentContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueAttachmentContractProperties from the JsonReader.IssueAttachmentContractProperties.withContent(String content) Set the content property: An HTTP link or Base64-encoded binary data.IssueAttachmentContractProperties.withContentFormat(String contentFormat) Set the contentFormat property: Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.Set the title property: Filename by which the binary data will be saved.