ApplicationGroup.UpdateStages.WithShowInFeed Interface

public static interface ApplicationGroup.UpdateStages.WithShowInFeed

The stage of the ApplicationGroup update allowing to specify showInFeed.

Method Summary

Modifier and Type Method and Description
abstract Update withShowInFeed(Boolean showInFeed)

Specifies the showInFeed property: Boolean representing whether the applicationGroup is show in the feed..

Method Details

withShowInFeed

public abstract ApplicationGroup.Update withShowInFeed(Boolean showInFeed)

Specifies the showInFeed property: Boolean representing whether the applicationGroup is show in the feed..

Parameters:

showInFeed - Boolean representing whether the applicationGroup is show in the feed.

Returns:

the next definition stage.

Applies to