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 Details

    • GetUserContributionsResponseCreator

      public GetUserContributionsResponseCreator(DiscogsConnection connection)
      Creates a new GetUserContributionsResponseCreator instance.
      Parameters:
      connection - The current client connection instance.
  • Method Details