All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.soffa.foundation.model.UserInfo Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.model;

import lombok.Data;

@Data
public class UserInfo {
    private String nickname;
    private String givenName;
    private String familyName;
    private String gender;
    private String city;
    private String country;
    private String phoneNumber;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy