Uses of Class
com.azure.core.http.RequestConditions
-
Packages that use RequestConditions Package Description com.azure.core.http Package containing HTTP abstractions between the AnnotationParser, RestProxy, and HTTP client. -
-
Uses of RequestConditions in com.azure.core.http
Methods in com.azure.core.http that return RequestConditions Modifier and Type Method Description RequestConditionsRequestConditions. setIfMatch(String ifMatch)Optionally limit requests to resources that match the passed ETag.RequestConditionsRequestConditions. setIfModifiedSince(OffsetDateTime ifModifiedSince)Optionally limit requests to resources that have only been modified since the passeddatetime.RequestConditionsRequestConditions. setIfNoneMatch(String ifNoneMatch)Optionally limit requests to resources that do not match the passed ETag.RequestConditionsRequestConditions. setIfUnmodifiedSince(OffsetDateTime ifUnmodifiedSince)Optionally limit requests to resources that have remained unmodified since the passeddatetime.
-