Uses of Class
com.azure.core.http.MatchConditions
-
Packages that use MatchConditions Package Description com.azure.core.http 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.http Modifier and Type Class Description classRequestConditionsSpecifies HTTP options for conditional requests based on modification time.Methods in com.azure.core.http that return MatchConditions Modifier and Type Method Description MatchConditionsMatchConditions. setIfMatch(String ifMatch)Optionally limit requests to resources that match the passed ETag.MatchConditionsMatchConditions. setIfNoneMatch(String ifNoneMatch)Optionally limit requests to resources that do not match the passed ETag.
-