Class DeleteCatalogResponse.Builder
- java.lang.Object
- 
- com.oracle.bmc.datacatalog.responses.DeleteCatalogResponse.Builder
 
- 
- All Implemented Interfaces:
- BmcResponse.Builder<DeleteCatalogResponse>
 - Enclosing class:
- DeleteCatalogResponse
 
 public static class DeleteCatalogResponse.Builder extends Object implements BmcResponse.Builder<DeleteCatalogResponse> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCatalogResponse.Builder__httpStatusCode__(int __httpStatusCode__)DeleteCatalogResponsebuild()Build the response object.DeleteCatalogResponse.Buildercopy(DeleteCatalogResponse o)Copy method to populate the builder with values from the given instance.DeleteCatalogResponse.Builderheaders(Map<String,List<String>> headers)DeleteCatalogResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.DeleteCatalogResponse.BuilderopcWorkRequestId(String opcWorkRequestId)The OCID of the asynchronous 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 DeleteCatalogResponse.Builder __httpStatusCode__(int __httpStatusCode__) - Specified by:
- __httpStatusCode__in interface- BmcResponse.Builder<DeleteCatalogResponse>
 
 - 
headerspublic DeleteCatalogResponse.Builder headers(Map<String,List<String>> headers) - Specified by:
- headersin interface- BmcResponse.Builder<DeleteCatalogResponse>
 
 - 
opcWorkRequestIdpublic DeleteCatalogResponse.Builder opcWorkRequestId(String opcWorkRequestId) The OCID of the asynchronous request.Use GetWorkRequest with this OCID to track the status of the asynchronous request. - Parameters:
- opcWorkRequestId- the value to set
- Returns:
- this builder
 
 - 
opcRequestIdpublic DeleteCatalogResponse.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
 
 - 
copypublic DeleteCatalogResponse.Builder copy(DeleteCatalogResponse o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcResponse.Builder<DeleteCatalogResponse>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic DeleteCatalogResponse build() Build the response object.- Specified by:
- buildin interface- BmcResponse.Builder<DeleteCatalogResponse>
- Returns:
- the response object
 
 
- 
 
-