Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IssueAttachmentContractInner
Packages that use IssueAttachmentContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of IssueAttachmentContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return IssueAttachmentContractInnerModifier and TypeMethodDescriptionApiIssueAttachmentsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, IssueAttachmentContractInner parameters) Creates a new Attachment for the Issue in an API or updates an existing one.ApiIssueAttachmentsClient.get(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId) Gets the details of the issue Attachment for an API specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type IssueAttachmentContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<IssueAttachmentContractInner> ApiIssueAttachmentsClient.listByService(String resourceGroupName, String serviceName, String apiId, String issueId) Lists all attachments for the Issue associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueAttachmentContractInner> ApiIssueAttachmentsClient.listByService(String resourceGroupName, String serviceName, String apiId, String issueId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all attachments for the Issue associated with the specified API.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type IssueAttachmentContractInnerModifier and TypeMethodDescriptionApiIssueAttachmentsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, IssueAttachmentContractInner parameters) Creates a new Attachment for the Issue in an API or updates an existing one.ApiIssueAttachmentsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String issueId, String attachmentId, IssueAttachmentContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Attachment for the Issue in an API or updates an existing one. -
Uses of IssueAttachmentContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IssueAttachmentContractInnerModifier and TypeMethodDescriptionstatic IssueAttachmentContractInnerIssueAttachmentContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueAttachmentContractInner from the JsonReader.IssueAttachmentContractInner.withContent(String content) Set the content property: An HTTP link or Base64-encoded binary data.IssueAttachmentContractInner.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. -
Uses of IssueAttachmentContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueAttachmentContractInnerModifier and TypeMethodDescriptionApiIssueAttachmentsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiIssueAttachmentsGetResponse.getValue()Gets the deserialized response body.IssueAttachmentContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.IssueAttachmentContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IssueAttachmentContractInnerModifier and TypeMethodDescriptionIssueAttachmentCollection.value()Get the value property: Issue Attachment values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type IssueAttachmentContractInnerModifierConstructorDescriptionApiIssueAttachmentsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueAttachmentContractInner value, ApiIssueAttachmentsCreateOrUpdateHeaders headers) Creates an instance of ApiIssueAttachmentsCreateOrUpdateResponse.ApiIssueAttachmentsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueAttachmentContractInner value, ApiIssueAttachmentsGetHeaders headers) Creates an instance of ApiIssueAttachmentsGetResponse.