Assignment.UpdateStages.WithMetadata Interface

public static interface Assignment.UpdateStages.WithMetadata

The stage of the Assignment update allowing to specify metadata.

Method Summary

Modifier and Type Method and Description
abstract Update withMetadata(Object metadata)

Specifies the metadata property: The assignment metadata.

Method Details

withMetadata

public abstract Assignment.Update 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