Class UserUpdateRequest

java.lang.Object
com.iland.core.web.rest.request.user.UserUpdateRequest
All Implemented Interfaces:
Serializable

public class UserUpdateRequest extends Object implements Serializable
User Update Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

  • Method Details

    • getFullname

      public String getFullname()
      Get the full name.
      Returns:
      String the user's full name
    • getPhone

      public String getPhone()
      Get the phone.
      Returns:
      String phone
    • getCompany

      public String getCompany()
      Get the company.
      Returns:
      String company
    • getAddress

      public String getAddress()
      Get the address.
      Returns:
      String address
    • getCity

      public String getCity()
      Get the city.
      Returns:
      String city
    • getState

      public String getState()
      Get the state.
      Returns:
      String state
    • getZip

      public String getZip()
      Get the zip.
      Returns:
      String zip
    • getCountry

      public String getCountry()
      Get the country.
      Returns:
      String country