Class ArtistPatchRequest

java.lang.Object
org.localify.artist.dto.ArtistPatchRequest

public class ArtistPatchRequest extends Object
Represents a request to patch an artist. This class uses Optional to distinguish between a field that was not provided and a field that was provided with a null or empty value.
  • Constructor Details

    • ArtistPatchRequest

      public ArtistPatchRequest()
  • Method Details