public static final class InvalidRequest.Builder
extends java.lang.Object
InvalidRequest.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
InvalidRequest. |
| Modifier and Type | Method and Description |
|---|---|
InvalidRequest |
build() |
InvalidRequest.Builder |
setErrorDescription(java.lang.String errorDescription)
Human-readable ASCII text providing additional information, used to assist the
client developer in understanding the error that occurred.
|
InvalidRequest.Builder |
setErrorUri(java.net.URI errorUri)
A URI identifying a human-readable web page with information about the error,
used to provide the client developer with additional information about the
error.
|
public Builder()
InvalidRequest.public InvalidRequest.Builder setErrorDescription(java.lang.String errorDescription)
errorDescription - New value for the property.public InvalidRequest.Builder setErrorUri(java.net.URI errorUri)
errorUri - New value for the property.public InvalidRequest build()