MapsAccount.DefinitionStages.WithKind Interface

public static interface MapsAccount.DefinitionStages.WithKind

The stage of the MapsAccount definition allowing to specify kind.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withKind(Kind kind)

Specifies the kind property: Get or Set Kind property..

Method Details

withKind

public abstract MapsAccount.DefinitionStages.WithCreate withKind(Kind kind)

Specifies the kind property: Get or Set Kind property..

Parameters:

kind - Get or Set Kind property.

Returns:

the next definition stage.

Applies to