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