Uses of Enum Class
de.gematik.ws.conn.cardservice.v8.PinStatusEnum
Packages that use PinStatusEnum
-
Uses of PinStatusEnum in de.gematik.ws.conn.cardservice.v8
Fields in de.gematik.ws.conn.cardservice.v8 declared as PinStatusEnumMethods in de.gematik.ws.conn.cardservice.v8 that return PinStatusEnumModifier and TypeMethodDescriptionstatic PinStatusEnumGetPinStatusResponse.getPinStatus()Gets the value of the pinStatus property.static PinStatusEnumReturns the enum constant of this class with the specified name.static PinStatusEnum[]PinStatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.ws.conn.cardservice.v8 with parameters of type PinStatusEnumModifier and TypeMethodDescriptionvoidGetPinStatusResponse.setPinStatus(PinStatusEnum value) Sets the value of the pinStatus property.