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