Uses of Class
com.azure.core.http.MatchConditions
Packages that use MatchConditions
Package
Description
Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client.
-
Uses of MatchConditions in com.azure.core.http
Subclasses of MatchConditions in com.azure.core.httpModifier and TypeClassDescriptionclassSpecifies HTTP options for conditional requests based on modification time.Methods in com.azure.core.http that return MatchConditionsModifier and TypeMethodDescriptionMatchConditions.setIfMatch(String ifMatch) Optionally limit requests to resources that match the passed ETag.MatchConditions.setIfNoneMatch(String ifNoneMatch) Optionally limit requests to resources that do not match the passed ETag.