DigitalTwinGetHeaders Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. digitaltwin. customized. DigitalTwinGetHeaders
- com.
public class DigitalTwinGetHeaders
Defines headers for GetDigitalTwin operation.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
eTag()
Get weak Etag. |
Digital |
withETag(String eTag)
Set weak Etag. |
Method Details
eTag
public String eTag()
Get weak Etag.
Returns:
the eTag value
withETag
public DigitalTwinGetHeaders withETag(String eTag)
Set weak Etag.
Parameters:
eTag
- the eTag value to set
Returns:
the DigitalTwinGetHeaders object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java