Class AuthenticationError.Builder
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.credentials.error.AuthenticationError.Builder
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
AuthenticationError
Builder class for building
AuthenticationError instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.setError_description(String error_description)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setError
-
setError_description
-
build
Description copied from interface:IModelObject.BuilderBuild a model object with the information set in the builder object.
The type of the model object and its methods depend on its corresponding implementation.- Returns:
- A model object.
-