Package odata.msgraph.client.complex
Class UserSimulationEventInfo
- java.lang.Object
-
- odata.msgraph.client.complex.UserSimulationEventInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class UserSimulationEventInfo extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserSimulationEventInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringbrowserprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected OffsetDateTimeeventDateTimeprotected StringeventNameprotected StringipAddressprotected StringodataTypeprotected StringosPlatformDeviceDetailsprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserSimulationEventInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserSimulationEventInfo.Builderbuilder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<String>getBrowser()Optional<OffsetDateTime>getEventDateTime()Optional<String>getEventName()Optional<String>getIpAddress()Optional<String>getOsPlatformDeviceDetails()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()UserSimulationEventInfowithBrowser(String browser)UserSimulationEventInfowithEventDateTime(OffsetDateTime eventDateTime)UserSimulationEventInfowithEventName(String eventName)UserSimulationEventInfowithIpAddress(String ipAddress)UserSimulationEventInfowithOsPlatformDeviceDetails(String osPlatformDeviceDetails)UserSimulationEventInfowithUnmappedField(String name, Object value)
-
-
-
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
-
eventDateTime
protected OffsetDateTime eventDateTime
-
eventName
protected String eventName
-
ipAddress
protected String ipAddress
-
osPlatformDeviceDetails
protected String osPlatformDeviceDetails
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withBrowser
public UserSimulationEventInfo withBrowser(String browser)
-
getEventDateTime
public Optional<OffsetDateTime> getEventDateTime()
-
withEventDateTime
public UserSimulationEventInfo withEventDateTime(OffsetDateTime eventDateTime)
-
withEventName
public UserSimulationEventInfo withEventName(String eventName)
-
withIpAddress
public UserSimulationEventInfo withIpAddress(String ipAddress)
-
withOsPlatformDeviceDetails
public UserSimulationEventInfo withOsPlatformDeviceDetails(String osPlatformDeviceDetails)
-
withUnmappedField
public UserSimulationEventInfo 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 UserSimulationEventInfo.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
-
-