Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IssueCommentContractProperties
Packages that use IssueCommentContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of IssueCommentContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IssueCommentContractPropertiesModifier and TypeMethodDescriptionIssueCommentContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueCommentContractProperties from the JsonReader.IssueCommentContractProperties.withCreatedDate(OffsetDateTime createdDate) Set the createdDate property: Date and time when the comment was created.Set the text property: Comment text.IssueCommentContractProperties.withUserId(String userId) Set the userId property: A resource identifier for the user who left the comment.