AdministratorDetails Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. AdministratorDetails
- com.
public class AdministratorDetails
Details of the organization administrator of the certificate issuer.
Method Summary
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. |
Administrator |
withEmailAddress(String emailAddress)
Set the emailAddress value. |
Administrator |
withFirstName(String firstName)
Set the firstName value. |
Administrator |
withLastName(String lastName)
Set the lastName value. |
Administrator |
withPhone(String phone)
Set the phone value. |
Method Details
emailAddress
public String emailAddress()
Get the emailAddress value.
Returns:
firstName
public String firstName()
Get the firstName value.
Returns:
lastName
public String lastName()
Get the lastName value.
Returns:
phone
public String phone()
Get the phone value.
Returns:
withEmailAddress
public AdministratorDetails withEmailAddress(String emailAddress)
Set the emailAddress value.
Parameters:
Returns:
withFirstName
public AdministratorDetails withFirstName(String firstName)
Set the firstName value.
Parameters:
Returns:
withLastName
public AdministratorDetails withLastName(String lastName)
Set the lastName value.
Parameters:
Returns:
withPhone
public AdministratorDetails withPhone(String phone)
Set the phone value.
Parameters:
Returns:
Applies to
Azure SDK for Java