UserDetailsUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. informaticadatamanagement. models. UserDetailsUpdate
- com.
Implements
public final class UserDetailsUpdate
implements JsonSerializable<UserDetailsUpdate>
User Info of Informatica Organization resource.
Constructor Summary
| Constructor | Description |
|---|---|
| UserDetailsUpdate() |
Creates an instance of User |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
emailAddress()
Get the email |
| String |
firstName()
Get the first |
|
static
User |
fromJson(JsonReader jsonReader)
Reads an instance of User |
| String |
lastName()
Get the last |
| String |
phoneNumber()
Get the phone |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
upn()
Get the upn property: UPN of user. |
| void |
validate()
Validates the instance. |
|
User |
withEmailAddress(String emailAddress)
Set the email |
|
User |
withFirstName(String firstName)
Set the first |
|
User |
withLastName(String lastName)
Set the last |
|
User |
withPhoneNumber(String phoneNumber)
Set the phone |
|
User |
withUpn(String upn)
Set the upn property: UPN of user. |
Methods inherited from java.lang.Object
Constructor Details
UserDetailsUpdate
public UserDetailsUpdate()
Creates an instance of UserDetailsUpdate class.
Method Details
emailAddress
public String emailAddress()
Get the emailAddress property: User email address.
Returns:
firstName
public String firstName()
Get the firstName property: User first name.
Returns:
fromJson
public static UserDetailsUpdate fromJson(JsonReader jsonReader)
Reads an instance of UserDetailsUpdate from the JsonReader.
Parameters:
Returns:
Throws:
lastName
public String lastName()
Get the lastName property: User last name.
Returns:
phoneNumber
public String phoneNumber()
Get the phoneNumber property: Phone number of the user used by for contacting them if needed.
Returns:
toJson
upn
public String upn()
Get the upn property: UPN of user.
Returns:
validate
public void validate()
Validates the instance.
withEmailAddress
public UserDetailsUpdate withEmailAddress(String emailAddress)
Set the emailAddress property: User email address.
Parameters:
Returns:
withFirstName
public UserDetailsUpdate withFirstName(String firstName)
Set the firstName property: User first name.
Parameters:
Returns:
withLastName
public UserDetailsUpdate withLastName(String lastName)
Set the lastName property: User last name.
Parameters:
Returns:
withPhoneNumber
public UserDetailsUpdate withPhoneNumber(String phoneNumber)
Set the phoneNumber property: Phone number of the user used by for contacting them if needed.
Parameters:
Returns:
withUpn
public UserDetailsUpdate withUpn(String upn)
Set the upn property: UPN of user.
Parameters:
Returns: