Class ResponseSuccessful
java.lang.Object
net.darkhax.curseforgegradle.api.upload.ResponseSuccessful
This POJO represents a response from the CurseForge API when a file has been successfully uploaded.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResponseSuccessful
public ResponseSuccessful()
-
-
Method Details
-
getId
public long getId()Gets the file ID of the newly uploaded file.- Returns:
- The returned file ID.
-