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