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