Package org.hihn.listenbrainz
Class ReleaseRequest
java.lang.Object
org.hihn.listenbrainz.ReleaseRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class ReleaseRequest
extends Object
ReleaseRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReleaseMbidsItem(UUID releaseMbidsItem) booleanstatic ReleaseRequestCreate an instance of ReleaseRequest given an JSON stringGet releaseMbidsinthashCode()releaseMbids(List<UUID> releaseMbids) voidsetReleaseMbids(List<UUID> releaseMbids) toJson()Convert an instance of ReleaseRequest to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RELEASE_MBIDS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReleaseRequest
public ReleaseRequest()
-
-
Method Details
-
releaseMbids
-
addReleaseMbidsItem
-
getReleaseMbids
Get releaseMbids- Returns:
- releaseMbids
-
setReleaseMbids
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ReleaseRequest
-
fromJson
Create an instance of ReleaseRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReleaseRequest
- Throws:
IOException- if the JSON string is invalid with respect to ReleaseRequest
-
toJson
Convert an instance of ReleaseRequest to an JSON string- Returns:
- JSON string
-