Uses of Enum
com.microsoft.graph.models.CheckInMethod
Packages that use CheckInMethod
-
Uses of CheckInMethod in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CheckInMethodModifier and TypeMethodDescriptionstatic CheckInMethodCheckInClaim.getCheckInMethod()Gets the checkInMethod property value.static CheckInMethodReturns the enum constant of this type with the specified name.static CheckInMethod[]CheckInMethod.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 CheckInMethodModifier and TypeMethodDescriptionvoidCheckInClaim.setCheckInMethod(CheckInMethod value) Sets the checkInMethod property value.