Class UserProfileFiles
java.lang.Object
de.xima.fc.api.rest.pub.client.user.model.UserProfileFiles
- All Implemented Interfaces:
Serializable
@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator")
public class UserProfileFiles
extends Object
implements Serializable
The files of the user profile.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavatarImage(BaseUserProfileFileResource avatarImage) Creates a new model with the given enum and no other data.booleanGet avatarImageinthashCode()voidsetAvatarImage(BaseUserProfileFileResource avatarImage) toString()
-
Field Details
-
JSON_PROPERTY_AVATAR_IMAGE
- See Also:
-
-
Constructor Details
-
UserProfileFiles
public UserProfileFiles()Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
-
-
Method Details
-
avatarImage
Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data. -
getAvatarImage
-
setAvatarImage
-
equals
-
hashCode
-
toString
-