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