Package com.azure.core.util
Class ETag
java.lang.Object
com.azure.core.util.ETag
This class represents an HTTP ETag. An ETag value could be strong or weak ETag.
For more information, check out Wikipedia's HTTP Etag.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALL
The asterisk is a special value representing any resource.
-
-
Constructor Details
-
ETag
Creates a new instance ofETag.- Parameters:
eTag- The HTTP entity tag string value.
-
-
Method Details