Uses of Class
com.microsoft.graph.models.TimeCardBreak
Packages that use TimeCardBreak
-
Uses of TimeCardBreak in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TimeCardBreakModifier and TypeMethodDescriptionstatic TimeCardBreakTimeCardBreak.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type TimeCardBreakModifier and TypeMethodDescriptionTimeCard.getBreaks()Gets the breaks property value.TimeCardEntry.getBreaks()Gets the breaks property value.Method parameters in com.microsoft.graph.models with type arguments of type TimeCardBreakModifier and TypeMethodDescriptionvoidTimeCard.setBreaks(List<TimeCardBreak> value) Sets the breaks property value.voidTimeCardEntry.setBreaks(List<TimeCardBreak> value) Sets the breaks property value.