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 WithCreate 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:

metadata - The assignment metadata. Metadata is an open ended object and is typically a collection of key value pairs.

Returns:

the next definition stage.

Applies to