AdministratorDetails Class

  • java.lang.Object
    • com.microsoft.azure.keyvault.models.AdministratorDetails

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.

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 Details

emailAddress

public String emailAddress()

Get the emailAddress value.

Returns:

the emailAddress value

firstName

public String firstName()

Get the firstName value.

Returns:

the firstName value

lastName

public String lastName()

Get the lastName value.

Returns:

the lastName value

phone

public String phone()

Get the phone value.

Returns:

the phone value

withEmailAddress

public AdministratorDetails withEmailAddress(String emailAddress)

Set the emailAddress value.

Parameters:

emailAddress - the emailAddress value to set

Returns:

the AdministratorDetails object itself.

withFirstName

public AdministratorDetails withFirstName(String firstName)

Set the firstName value.

Parameters:

firstName - the firstName value to set

Returns:

the AdministratorDetails object itself.

withLastName

public AdministratorDetails withLastName(String lastName)

Set the lastName value.

Parameters:

lastName - the lastName value to set

Returns:

the AdministratorDetails object itself.

withPhone

public AdministratorDetails withPhone(String phone)

Set the phone value.

Parameters:

phone - the phone value to set

Returns:

the AdministratorDetails object itself.

Applies to