public class ClassicAdministratorProperties extends Object
| Constructor and Description |
|---|
ClassicAdministratorProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
emailAddress()
Get the emailAddress value.
|
String |
role()
Get the role value.
|
ClassicAdministratorProperties |
withEmailAddress(String emailAddress)
Set the emailAddress value.
|
ClassicAdministratorProperties |
withRole(String role)
Set the role value.
|
public String emailAddress()
public ClassicAdministratorProperties withEmailAddress(String emailAddress)
emailAddress - the emailAddress value to setpublic String role()
public ClassicAdministratorProperties withRole(String role)
role - the role 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.
*/