Uses of Class
odata.msgraph.client.beta.complex.KeyLongValuePair.Builder
-
Packages that use KeyLongValuePair.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of KeyLongValuePair.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return KeyLongValuePair.Builder Modifier and Type Method Description static KeyLongValuePair.BuilderKeyLongValuePair. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).KeyLongValuePair.BuilderKeyLongValuePair.Builder. name(String name)“Name for this key long value pair”KeyLongValuePair.BuilderKeyLongValuePair.Builder. value(Long value)“Value for this key long value pair”
-