Uses of Class
odata.msgraph.client.beta.complex.KeyRealValuePair.Builder
-
Packages that use KeyRealValuePair.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of KeyRealValuePair.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return KeyRealValuePair.Builder Modifier and Type Method Description static KeyRealValuePair.BuilderKeyRealValuePair. builderKeyRealValuePair()Returns a builder which is used to create a new instance of this class (given that this class is immutable).KeyRealValuePair.BuilderKeyRealValuePair.Builder. key(String key)KeyRealValuePair.BuilderKeyRealValuePair.Builder. value(Double value)“The real (floating-point) value of the key-value pair.”
-