LinkerResource.UpdateStages.WithClientType Interface

public static interface LinkerResource.UpdateStages.WithClientType

The stage of the LinkerResource update allowing to specify clientType.

Method Summary

Modifier and Type Method and Description
abstract Update withClientType(ClientType clientType)

Specifies the clientType property: The application client type.

Method Details

withClientType

public abstract LinkerResource.Update withClientType(ClientType clientType)

Specifies the clientType property: The application client type.

Parameters:

clientType - The application client type.

Returns:

the next definition stage.

Applies to