Uses of Enum
com.microsoft.graph.models.TimeOffReasonIconType
Packages that use TimeOffReasonIconType
-
Uses of TimeOffReasonIconType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TimeOffReasonIconTypeModifier and TypeMethodDescriptionstatic TimeOffReasonIconTypeTimeOffReason.getIconType()Gets the iconType property value.static TimeOffReasonIconTypeReturns the enum constant of this type with the specified name.static TimeOffReasonIconType[]TimeOffReasonIconType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type TimeOffReasonIconTypeModifier and TypeMethodDescriptionvoidTimeOffReason.setIconType(TimeOffReasonIconType value) Sets the iconType property value.