Package odata.msgraph.client.entity
Class VirtualEventSession
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.OnlineMeetingBase
-
- odata.msgraph.client.entity.VirtualEventSession
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class VirtualEventSession extends OnlineMeetingBase implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVirtualEventSession.Builder
-
Field Summary
Fields Modifier and Type Field Description protected DateTimeTimeZoneendDateTimeprotected DateTimeTimeZonestartDateTime-
Fields inherited from class odata.msgraph.client.entity.OnlineMeetingBase
allowAttendeeToEnableCamera, allowAttendeeToEnableMic, allowedPresenters, allowMeetingChat, allowParticipantsToChangeName, allowTeamworkReactions, attendanceReports, audioConferencing, chatInfo, isEntryExitAnnounced, joinInformation, joinMeetingIdSettings, joinWebUrl, lobbyBypassSettings, recordAutomatically, shareMeetingChatHistoryDefault, subject, videoTeleconferenceId, watermarkProtection
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedVirtualEventSession()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VirtualEventSession.BuilderbuilderVirtualEventSession()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.internal.ChangedFieldsgetChangedFields()Optional<DateTimeTimeZone>getEndDateTime()Optional<DateTimeTimeZone>getStartDateTime()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()VirtualEventSessionpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)VirtualEventSessionput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()VirtualEventSessionwithEndDateTime(DateTimeTimeZone endDateTime)VirtualEventSessionwithStartDateTime(DateTimeTimeZone startDateTime)VirtualEventSessionwithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.entity.OnlineMeetingBase
getAllowAttendeeToEnableCamera, getAllowAttendeeToEnableMic, getAllowedPresenters, getAllowMeetingChat, getAllowParticipantsToChangeName, getAllowTeamworkReactions, getAttendanceReports, getAudioConferencing, getChatInfo, getIsEntryExitAnnounced, getJoinInformation, getJoinMeetingIdSettings, getJoinWebUrl, getLobbyBypassSettings, getRecordAutomatically, getShareMeetingChatHistoryDefault, getSubject, getVideoTeleconferenceId, getWatermarkProtection, withAllowAttendeeToEnableCamera, withAllowAttendeeToEnableMic, withAllowedPresenters, withAllowMeetingChat, withAllowParticipantsToChangeName, withAllowTeamworkReactions, withAttendanceReports, withAudioConferencing, withChatInfo, withIsEntryExitAnnounced, withJoinInformation, withJoinMeetingIdSettings, withJoinWebUrl, withLobbyBypassSettings, withRecordAutomatically, withShareMeetingChatHistoryDefault, withSubject, withVideoTeleconferenceId, withWatermarkProtection
-
-
-
-
Field Detail
-
endDateTime
protected DateTimeTimeZone endDateTime
-
startDateTime
protected DateTimeTimeZone startDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classOnlineMeetingBase
-
builderVirtualEventSession
public static VirtualEventSession.Builder builderVirtualEventSession()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classOnlineMeetingBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classOnlineMeetingBase
-
getEndDateTime
public Optional<DateTimeTimeZone> getEndDateTime()
-
withEndDateTime
public VirtualEventSession withEndDateTime(DateTimeTimeZone endDateTime)
-
getStartDateTime
public Optional<DateTimeTimeZone> getStartDateTime()
-
withStartDateTime
public VirtualEventSession withStartDateTime(DateTimeTimeZone startDateTime)
-
withUnmappedField
public VirtualEventSession withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classOnlineMeetingBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classOnlineMeetingBase
-
patch
public VirtualEventSession patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classOnlineMeetingBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public VirtualEventSession put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classOnlineMeetingBase- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classOnlineMeetingBase
-
-