Uses of Class
odata.msgraph.client.complex.TimeCardEntry
-
Packages that use TimeCardEntry Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of TimeCardEntry in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return TimeCardEntry Modifier and Type Method Description TimeCardEntryTimeCardEntry.Builder. build()TimeCardEntryTimeCardEntry. withClockInEvent(TimeCardEvent clockInEvent)TimeCardEntryTimeCardEntry. withClockOutEvent(TimeCardEvent clockOutEvent)TimeCardEntryTimeCardEntry. withUnmappedField(String name, Object value) -
Uses of TimeCardEntry in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TimeCardEntry Modifier and Type Field Description protected TimeCardEntryTimeCard. originalEntryMethods in odata.msgraph.client.entity that return types with arguments of type TimeCardEntry Modifier and Type Method Description Optional<TimeCardEntry>TimeCard. getOriginalEntry()Methods in odata.msgraph.client.entity with parameters of type TimeCardEntry Modifier and Type Method Description TimeCard.BuilderTimeCard.Builder. originalEntry(TimeCardEntry originalEntry)TimeCardTimeCard. withOriginalEntry(TimeCardEntry originalEntry)
-