Package com.oracle.bmc.oda.responses
Class GetSkillParameterResponse.Builder
- java.lang.Object
 - 
- com.oracle.bmc.oda.responses.GetSkillParameterResponse.Builder
 
 
- 
- All Implemented Interfaces:
 BmcResponse.Builder<GetSkillParameterResponse>
- Enclosing class:
 - GetSkillParameterResponse
 
public static class GetSkillParameterResponse.Builder extends Object implements BmcResponse.Builder<GetSkillParameterResponse>
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSkillParameterResponse.Builder__httpStatusCode__(int __httpStatusCode__)GetSkillParameterResponsebuild()Build the response object.GetSkillParameterResponse.Buildercopy(GetSkillParameterResponse o)Copy method to populate the builder with values from the given instance.GetSkillParameterResponse.Builderetag(String etag)For use in a PUT or DELETE if-match query parameter for optimistic concurrency control.GetSkillParameterResponse.Builderheaders(Map<String,List<String>> headers)GetSkillParameterResponse.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetSkillParameterResponse.BuilderskillParameter(SkillParameter skillParameter)The returned SkillParameter 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 GetSkillParameterResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
 __httpStatusCode__in interfaceBmcResponse.Builder<GetSkillParameterResponse>
 
- 
headers
public GetSkillParameterResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
 headersin interfaceBmcResponse.Builder<GetSkillParameterResponse>
 
- 
etag
public GetSkillParameterResponse.Builder etag(String etag)
For use in a PUT or DELETE if-match query parameter for optimistic concurrency control.- Parameters:
 etag- the value to set- Returns:
 - this builder
 
 
- 
opcRequestId
public GetSkillParameterResponse.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
 
 
- 
skillParameter
public GetSkillParameterResponse.Builder skillParameter(SkillParameter skillParameter)
The returned SkillParameter instance.- Parameters:
 skillParameter- the value to set- Returns:
 - this builder
 
 
- 
copy
public GetSkillParameterResponse.Builder copy(GetSkillParameterResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
 copyin interfaceBmcResponse.Builder<GetSkillParameterResponse>- Parameters:
 o- other request from which to copy values- Returns:
 - this builder instance
 
 
- 
build
public GetSkillParameterResponse build()
Build the response object.- Specified by:
 buildin interfaceBmcResponse.Builder<GetSkillParameterResponse>- Returns:
 - the response object
 
 
 - 
 
 -