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