SecurityContact.DefinitionStages.WithPhone Interface

public static interface SecurityContact.DefinitionStages.WithPhone

The stage of the SecurityContact definition allowing to specify phone.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withPhone(String phone)

Specifies the phone property: The security contact's phone number.

Method Details

withPhone

public abstract SecurityContact.DefinitionStages.WithCreate withPhone(String phone)

Specifies the phone property: The security contact's phone number.

Parameters:

phone - The security contact's phone number.

Returns:

the next definition stage.

Applies to