@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateMultipartUploadDetails extends Object
To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see Getting Started with Policies.
Note: Objects should always be created or deserialized using the CreateMultipartUploadDetails.Builder
. This model distinguishes fields that are null
because they are unset from fields that are explicitly set to null
. This is done in the setter methods of the CreateMultipartUploadDetails.Builder
, which maintain a set of all explicitly set fields called __explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take __explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CreateMultipartUploadDetails.Builder |
Constructor and Description |
---|
CreateMultipartUploadDetails(String object,
String contentType,
String contentLanguage,
String contentEncoding,
Map<String,String> metadata)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateMultipartUploadDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getContentEncoding()
The content encoding of the object to upload.
|
String |
getContentLanguage()
The content language of the object to upload.
|
String |
getContentType()
The content type of the object to upload.
|
Map<String,String> |
getMetadata()
Arbitrary string keys and values for the user-defined metadata for the object.
|
String |
getObject()
The name of the object to which this multi-part upload is targeted.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"object","contentType","contentLanguage","contentEncoding","metadata"}) @Deprecated public CreateMultipartUploadDetails(String object, String contentType, String contentLanguage, String contentEncoding, Map<String,String> metadata)
public static CreateMultipartUploadDetails.Builder builder()
Create a new builder.
public String getObject()
The name of the object to which this multi-part upload is targeted. Avoid entering confidential information. Example: test/object1.log
public String getContentType()
The content type of the object to upload.
public String getContentLanguage()
The content language of the object to upload.
public String getContentEncoding()
The content encoding of the object to upload.
public Map<String,String> getMetadata()
Arbitrary string keys and values for the user-defined metadata for the object. Keys must be in "opc-meta-*" format. Avoid entering confidential information.
Copyright © 2016–2019. All rights reserved.