public static class GetDeviceFingerprintChallengeResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetDeviceFingerprintChallengeResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetDeviceFingerprintChallengeResponse |
build() |
GetDeviceFingerprintChallengeResponse.Builder |
copy(GetDeviceFingerprintChallengeResponse o)
Copy method to populate the builder with values from the given instance.
|
GetDeviceFingerprintChallengeResponse.Builder |
deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge)
The returned DeviceFingerprintChallenge instance.
|
GetDeviceFingerprintChallengeResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetDeviceFingerprintChallengeResponse.Builder |
opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetDeviceFingerprintChallengeResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetDeviceFingerprintChallengeResponse.Builder copy(GetDeviceFingerprintChallengeResponse o)
Copy method to populate the builder with values from the given instance.
public GetDeviceFingerprintChallengeResponse build()
public GetDeviceFingerprintChallengeResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetDeviceFingerprintChallengeResponse.Builder opcRequestId(String opcRequestId)
A unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public GetDeviceFingerprintChallengeResponse.Builder deviceFingerprintChallenge(DeviceFingerprintChallenge deviceFingerprintChallenge)
The returned DeviceFingerprintChallenge instance.
this
.Copyright © 2016–2022. All rights reserved.