Package odata.msgraph.client.complex
Class InsightValueInt.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.InsightValueInt.Builder
-
- Enclosing class:
- InsightValueInt
public static final class InsightValueInt.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightValueIntbuild()InsightValueInt.Buildervalue(Integer value)“The int value of the user experience analytics insight.”
-
-
-
Method Detail
-
value
public InsightValueInt.Builder value(Integer value)
“The int value of the user experience analytics insight.”- Parameters:
value- value ofvalueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public InsightValueInt build()
-
-