public static final class InvalidScope.Builder
extends java.lang.Object
InvalidScope.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
InvalidScope. |
| Modifier and Type | Method and Description |
|---|---|
InvalidScope |
build() |
InvalidScope.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.
|
InvalidScope.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()
InvalidScope.public InvalidScope.Builder setErrorDescription(java.lang.String errorDescription)
errorDescription - New value for the property.public InvalidScope.Builder setErrorUri(java.net.URI errorUri)
errorUri - New value for the property.public InvalidScope build()