|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageTypeEnum | |
|---|---|
| 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 | |
|---|---|
protected MessageTypeEnum |
MessagesType.resultCode
|
| Methods in net.authorize.api.contract.v1 that return MessageTypeEnum | |
|---|---|
static MessageTypeEnum |
MessageTypeEnum.fromValue(String v)
|
MessageTypeEnum |
MessagesType.getResultCode()
Gets the value of the resultCode property. |
static MessageTypeEnum |
MessageTypeEnum.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 | |
|---|---|
void |
MessagesType.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 | |
|---|---|
protected MessageTypeEnum |
ApiOperationBase.resultCode
|
| Methods in net.authorize.api.controller.base that return MessageTypeEnum | |
|---|---|
MessageTypeEnum |
IApiOperation.getResultCode()
|
MessageTypeEnum |
ApiOperationBase.getResultCode()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||