@Beta public abstract class CopyOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CopyOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static CopyOptions |
NONE |
Constructor and Description |
---|
CopyOptions() |
Modifier and Type | Method and Description |
---|---|
static CopyOptions.Builder |
builder() |
abstract ContentMetadata |
contentMetadata() |
abstract String |
ifMatch() |
abstract Date |
ifModifiedSince() |
abstract String |
ifNoneMatch() |
abstract Date |
ifUnmodifiedSince() |
abstract Map<String,String> |
userMetadata() |
public static final CopyOptions NONE
public static CopyOptions.Builder builder()
@Nullable public abstract ContentMetadata contentMetadata()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.