RuleResults.DefinitionStages.WithWorkspaceId Interface

public static interface RuleResults.DefinitionStages.WithWorkspaceId

The stage of the RuleResults definition allowing to specify workspaceId.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withWorkspaceId(String workspaceId)

Specifies the workspaceId property: The workspace Id..

Method Details

withWorkspaceId

public abstract RuleResults.DefinitionStages.WithCreate withWorkspaceId(String workspaceId)

Specifies the workspaceId property: The workspace Id..

Parameters:

workspaceId - The workspace Id.

Returns:

the next definition stage.

Applies to