Uses of Enum Class
se.swedenconnect.bankid.rpapi.types.CollectResponse.Status
Packages that use CollectResponse.Status
Package
Description
Java classes representing the types defined in the BankID Relying Party API.
-
Uses of CollectResponse.Status in se.swedenconnect.bankid.rpapi.types
Methods in se.swedenconnect.bankid.rpapi.types that return CollectResponse.StatusModifier and TypeMethodDescriptionstatic CollectResponse.Status
Given a string representation its enum object is returned.CollectResponse.getStatus()
Returns the overall status for the collect call.static CollectResponse.Status
Returns the enum constant of this class with the specified name.static CollectResponse.Status[]
CollectResponse.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.swedenconnect.bankid.rpapi.types with parameters of type CollectResponse.StatusModifier and TypeMethodDescriptionvoid
CollectResponse.setStatus
(CollectResponse.Status status) Assigns the overall status for the collect call.