Package be.ceau.itunesapi
Class GenreIdsAppendix
- java.lang.Object
-
- be.ceau.itunesapi.GenreIdsAppendix
-
- All Implemented Interfaces:
Serializable
public class GenreIdsAppendix extends Object implements Serializable
Implementation of the Genre IDs Appendix API.- See Also:
- Genre ID API, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenreIdsAppendix()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenreIdsResponseexecute()Execute this Genre IDs Appendix request.GenreIdsResponseexecute(Connector connector)Execute this Genre IDs Appendix request using the providedConnectorimplementation.
-
-
-
Method Detail
-
execute
public GenreIdsResponse execute()
Execute this Genre IDs Appendix request.- Returns:
- parsed
GenreIdsResponsefrom iTunes - Throws:
RuntimeException- wrapping anyIOExceptionthrown performing the request or parsing the response
-
execute
public GenreIdsResponse execute(Connector connector)
Execute this Genre IDs Appendix request using the providedConnectorimplementation.- Parameters:
connector-Connectorimplementation, notnull- Returns:
- parsed
GenreIdsResponseresponse from iTunes - Throws:
IllegalArgumentException- if argumentnullRuntimeException- wrapping anyIOExceptionthrown performing the request or parsing the response
-
-