Class ChangeUserAvatarRequest
Object
ChangeUserAvatarRequest
- All Implemented Interfaces:
Serializable
The properties needed to change the avatar for the user.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Required. The ID of the file representing to avatar that should be assigned to the user.getId()
Required. The ID of the user the avatar should be changed for.int
hashCode()
void
Required. The ID of the file representing to avatar that should be assigned to the user.void
Required. The ID of the user the avatar should be changed for.toString()
-
Constructor Details
-
ChangeUserAvatarRequest
public ChangeUserAvatarRequest()
-
-
Method Details
-
builder
-
getId
Required. The ID of the user the avatar should be changed for. -
getFileId
Required. The ID of the file representing to avatar that should be assigned to the user. -
setId
Required. The ID of the user the avatar should be changed for. -
setFileId
Required. The ID of the file representing to avatar that should be assigned to the user. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-