Uses of Enum
co.datadome.fraud.ResponseStatus
Packages that use ResponseStatus
-
Uses of ResponseStatus in co.datadome.fraud
Methods in co.datadome.fraud that return ResponseStatusModifier and TypeMethodDescriptionstatic ResponseStatusResponseStatus.fromHttpStatusCode(int status) DataDomeResponse.getStatus()static ResponseStatusReturns the enum constant of this type with the specified name.static ResponseStatus[]ResponseStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.datadome.fraud with parameters of type ResponseStatusModifier and TypeMethodDescriptionvoidDataDomeResponse.setStatus(ResponseStatus status) DataDomeResponse.Builder.status(ResponseStatus status)