Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IssueCommentContractInner
Packages that use IssueCommentContractInner
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 IssueCommentContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return IssueCommentContractInnerModifier and TypeMethodDescriptionApiIssueCommentsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String issueId, String commentId, IssueCommentContractInner parameters) Creates a new Comment for the Issue in an API or updates an existing one.ApiIssueCommentsClient.get(String resourceGroupName, String serviceName, String apiId, String issueId, String commentId) Gets the details of the issue Comment for an API specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type IssueCommentContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<IssueCommentContractInner> ApiIssueCommentsClient.listByService(String resourceGroupName, String serviceName, String apiId, String issueId) Lists all comments for the Issue associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueCommentContractInner> ApiIssueCommentsClient.listByService(String resourceGroupName, String serviceName, String apiId, String issueId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all comments for the Issue associated with the specified API.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type IssueCommentContractInnerModifier and TypeMethodDescriptionApiIssueCommentsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String issueId, String commentId, IssueCommentContractInner parameters) Creates a new Comment for the Issue in an API or updates an existing one.ApiIssueCommentsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String issueId, String commentId, IssueCommentContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Comment for the Issue in an API or updates an existing one. -
Uses of IssueCommentContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IssueCommentContractInnerModifier and TypeMethodDescriptionstatic IssueCommentContractInnerIssueCommentContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueCommentContractInner from the JsonReader.IssueCommentContractInner.withCreatedDate(OffsetDateTime createdDate) Set the createdDate property: Date and time when the comment was created.Set the text property: Comment text.IssueCommentContractInner.withUserId(String userId) Set the userId property: A resource identifier for the user who left the comment. -
Uses of IssueCommentContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueCommentContractInnerModifier and TypeMethodDescriptionApiIssueCommentsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiIssueCommentsGetResponse.getValue()Gets the deserialized response body.IssueCommentContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.IssueCommentContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IssueCommentContractInnerModifier and TypeMethodDescriptionIssueCommentCollection.value()Get the value property: Issue Comment values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type IssueCommentContractInnerModifierConstructorDescriptionApiIssueCommentsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueCommentContractInner value, ApiIssueCommentsCreateOrUpdateHeaders headers) Creates an instance of ApiIssueCommentsCreateOrUpdateResponse.ApiIssueCommentsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueCommentContractInner value, ApiIssueCommentsGetHeaders headers) Creates an instance of ApiIssueCommentsGetResponse.