Uses of Class
com.microsoft.graph.models.ShiftItem
Packages that use ShiftItem
-
Uses of ShiftItem in com.microsoft.graph.models
Subclasses of ShiftItem in com.microsoft.graph.modelsMethods in com.microsoft.graph.models that return ShiftItemModifier and TypeMethodDescriptionstatic ShiftItemShiftItem.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueShift.getDraftShift()Gets the draftShift property value.Shift.getSharedShift()Gets the sharedShift property value.Methods in com.microsoft.graph.models with parameters of type ShiftItemModifier and TypeMethodDescriptionvoidShift.setDraftShift(ShiftItem value) Sets the draftShift property value.voidShift.setSharedShift(ShiftItem value) Sets the sharedShift property value.