Uses of Class
odata.msgraph.client.complex.KeyValue.Builder
-
Packages that use KeyValue.Builder Package Description odata.msgraph.client.complex -
-
Uses of KeyValue.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return KeyValue.Builder Modifier and Type Method Description static KeyValue.BuilderKeyValue. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).KeyValue.BuilderKeyValue.Builder. key(String key)KeyValue.BuilderKeyValue.Builder. value(String value)
-