Uses of Class
com.microsoft.graph.models.TimeCardEvent
Packages that use TimeCardEvent
-
Uses of TimeCardEvent in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TimeCardEventModifier and TypeMethodDescriptionstatic TimeCardEventTimeCardEvent.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTimeCard.getClockInEvent()Gets the clockInEvent property value.TimeCardEntry.getClockInEvent()Gets the clockInEvent property value.TimeCard.getClockOutEvent()Gets the clockOutEvent property value.TimeCardEntry.getClockOutEvent()Gets the clockOutEvent property value.TimeCardBreak.getEnd()Gets the end property value.TimeCardBreak.getStart()Gets the start property value.Methods in com.microsoft.graph.models with parameters of type TimeCardEventModifier and TypeMethodDescriptionvoidTimeCard.setClockInEvent(TimeCardEvent value) Sets the clockInEvent property value.voidTimeCardEntry.setClockInEvent(TimeCardEvent value) Sets the clockInEvent property value.voidTimeCard.setClockOutEvent(TimeCardEvent value) Sets the clockOutEvent property value.voidTimeCardEntry.setClockOutEvent(TimeCardEvent value) Sets the clockOutEvent property value.voidTimeCardBreak.setEnd(TimeCardEvent value) Sets the end property value.voidTimeCardBreak.setStart(TimeCardEvent value) Sets the start property value.