MapsAccount.DefinitionStages.WithProperties Interface

public static interface MapsAccount.DefinitionStages.WithProperties

The stage of the MapsAccount definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(MapsAccountProperties properties)

Specifies the properties property: The map account properties..

Method Details

withProperties

public abstract MapsAccount.DefinitionStages.WithCreate withProperties(MapsAccountProperties properties)

Specifies the properties property: The map account properties..

Parameters:

properties - The map account properties.

Returns:

the next definition stage.

Applies to