Uses of Class
odata.msgraph.client.enums.TimeCardState
-
Packages that use TimeCardState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of TimeCardState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TimeCardState Modifier and Type Field Description protected TimeCardStateTimeCard. stateMethods in odata.msgraph.client.entity that return types with arguments of type TimeCardState Modifier and Type Method Description Optional<TimeCardState>TimeCard. getState()Methods in odata.msgraph.client.entity with parameters of type TimeCardState Modifier and Type Method Description TimeCard.BuilderTimeCard.Builder. state(TimeCardState state)TimeCardTimeCard. withState(TimeCardState state) -
Uses of TimeCardState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return TimeCardState Modifier and Type Method Description static TimeCardStateTimeCardState. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeCardState[]TimeCardState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-