Package com.microsoft.graph.models
Enum Class TimeOffReasonIconType
- All Implemented Interfaces:
Serializable,Comparable<TimeOffReasonIconType>,Constable
The Enum Time Off Reason Icon Type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptioncakecalendarcarclockcupdoctordogfirst Aidglobejury Dutynonenot Workingphonepiggy Bankpinplanerunningsunnytraffic ConeumbrellaFor TimeOffReasonIconType values that were not expected from the serviceunknown Future Valueweather -
Method Summary
Modifier and TypeMethodDescriptionstatic TimeOffReasonIconTypeReturns the enum constant of this class with the specified name.static TimeOffReasonIconType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
none -
CAR
car -
CALENDAR
calendar -
RUNNING
running -
PLANE
plane -
FIRST_AID
first Aid -
DOCTOR
doctor -
NOT_WORKING
not Working -
CLOCK
clock -
JURY_DUTY
jury Duty -
GLOBE
globe -
CUP
cup -
PHONE
phone -
WEATHER
weather -
UMBRELLA
umbrella -
PIGGY_BANK
piggy Bank -
DOG
dog -
CAKE
cake -
TRAFFIC_CONE
traffic Cone -
PIN
pin -
SUNNY
sunny -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For TimeOffReasonIconType values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-