Class GetIamWorkRequestResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.responses.GetIamWorkRequestResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<GetIamWorkRequestResponse>
- Enclosing class:
- GetIamWorkRequestResponse
public static class GetIamWorkRequestResponse.Builder extends Object implements BmcResponse.Builder<GetIamWorkRequestResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIamWorkRequestResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
GetIamWorkRequestResponse
build()
Build the response object.GetIamWorkRequestResponse.Builder
copy(GetIamWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.GetIamWorkRequestResponse.Builder
headers(Map<String,List<String>> headers)
GetIamWorkRequestResponse.Builder
iamWorkRequest(IamWorkRequest iamWorkRequest)
The returned IamWorkRequest instance.GetIamWorkRequestResponse.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.-
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 GetIamWorkRequestResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<GetIamWorkRequestResponse>
-
headers
public GetIamWorkRequestResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<GetIamWorkRequestResponse>
-
opcRequestId
public GetIamWorkRequestResponse.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
-
iamWorkRequest
public GetIamWorkRequestResponse.Builder iamWorkRequest(IamWorkRequest iamWorkRequest)
The returned IamWorkRequest instance.- Parameters:
iamWorkRequest
- the value to set- Returns:
- this builder
-
copy
public GetIamWorkRequestResponse.Builder copy(GetIamWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<GetIamWorkRequestResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public GetIamWorkRequestResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<GetIamWorkRequestResponse>
- Returns:
- the response object
-
-