共用方式為


KeyValue.DefinitionStages.WithValue Interface

public static interface KeyValue.DefinitionStages.WithValue

The stage of the KeyValue definition allowing to specify value.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withValue(String value)

Specifies the value property: The value of the key-value..

Method Details

withValue

public abstract KeyValue.DefinitionStages.WithCreate withValue(String value)

Specifies the value property: The value of the key-value..

Parameters:

value - The value of the key-value.

Returns:

the next definition stage.

Applies to