Uses of Class
com.ig.orchestrations.fixp.EstablishmentReject.Code
-
-
Uses of EstablishmentReject.Code in com.ig.orchestrations.fixp
Methods in com.ig.orchestrations.fixp that return EstablishmentReject.Code Modifier and Type Method Description static EstablishmentReject.CodeEstablishmentReject.Code. fromValue(String value)EstablishmentReject.CodeEstablishmentReject. getCode()static EstablishmentReject.CodeEstablishmentReject.Code. valueOf(String name)Returns the enum constant of this type with the specified name.static EstablishmentReject.Code[]EstablishmentReject.Code. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ig.orchestrations.fixp with parameters of type EstablishmentReject.Code Modifier and Type Method Description voidEstablishmentReject. setCode(EstablishmentReject.Code code)Constructors in com.ig.orchestrations.fixp with parameters of type EstablishmentReject.Code Constructor Description EstablishmentReject(UUID sessionId, Long requestTimestamp, EstablishmentReject.Code code, String reason, String messageType)
-