IModelObject.Builderpublic static final class AuthenticationError.Builder extends AbstractModelObject.Builder
AuthenticationError instances.| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationError |
build() |
Build a model object with the information set in the builder object.
|
AuthenticationError.Builder |
setError(String error) |
The error setter.
|
AuthenticationError.Builder |
setError_description(String error_description) |
The error description setter.
|
public AuthenticationError.Builder setError(String error)
error - A high level description of the error as specified in RFC 6749 Section 5.2.AuthenticationError.Builder.public AuthenticationError.Builder setError_description(String error_description)
error_description - A more detailed description of the error as specified in RFC 6749 Section 4.1.2.1.AuthenticationError.Builder.public AuthenticationError build()
IModelObject.BuilderCopyright © 2019. All rights reserved.