Assignment.DefinitionStages.WithMetadata Interface
public static interface Assignment.DefinitionStages.WithMetadata
The stage of the Assignment definition allowing to specify metadata.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withMetadata(Object metadata)
Specifies the metadata property: The assignment metadata. |
Method Details
withMetadata
public abstract Assignment.DefinitionStages.WithCreate withMetadata(Object metadata)
Specifies the metadata property: The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs..
Parameters:
Returns: