Class GetLabelReleasesResponseCreator

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

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

    • GetLabelReleasesResponseCreator

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