Class ChangeUserAvatarRequest

Object
ChangeUserAvatarRequest
All Implemented Interfaces:
Serializable

public class ChangeUserAvatarRequest extends Object implements Serializable
The properties needed to change the avatar for the user.
See Also:
  • Constructor Details

    • ChangeUserAvatarRequest

      public ChangeUserAvatarRequest()
  • Method Details

    • builder

      public static ChangeUserAvatarRequest.Builder builder()
    • getId

      public UUID getId()
      Required. The ID of the user the avatar should be changed for.
    • getFileId

      public UUID getFileId()
      Required. The ID of the file representing to avatar that should be assigned to the user.
    • setId

      public void setId(UUID id)
      Required. The ID of the user the avatar should be changed for.
    • setFileId

      public void setFileId(UUID fileId)
      Required. The ID of the file representing to avatar that should be assigned to the user.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object