Package org.hihn.listenbrainz
Class ReleaseGroupRequest
java.lang.Object
org.hihn.listenbrainz.ReleaseGroupRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.7.0")
public class ReleaseGroupRequest
extends Object
ReleaseGroupRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReleaseGroupMbidsItem
(UUID releaseGroupMbidsItem) boolean
static ReleaseGroupRequest
Create an instance of ReleaseGroupRequest given an JSON stringGet releaseGroupMbidsint
hashCode()
releaseGroupMbids
(List<UUID> releaseGroupMbids) void
setReleaseGroupMbids
(List<UUID> releaseGroupMbids) toJson()
Convert an instance of ReleaseGroupRequest to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_RELEASE_GROUP_MBIDS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReleaseGroupRequest
public ReleaseGroupRequest()
-
-
Method Details
-
releaseGroupMbids
-
addReleaseGroupMbidsItem
-
getReleaseGroupMbids
Get releaseGroupMbids- Returns:
- releaseGroupMbids
-
setReleaseGroupMbids
-
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 ReleaseGroupRequest
-
fromJson
Create an instance of ReleaseGroupRequest given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of ReleaseGroupRequest
- Throws:
IOException
- if the JSON string is invalid with respect to ReleaseGroupRequest
-
toJson
Convert an instance of ReleaseGroupRequest to an JSON string- Returns:
- JSON string
-