SavedSearch.DefinitionStages.WithDisplayName Interface

public static interface SavedSearch.DefinitionStages.WithDisplayName

The stage of the SavedSearch definition allowing to specify displayName.

Method Summary

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

Specifies the displayName property: Saved search display name..

Method Details

withDisplayName

public abstract SavedSearch.DefinitionStages.WithQuery withDisplayName(String displayName)

Specifies the displayName property: Saved search display name..

Parameters:

displayName - Saved search display name.

Returns:

the next definition stage.

Applies to