Uses of Class
net.authorize.api.contract.v1.MessageTypeEnum
-
Packages that use MessageTypeEnum Package Description net.authorize.api.contract.v1 net.authorize.api.controller.base -
-
Uses of MessageTypeEnum in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as MessageTypeEnum Modifier and Type Field Description protected MessageTypeEnumMessagesType. resultCodeMethods in net.authorize.api.contract.v1 that return MessageTypeEnum Modifier and Type Method Description static MessageTypeEnumMessageTypeEnum. fromValue(String v)MessageTypeEnumMessagesType. getResultCode()Gets the value of the resultCode property.static MessageTypeEnumMessageTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTypeEnum[]MessageTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.authorize.api.contract.v1 with parameters of type MessageTypeEnum Modifier and Type Method Description voidMessagesType. setResultCode(MessageTypeEnum value)Sets the value of the resultCode property. -
Uses of MessageTypeEnum in net.authorize.api.controller.base
Fields in net.authorize.api.controller.base declared as MessageTypeEnum Modifier and Type Field Description protected MessageTypeEnumApiOperationBase. resultCodeMethods in net.authorize.api.controller.base that return MessageTypeEnum Modifier and Type Method Description MessageTypeEnumApiOperationBase. getResultCode()MessageTypeEnumIApiOperation. getResultCode()
-