Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.IssueContractInner
Packages that use IssueContractInner
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 IssueContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return IssueContractInnerModifier and TypeMethodDescriptionApiIssuesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String issueId, IssueContractInner parameters) Creates a new Issue for an API or updates an existing one.Gets the details of the Issue for an API specified by its identifier.Gets API Management issue details.ApiIssuesClient.update(String resourceGroupName, String serviceName, String apiId, String issueId, String ifMatch, IssueUpdateContract parameters) Updates an existing issue for an API.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type IssueContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<IssueContractInner> ApiIssuesClient.listByService(String resourceGroupName, String serviceName, String apiId) Lists all issues associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueContractInner> ApiIssuesClient.listByService(String resourceGroupName, String serviceName, String apiId, String filter, Boolean expandCommentsAttachments, Integer top, Integer skip, com.azure.core.util.Context context) Lists all issues associated with the specified API.com.azure.core.http.rest.PagedIterable<IssueContractInner> IssuesClient.listByService(String resourceGroupName, String serviceName) Lists a collection of issues in the specified service instance.com.azure.core.http.rest.PagedIterable<IssueContractInner> IssuesClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of issues in the specified service instance.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type IssueContractInnerModifier and TypeMethodDescriptionApiIssuesClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String issueId, IssueContractInner parameters) Creates a new Issue for an API or updates an existing one.ApiIssuesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String issueId, IssueContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new Issue for an API or updates an existing one. -
Uses of IssueContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return IssueContractInnerModifier and TypeMethodDescriptionstatic IssueContractInnerIssueContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of IssueContractInner from the JsonReader.Set the apiId property: A resource identifier for the API the issue was created for.IssueContractInner.withCreatedDate(OffsetDateTime createdDate) Set the createdDate property: Date and time when the issue was created.IssueContractInner.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.IssueContractInner.withUserId(String userId) Set the userId property: A resource identifier for the user created the issue. -
Uses of IssueContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return IssueContractInnerModifier and TypeMethodDescriptionApiIssuesCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiIssuesGetResponse.getValue()Gets the deserialized response body.ApiIssuesUpdateResponse.getValue()Gets the deserialized response body.IssuesGetResponse.getValue()Gets the deserialized response body.IssueContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.IssueContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type IssueContractInnerConstructors in com.azure.resourcemanager.apimanagement.models with parameters of type IssueContractInnerModifierConstructorDescriptionApiIssuesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueContractInner value, ApiIssuesCreateOrUpdateHeaders headers) Creates an instance of ApiIssuesCreateOrUpdateResponse.ApiIssuesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueContractInner value, ApiIssuesGetHeaders headers) Creates an instance of ApiIssuesGetResponse.ApiIssuesUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueContractInner value, ApiIssuesUpdateHeaders headers) Creates an instance of ApiIssuesUpdateResponse.IssuesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, IssueContractInner value, IssuesGetHeaders headers) Creates an instance of IssuesGetResponse.