Class MdUserInfosResponse

java.lang.Object
net.minheur.potoflux.login.response.BaseResponse
net.minheur.potoflux.login.response.MdUserInfosResponse

public class MdUserInfosResponse extends BaseResponse
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Says if the user's email has been changed.
    Used mainly in debugging / checking for illegal requests
    boolean
    Says if the user's first name has been changed.
    Used mainly in debugging / checking for illegal requests
    boolean
    Says if the user's last name has been changed.
    Used mainly in debugging / checking for illegal requests
    boolean
    Says if the user's rank has been changed.
    Used mainly in debugging / checking for illegal requests

    Fields inherited from class net.minheur.potoflux.login.response.BaseResponse

    error, success
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • emailChanged

      @SerializedName("email_changed") public boolean emailChanged
      Says if the user's email has been changed.
      Used mainly in debugging / checking for illegal requests
    • firstNameChanged

      @SerializedName("f_name_changed") public boolean firstNameChanged
      Says if the user's first name has been changed.
      Used mainly in debugging / checking for illegal requests
    • lastNameChanged

      @SerializedName("l_name_changed") public boolean lastNameChanged
      Says if the user's last name has been changed.
      Used mainly in debugging / checking for illegal requests
    • rankChanged

      @SerializedName("rank_changed") public boolean rankChanged
      Says if the user's rank has been changed.
      Used mainly in debugging / checking for illegal requests
  • Constructor Details

    • MdUserInfosResponse

      public MdUserInfosResponse()