public class ReleaseController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FodApiConnection |
apiConnection |
| Constructor and Description |
|---|
ReleaseController(FodApiConnection apiConnection)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ReleaseDTO |
getRelease(int releaseId,
String fields)
Get an individual release with given fields
|
protected FodApiConnection apiConnection
public ReleaseController(FodApiConnection apiConnection)
apiConnection - apiConnection object with client infopublic ReleaseDTO getRelease(int releaseId, String fields) throws IOException
releaseId - release to getfields - fields to returnIOExceptionCopyright © 2016–2018. All rights reserved.