public class UserUpdateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| UserUpdateRequest(String fullname,
                 String phone,
                 String company,
                 String address,
                 String city,
                 String state,
                 String zip,
                 String country) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAddress()Get the address. | 
| String | getCity()Get the city. | 
| String | getCompany()Get the company. | 
| String | getCountry()Get the country. | 
| String | getFullname()Get the full name. | 
| String | getPhone()Get the phone. | 
| String | getState()Get the state. | 
| String | getZip()Get the zip. | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.