Class GetUserSubmissionsResponseCreator

java.lang.Object
com.amilesend.discogs.parse.creator.GetUserSubmissionsResponseCreator
All Implemented Interfaces:
com.google.gson.InstanceCreator<GetUserSubmissionsResponse>

public class GetUserSubmissionsResponseCreator extends Object implements com.google.gson.InstanceCreator<GetUserSubmissionsResponse>
A custom InstanceCreator implementation that injects the DiscogsConnection to the resource type so that method operations can be performed on the GetUserSubmissionsResponse resource.
See Also:
  • Constructor Details

    • GetUserSubmissionsResponseCreator

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