SenderUsernameResource.DefinitionStages.WithDisplayName Interface

public static interface SenderUsernameResource.DefinitionStages.WithDisplayName

The stage of the SenderUsernameResource definition allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name for the senderUsername..

Method Details

withDisplayName

public abstract SenderUsernameResource.DefinitionStages.WithCreate withDisplayName(String displayName)

Specifies the displayName property: The display name for the senderUsername..

Parameters:

displayName - The display name for the senderUsername.

Returns:

the next definition stage.

Applies to