Uses of Class
com.azure.resourcemanager.apimanagement.models.IssueUpdateContract
Packages that use IssueUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of IssueUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type IssueUpdateContractModifier and TypeMethodDescriptionApiIssuesClient.update(String resourceGroupName, String serviceName, String apiId, String issueId, String ifMatch, IssueUpdateContract parameters) Updates an existing issue for an API.ApiIssuesClient.updateWithResponse(String resourceGroupName, String serviceName, String apiId, String issueId, String ifMatch, IssueUpdateContract parameters, com.azure.core.util.Context context) Updates an existing issue for an API. -
Uses of IssueUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueUpdateContractModifier and TypeMethodDescriptionstatic IssueUpdateContractIssueUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueUpdateContract from the JsonReader.Set the apiId property: A resource identifier for the API the issue was created for.IssueUpdateContract.withCreatedDate(OffsetDateTime createdDate) Set the createdDate property: Date and time when the issue was created.IssueUpdateContract.withDescription(String description) Set the description property: Text describing the issue.Set the state property: Status of the issue.Set the title property: The issue title.IssueUpdateContract.withUserId(String userId) Set the userId property: A resource identifier for the user created the issue.