Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IssueUpdateContractProperties
Packages that use IssueUpdateContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of IssueUpdateContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IssueUpdateContractPropertiesModifier and TypeMethodDescriptionIssueUpdateContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueUpdateContractProperties from the JsonReader.Set the apiId property: A resource identifier for the API the issue was created for.IssueUpdateContractProperties.withCreatedDate(OffsetDateTime createdDate) Set the createdDate property: Date and time when the issue was created.IssueUpdateContractProperties.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.IssueUpdateContractProperties.withUserId(String userId) Set the userId property: A resource identifier for the user created the issue.