Uses of Class
odata.msgraph.client.beta.entity.TimeCard
-
Packages that use TimeCard Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of TimeCard in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TimeCard Modifier and Type Method Description TimeCardTimeCard.Builder. build()TimeCardTimeCard. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TimeCardTimeCard. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TimeCardTimeCard. withBreaks(List<TimeCardBreak> breaks)TimeCardTimeCard. withClockInEvent(TimeCardEvent clockInEvent)TimeCardTimeCard. withClockOutEvent(TimeCardEvent clockOutEvent)TimeCardTimeCard. withConfirmedBy(ConfirmedBy confirmedBy)TimeCardTimeCard. withNotes(ItemBody notes)TimeCardTimeCard. withOriginalEntry(TimeCardEntry originalEntry)TimeCardTimeCard. withState(TimeCardState state)TimeCardTimeCard. withUnmappedField(String name, String value)TimeCardTimeCard. withUserId(String userId)Methods in odata.msgraph.client.beta.entity that return types with arguments of type TimeCard Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. clockOut(Boolean atApprovedLocation, ItemBody notes)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. confirm()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. endBreak(Boolean atApprovedLocation, ItemBody notes)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCard. startBreak(Boolean atApprovedLocation, ItemBody notes) -
Uses of TimeCard in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type TimeCard Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardCollectionRequest. clockIn(Boolean atApprovedLocation, String onBehalfOfUserId, ItemBody notes) -
Uses of TimeCard in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type TimeCard Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. clockOut(Boolean atApprovedLocation, ItemBody notes)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. confirm()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. endBreak(Boolean atApprovedLocation, ItemBody notes)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<TimeCard>TimeCardRequest. startBreak(Boolean atApprovedLocation, ItemBody notes)
-