Uses of Enum
ch.swisscom.mid.client.model.StatusCode
Packages that use StatusCode
-
Uses of StatusCode in ch.swisscom.mid.client.model
Methods in ch.swisscom.mid.client.model that return StatusCodeModifier and TypeMethodDescriptionstatic StatusCodeStatusCode.getByStatusCodeString(String statusCode) static StatusCodeStatusCode.getByStatusCodeValue(int value) Fault.getStatusCode()ReceiptRequest.getStatusCode()Status.getStatusCode()static StatusCodeReturns the enum constant of this type with the specified name.static StatusCode[]StatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.swisscom.mid.client.model with parameters of type StatusCodeModifier and TypeMethodDescriptionvoidFault.setStatusCode(StatusCode statusCode) voidReceiptRequest.setStatusCode(StatusCode statusCode) voidStatus.setStatusCode(StatusCode statusCode)