public class AdministratorDetails extends Object
| Constructor and Description |
|---|
AdministratorDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
emailAddress()
Get the emailAddress value.
|
String |
firstName()
Get the firstName value.
|
String |
lastName()
Get the lastName value.
|
String |
phone()
Get the phone value.
|
AdministratorDetails |
withEmailAddress(String emailAddress)
Set the emailAddress value.
|
AdministratorDetails |
withFirstName(String firstName)
Set the firstName value.
|
AdministratorDetails |
withLastName(String lastName)
Set the lastName value.
|
AdministratorDetails |
withPhone(String phone)
Set the phone value.
|
public String firstName()
public AdministratorDetails withFirstName(String firstName)
firstName - the firstName value to setpublic String lastName()
public AdministratorDetails withLastName(String lastName)
lastName - the lastName value to setpublic String emailAddress()
public AdministratorDetails withEmailAddress(String emailAddress)
emailAddress - the emailAddress value to setpublic String phone()
public AdministratorDetails withPhone(String phone)
phone - the phone value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/