Class GetUserContributionsResponseCreator
java.lang.Object
com.amilesend.discogs.parse.creator.GetUserContributionsResponseCreator
- All Implemented Interfaces:
com.google.gson.InstanceCreator<GetUserContributionsResponse>
public class GetUserContributionsResponseCreator
extends Object
implements com.google.gson.InstanceCreator<GetUserContributionsResponse>
A custom
InstanceCreator implementation that injects the DiscogsConnection to the
resource type so that method operations can be performed on the GetUserContributionsResponse
resource.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetUserContributionsResponseCreator(DiscogsConnection connection) Creates a newGetUserContributionsResponseCreatorinstance. -
Method Summary
-
Constructor Details
-
GetUserContributionsResponseCreator
Creates a newGetUserContributionsResponseCreatorinstance.- Parameters:
connection- The current client connection instance.
-
-
Method Details
-
createInstance
- Specified by:
createInstancein interfacecom.google.gson.InstanceCreator<GetUserContributionsResponse>
-