Uses of Class
odata.msgraph.client.complex.ShiftItem
-
Packages that use ShiftItem Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ShiftItem in odata.msgraph.client.complex
Subclasses of ShiftItem in odata.msgraph.client.complex Modifier and Type Class Description classOpenShiftItemMethods in odata.msgraph.client.complex that return ShiftItem Modifier and Type Method Description ShiftItemShiftItem.Builder. build()ShiftItemShiftItem. withDisplayName(String displayName)ShiftItemShiftItem. withNotes(String notes)ShiftItemShiftItem. withUnmappedField(String name, Object value) -
Uses of ShiftItem in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ShiftItem Modifier and Type Field Description protected ShiftItemShift. draftShiftprotected ShiftItemShift. sharedShiftMethods in odata.msgraph.client.entity that return types with arguments of type ShiftItem Modifier and Type Method Description Optional<ShiftItem>Shift. getDraftShift()Optional<ShiftItem>Shift. getSharedShift()Methods in odata.msgraph.client.entity with parameters of type ShiftItem Modifier and Type Method Description Shift.BuilderShift.Builder. draftShift(ShiftItem draftShift)Shift.BuilderShift.Builder. sharedShift(ShiftItem sharedShift)ShiftShift. withDraftShift(ShiftItem draftShift)ShiftShift. withSharedShift(ShiftItem sharedShift)
-