@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") public final class TransactionalBatchItemRequestOptions extends Object
TransactionalBatch
.Constructor and Description |
---|
TransactionalBatchItemRequestOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getIfMatchETag()
Gets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
String |
getIfNoneMatchETag()
Gets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
TransactionalBatchItemRequestOptions |
setIfMatchETag(String ifMatchETag)
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
void |
setIfMatchETagCore(String ifMatchETag)
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
|
TransactionalBatchItemRequestOptions |
setIfNoneMatchETag(String ifNoneMatchEtag)
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
void |
setIfNoneMatchETagCore(String ifNoneMatchEtag)
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
|
public TransactionalBatchItemRequestOptions()
@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") public TransactionalBatchItemRequestOptions setIfMatchETag(String ifMatchETag)
ifMatchETag
- the ifMatchETag associated with the request.@Beta(value=V4_7_0, warningText="Preview API - subject to change in non-backwards compatible way") public TransactionalBatchItemRequestOptions setIfNoneMatchETag(String ifNoneMatchEtag)
ifNoneMatchEtag
- the ifNoneMatchETag associated with the request.@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getIfMatchETag()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public void setIfMatchETagCore(String ifMatchETag)
ifMatchETag
- the ifMatchETag associated with the request.@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public String getIfNoneMatchETag()
@Beta(value=V4_13_0, warningText="Preview API - subject to change in non-backwards compatible way") public void setIfNoneMatchETagCore(String ifNoneMatchEtag)
ifNoneMatchEtag
- the ifNoneMatchETag associated with the request.Copyright © 2021 Microsoft Corporation. All rights reserved.