Uses of Enum Class
net.libyaguide.gpay.sdk.model.OperationType
Packages that use OperationType
-
Uses of OperationType in net.libyaguide.gpay.sdk.model
Methods in net.libyaguide.gpay.sdk.model that return OperationTypeModifier and TypeMethodDescriptionstatic OperationTypeOperationType.fromValue(int value) Returns the OperationType for the given value.OutstandingTransaction.getOpTypeId()Gets the operation type.StatementTransaction.getOpTypeId()Gets the operation type.static OperationTypeReturns the enum constant of this class with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.libyaguide.gpay.sdk.model with parameters of type OperationTypeModifier and TypeMethodDescriptionvoidOutstandingTransaction.setOpTypeId(OperationType opTypeId) Sets the operation type.voidStatementTransaction.setOpTypeId(OperationType opTypeId) Sets the operation type.