Class GetCollectionItemsByReleaseResponseCreator

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

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

    • GetCollectionItemsByReleaseResponseCreator

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