Class GetMasterReleaseVersionsResponseCreator

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

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

    • GetMasterReleaseVersionsResponseCreator

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