Class CreateFolderResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.responses.CreateFolderResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<CreateFolderResponse>
 - Enclosing class:
- CreateFolderResponse
 
 public static class CreateFolderResponse.Builder extends Object implements BmcResponse.Builder<CreateFolderResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateFolderResponse.Builder__httpStatusCode__(int __httpStatusCode__)CreateFolderResponsebuild()Build the response object.CreateFolderResponse.Buildercopy(CreateFolderResponse o)Copy method to populate the builder with values from the given instance.CreateFolderResponse.Builderetag(String etag)For optimistic concurrency control.CreateFolderResponse.Builderfolder(Folder folder)The returned Folder instance.CreateFolderResponse.Builderheaders(Map<String,List<String>> headers)CreateFolderResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.BuilderisNotModified
 
- 
 
- 
- 
- 
Method Detail- 
__httpStatusCode__public CreateFolderResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<CreateFolderResponse>
 
 - 
headerspublic CreateFolderResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<CreateFolderResponse>
 
 - 
etagpublic CreateFolderResponse.Builder etag(String etag) For optimistic concurrency control.- Parameters:
- etag- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic CreateFolderResponse.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder
 
 - 
folderpublic CreateFolderResponse.Builder folder(Folder folder) The returned Folder instance.- Parameters:
- folder- the value to set
- Returns:
- this builder
 
 - 
copypublic CreateFolderResponse.Builder copy(CreateFolderResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<CreateFolderResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic CreateFolderResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<CreateFolderResponse>
- Returns:
- the response object
 
 
- 
 
-