Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.ResolverContractInner
Packages that use ResolverContractInner
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 ResolverContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return ResolverContractInnerModifier and TypeMethodDescriptionGraphQLApiResolversClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String resolverId, ResolverContractInner parameters) Creates a new resolver in the GraphQL API or updates an existing one.GraphQLApiResolversClient.get(String resourceGroupName, String serviceName, String apiId, String resolverId) Gets the details of the GraphQL API Resolver specified by its identifier.GraphQLApiResolversClient.update(String resourceGroupName, String serviceName, String apiId, String resolverId, String ifMatch, ResolverUpdateContract parameters) Updates the details of the resolver in the GraphQL API specified by its identifier.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type ResolverContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ResolverContractInner> Lists a collection of the resolvers for the specified GraphQL API.com.azure.core.http.rest.PagedIterable<ResolverContractInner> GraphQLApiResolversClient.listByApi(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists a collection of the resolvers for the specified GraphQL API.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ResolverContractInnerModifier and TypeMethodDescriptionGraphQLApiResolversClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String resolverId, ResolverContractInner parameters) Creates a new resolver in the GraphQL API or updates an existing one.GraphQLApiResolversClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String resolverId, ResolverContractInner parameters, String ifMatch, com.azure.core.util.Context context) Creates a new resolver in the GraphQL API or updates an existing one. -
Uses of ResolverContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return ResolverContractInnerModifier and TypeMethodDescriptionstatic ResolverContractInnerResolverContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResolverContractInner from the JsonReader.ResolverContractInner.withDescription(String description) Set the description property: Description of the resolver.ResolverContractInner.withDisplayName(String displayName) Set the displayName property: Resolver Name.Set the path property: Path is type/field being resolved. -
Uses of ResolverContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ResolverContractInnerModifier and TypeMethodDescriptionGraphQLApiResolversCreateOrUpdateResponse.getValue()Gets the deserialized response body.GraphQLApiResolversGetResponse.getValue()Gets the deserialized response body.GraphQLApiResolversUpdateResponse.getValue()Gets the deserialized response body.ResolverContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.ResolverContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type ResolverContractInnerModifier and TypeMethodDescriptionResolverCollection.value()Get the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type ResolverContractInnerModifierConstructorDescriptionGraphQLApiResolversCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ResolverContractInner value, GraphQLApiResolversCreateOrUpdateHeaders headers) Creates an instance of GraphQLApiResolversCreateOrUpdateResponse.GraphQLApiResolversGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ResolverContractInner value, GraphQLApiResolversGetHeaders headers) Creates an instance of GraphQLApiResolversGetResponse.GraphQLApiResolversUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, ResolverContractInner value, GraphQLApiResolversUpdateHeaders headers) Creates an instance of GraphQLApiResolversUpdateResponse.