public static class UploadApiKeyResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UploadApiKeyResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UploadApiKeyResponse.Builder |
apiKey(ApiKey apiKey) |
UploadApiKeyResponse |
build() |
UploadApiKeyResponse.Builder |
copy(UploadApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
|
UploadApiKeyResponse.Builder |
etag(String etag) |
UploadApiKeyResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public UploadApiKeyResponse.Builder copy(UploadApiKeyResponse o)
Copy method to populate the builder with values from the given instance.
public UploadApiKeyResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UploadApiKeyResponse.Builder opcRequestId(String opcRequestId)
public UploadApiKeyResponse.Builder etag(String etag)
public UploadApiKeyResponse.Builder apiKey(ApiKey apiKey)
public UploadApiKeyResponse build()
Copyright © 2016–2021. All rights reserved.