WebPubSubHub.DefinitionStages.WithProperties Interface

public static interface WebPubSubHub.DefinitionStages.WithProperties

The stage of the WebPubSubHub definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(WebPubSubHubProperties properties)

Specifies the properties property: Properties of a hub..

Method Details

withProperties

public abstract WebPubSubHub.DefinitionStages.WithCreate withProperties(WebPubSubHubProperties properties)

Specifies the properties property: Properties of a hub..

Parameters:

properties - Properties of a hub.

Returns:

the next definition stage.

Applies to