Uses of Class
odata.msgraph.client.complex.TimeCardBreak
-
Packages that use TimeCardBreak Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of TimeCardBreak in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type TimeCardBreak Modifier and Type Field Description protected List<TimeCardBreak>TimeCardEntry. breaksMethods in odata.msgraph.client.complex that return TimeCardBreak Modifier and Type Method Description TimeCardBreakTimeCardBreak.Builder. build()TimeCardBreakTimeCardBreak. withBreakId(String breakId)TimeCardBreakTimeCardBreak. withEnd(TimeCardEvent end)TimeCardBreakTimeCardBreak. withNotes(ItemBody notes)TimeCardBreakTimeCardBreak. withStart(TimeCardEvent start)TimeCardBreakTimeCardBreak. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type TimeCardBreak Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TimeCardBreak>TimeCardEntry. getBreaks()com.github.davidmoten.odata.client.CollectionPage<TimeCardBreak>TimeCardEntry. getBreaks(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type TimeCardBreak Modifier and Type Method Description TimeCardEntry.BuilderTimeCardEntry.Builder. breaks(TimeCardBreak... breaks)Method parameters in odata.msgraph.client.complex with type arguments of type TimeCardBreak Modifier and Type Method Description TimeCardEntry.BuilderTimeCardEntry.Builder. breaks(List<TimeCardBreak> breaks) -
Uses of TimeCardBreak in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TimeCardBreak Modifier and Type Field Description protected List<TimeCardBreak>TimeCard. breaksMethods in odata.msgraph.client.entity that return types with arguments of type TimeCardBreak Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<TimeCardBreak>TimeCard. getBreaks()com.github.davidmoten.odata.client.CollectionPage<TimeCardBreak>TimeCard. getBreaks(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type TimeCardBreak Modifier and Type Method Description TimeCard.BuilderTimeCard.Builder. breaks(TimeCardBreak... breaks)Method parameters in odata.msgraph.client.entity with type arguments of type TimeCardBreak Modifier and Type Method Description TimeCard.BuilderTimeCard.Builder. breaks(List<TimeCardBreak> breaks)TimeCardTimeCard. withBreaks(List<TimeCardBreak> breaks)
-