public class DeleteFileVersionByIdHeaders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteFileVersionByIdHeaders.Builder |
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
extraHeaders
Extra headers that will be included in the HTTP request.
|
String |
ifMatch
Ensures this item hasn't recently changed before making changes.
|
| Modifier | Constructor and Description |
|---|---|
|
DeleteFileVersionByIdHeaders() |
protected |
DeleteFileVersionByIdHeaders(DeleteFileVersionByIdHeaders.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getExtraHeaders() |
String |
getIfMatch() |
public String ifMatch
Pass in the item's last observed `etag` value into this header and the endpoint will fail with a `412 Precondition Failed` if it has changed since.
public Map<String,String> extraHeaders
public DeleteFileVersionByIdHeaders()
protected DeleteFileVersionByIdHeaders(DeleteFileVersionByIdHeaders.Builder builder)
public String getIfMatch()
public Map<String,String> getExtraHeaders()