Class GetNamespaceResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.objectstorage.responses.GetNamespaceResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetNamespaceResponse>
- Enclosing class:
- GetNamespaceResponse
public static class GetNamespaceResponse.Builder extends Object implements BmcResponse.Builder<GetNamespaceResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetNamespaceResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
GetNamespaceResponse
build()
Build the response object.GetNamespaceResponse.Builder
copy(GetNamespaceResponse o)
Copy method to populate the builder with values from the given instance.GetNamespaceResponse.Builder
headers(Map<String,List<String>> headers)
GetNamespaceResponse.Builder
value(String value)
The returned String instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public GetNamespaceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetNamespaceResponse>
-
headers
public GetNamespaceResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetNamespaceResponse>
-
value
public GetNamespaceResponse.Builder value(String value)
The returned String instance.- Parameters:
value
- the value to set- Returns:
- this builder
-
copy
public GetNamespaceResponse.Builder copy(GetNamespaceResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetNamespaceResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetNamespaceResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetNamespaceResponse>
- Returns:
- the response object
-
-