public static class GetUserAssessmentComparisonRequest.Builder extends Object implements BmcRequest.Builder<GetUserAssessmentComparisonRequest,Void>
Modifier and Type | Method and Description |
---|---|
GetUserAssessmentComparisonRequest |
build()
Build the instance of GetUserAssessmentComparisonRequest as configured by this builder
|
GetUserAssessmentComparisonRequest |
buildWithoutInvocationCallback() |
GetUserAssessmentComparisonRequest.Builder |
comparisonUserAssessmentId(String comparisonUserAssessmentId)
The OCID of the baseline user assessment.
|
GetUserAssessmentComparisonRequest.Builder |
copy(GetUserAssessmentComparisonRequest o)
Copy method to populate the builder with values from the given instance.
|
GetUserAssessmentComparisonRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
GetUserAssessmentComparisonRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
GetUserAssessmentComparisonRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
GetUserAssessmentComparisonRequest.Builder |
userAssessmentId(String userAssessmentId)
The OCID of the user assessment.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
body$
public GetUserAssessmentComparisonRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetUserAssessmentComparisonRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetUserAssessmentComparisonRequest.Builder copy(GetUserAssessmentComparisonRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetUserAssessmentComparisonRequest,Void>
o
- other request from which to copy valuespublic GetUserAssessmentComparisonRequest build()
Build the instance of GetUserAssessmentComparisonRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetUserAssessmentComparisonRequest,Void>
public GetUserAssessmentComparisonRequest.Builder userAssessmentId(String userAssessmentId)
The OCID of the user assessment.
this
.public GetUserAssessmentComparisonRequest.Builder comparisonUserAssessmentId(String comparisonUserAssessmentId)
The OCID of the baseline user assessment.
this
.public GetUserAssessmentComparisonRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
this
.public GetUserAssessmentComparisonRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.