Class GetCollectionItemsByFolderResponseCreator

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

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

    • GetCollectionItemsByFolderResponseCreator

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