Class KeyRealValuePair.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.KeyRealValuePair.Builder
-
- Enclosing class:
- KeyRealValuePair
public static final class KeyRealValuePair.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyRealValuePairbuild()KeyRealValuePair.Builderkey(String key)KeyRealValuePair.Buildervalue(Double value)“The real (floating-point) value of the key-value pair.”
-
-
-
Method Detail
-
key
public KeyRealValuePair.Builder key(String key)
-
value
public KeyRealValuePair.Builder value(Double value)
“The real (floating-point) value of the key-value pair.”- Parameters:
value- value ofvalueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public KeyRealValuePair build()
-
-