Package odata.msgraph.client.complex
Class InsightValueDouble
- java.lang.Object
-
- odata.msgraph.client.complex.UserExperienceAnalyticsInsightValue
-
- odata.msgraph.client.complex.InsightValueDouble
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class InsightValueDouble extends UserExperienceAnalyticsInsightValue implements com.github.davidmoten.odata.client.ODataType
“The value in an user experience analytics insight.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInsightValueDouble.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Doublevalue-
Fields inherited from class odata.msgraph.client.complex.UserExperienceAnalyticsInsightValue
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInsightValueDouble()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightValueDouble.BuilderbuilderInsightValueDouble()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Double>getValue()“The double value of the user experience analytics insight.”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()InsightValueDoublewithUnmappedField(String name, Object value)InsightValueDoublewithValue(Double value)Returns an immutable copy ofthiswith just thevaluefield changed.
-
-
-
Field Detail
-
value
protected Double value
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classUserExperienceAnalyticsInsightValue
-
getValue
public Optional<Double> getValue()
“The double value of the user experience analytics insight.”- Returns:
- property value
-
withValue
public InsightValueDouble withValue(Double value)
Returns an immutable copy ofthiswith just thevaluefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis.patch()is called (if available)on the returned object only the changed fields are submitted.“The double value of the user experience analytics insight.”
- Parameters:
value- new value ofvaluefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thevaluefield changed
-
withUnmappedField
public InsightValueDouble withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classUserExperienceAnalyticsInsightValue
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classUserExperienceAnalyticsInsightValue
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classUserExperienceAnalyticsInsightValue
-
builderInsightValueDouble
public static InsightValueDouble.Builder builderInsightValueDouble()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classUserExperienceAnalyticsInsightValue
-
-