Package com.oracle.bmc.iot.responses
Class GetIotFlowRuntimeFlowsResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.iot.responses.GetIotFlowRuntimeFlowsResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetIotFlowRuntimeFlowsResponse>
- Enclosing class:
- GetIotFlowRuntimeFlowsResponse
public static class GetIotFlowRuntimeFlowsResponse.Builder extends Object implements BmcResponse.Builder<GetIotFlowRuntimeFlowsResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIotFlowRuntimeFlowsResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetIotFlowRuntimeFlowsResponsebuild()Build the response object.GetIotFlowRuntimeFlowsResponse.Buildercopy(GetIotFlowRuntimeFlowsResponse o)Copy method to populate the builder with values from the given instance.GetIotFlowRuntimeFlowsResponse.Builderetag(String etag)For optimistic concurrency control.GetIotFlowRuntimeFlowsResponse.Builderheaders(Map<String,List<String>> headers)GetIotFlowRuntimeFlowsResponse.Buildermap(Map<String,Object> map)The returned java.util.Map<String, Object> instance.GetIotFlowRuntimeFlowsResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetIotFlowRuntimeFlowsResponse.BuilderresultWrapper(GetIotFlowRuntimeFlowsResponse.ResultWrapper resultWrapper)The returned java.util.Map<String, Object> 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 GetIotFlowRuntimeFlowsResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<GetIotFlowRuntimeFlowsResponse>
-
headers
public GetIotFlowRuntimeFlowsResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<GetIotFlowRuntimeFlowsResponse>
-
etag
public GetIotFlowRuntimeFlowsResponse.Builder etag(String etag)
For optimistic concurrency control.See if-match.
- Parameters:
etag- the value to set- Returns:
- this builder
-
opcRequestId
public GetIotFlowRuntimeFlowsResponse.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
-
map
public GetIotFlowRuntimeFlowsResponse.Builder map(Map<String,Object> map)
The returned java.util.Map<String, Object> instance.- Parameters:
map- the value to set- Returns:
- this builder
-
resultWrapper
public GetIotFlowRuntimeFlowsResponse.Builder resultWrapper(GetIotFlowRuntimeFlowsResponse.ResultWrapper resultWrapper)
The returned java.util.Map<String, Object> instance.This method allows setting the result using the
GetIotFlowRuntimeFlowsResponse.ResultWrappertype.- Parameters:
resultWrapper- the response body type wrapper- Returns:
- this builder
-
copy
public GetIotFlowRuntimeFlowsResponse.Builder copy(GetIotFlowRuntimeFlowsResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<GetIotFlowRuntimeFlowsResponse>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetIotFlowRuntimeFlowsResponse build()
Build the response object.- Specified by:
buildin interfaceBmcResponse.Builder<GetIotFlowRuntimeFlowsResponse>- Returns:
- the response object
-
-