Uses of Class
com.azure.core.http.RequestConditions
Packages that use RequestConditions
Package
Description
This package provides HTTP abstractions for Azure SDK client libraries.
-
Uses of RequestConditions in com.azure.core.http
Methods in com.azure.core.http that return RequestConditionsModifier and TypeMethodDescriptionRequestConditions.setIfMatch(String ifMatch) Optionally limit requests to resources that match the passed ETag.RequestConditions.setIfModifiedSince(OffsetDateTime ifModifiedSince) Optionally limit requests to resources that have only been modified since the passeddatetime.RequestConditions.setIfNoneMatch(String ifNoneMatch) Optionally limit requests to resources that do not match the passed ETag.RequestConditions.setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince) Optionally limit requests to resources that have remained unmodified since the passeddatetime.