HybridConnection.DefinitionStages.WithUserMetadata Interface
public static interface HybridConnection.DefinitionStages.WithUserMetadata
The stage of the HybridConnection definition allowing to specify userMetadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withUserMetadata(String userMetadata)
Specifies the user |
Method Details
withUserMetadata
public abstract HybridConnection.DefinitionStages.WithCreate withUserMetadata(String userMetadata)
Specifies the userMetadata property: The usermetadata is a placeholder to store user-defined string data for the hybrid connection endpoint. For example, it can be used to store descriptive data, such as a list of teams and their contact information. Also, user-defined configuration settings can be stored..
Parameters:
Returns: