Class KeyLongValuePair.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.KeyLongValuePair.Builder
-
- Enclosing class:
- KeyLongValuePair
public static final class KeyLongValuePair.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyLongValuePairbuild()KeyLongValuePair.Buildername(String name)“Name for this key long value pair”KeyLongValuePair.Buildervalue(Long value)“Value for this key long value pair”
-
-
-
Method Detail
-
name
public KeyLongValuePair.Builder name(String name)
“Name for this key long value pair”- Parameters:
name- value ofnameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
value
public KeyLongValuePair.Builder value(Long value)
“Value for this key long value pair”- Parameters:
value- value ofvalueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public KeyLongValuePair build()
-
-