Class AdministratorDetails
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.AdministratorDetails
-
public class AdministratorDetails extends Object
Details of the organization administrator of the certificate issuer.
-
-
Constructor Summary
Constructors Constructor Description AdministratorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
firstName
public String firstName()
Get the firstName value.- Returns:
- the firstName value
-
withFirstName
public AdministratorDetails withFirstName(String firstName)
Set the firstName value.- Parameters:
firstName
- the firstName value to set- Returns:
- the AdministratorDetails object itself.
-
lastName
public String lastName()
Get the lastName value.- Returns:
- the lastName value
-
withLastName
public AdministratorDetails withLastName(String lastName)
Set the lastName value.- Parameters:
lastName
- the lastName value to set- Returns:
- the AdministratorDetails object itself.
-
emailAddress
public String emailAddress()
Get the emailAddress value.- Returns:
- the emailAddress value
-
withEmailAddress
public AdministratorDetails withEmailAddress(String emailAddress)
Set the emailAddress value.- Parameters:
emailAddress
- the emailAddress value to set- Returns:
- the AdministratorDetails object itself.
-
phone
public String phone()
Get the phone value.- Returns:
- the phone value
-
withPhone
public AdministratorDetails withPhone(String phone)
Set the phone value.- Parameters:
phone
- the phone value to set- Returns:
- the AdministratorDetails object itself.
-
-