Package odata.msgraph.client.complex
Class UserTrainingContentEventInfo
- java.lang.Object
-
- odata.msgraph.client.complex.UserTrainingContentEventInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserTrainingContentEventInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserTrainingContentEventInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringbrowserprotected OffsetDateTimecontentDateTimeprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringipAddressprotected StringodataTypeprotected StringosPlatformDeviceDetailsprotected DoublepotentialScoreImpactprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserTrainingContentEventInfo()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
browser
protected String browser
-
contentDateTime
protected OffsetDateTime contentDateTime
-
ipAddress
protected String ipAddress
-
osPlatformDeviceDetails
protected String osPlatformDeviceDetails
-
potentialScoreImpact
protected Double potentialScoreImpact
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withBrowser
public UserTrainingContentEventInfo withBrowser(String browser)
-
getContentDateTime
public Optional<OffsetDateTime> getContentDateTime()
-
withContentDateTime
public UserTrainingContentEventInfo withContentDateTime(OffsetDateTime contentDateTime)
-
withIpAddress
public UserTrainingContentEventInfo withIpAddress(String ipAddress)
-
withOsPlatformDeviceDetails
public UserTrainingContentEventInfo withOsPlatformDeviceDetails(String osPlatformDeviceDetails)
-
withPotentialScoreImpact
public UserTrainingContentEventInfo withPotentialScoreImpact(Double potentialScoreImpact)
-
withUnmappedField
public UserTrainingContentEventInfo withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static UserTrainingContentEventInfo.Builder builder()
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
-
-