Uses of Class
mx.com.sw.services.acceptreject.requests.EnumAcceptReject
Package | Description |
---|---|
mx.com.sw.services.acceptreject.requests |
-
Uses of EnumAcceptReject in mx.com.sw.services.acceptreject.requests
Methods in mx.com.sw.services.acceptreject.requests that return EnumAcceptReject Modifier and Type Method Description EnumAcceptReject
AcceptRejectItem. getAction()
Obtiene la accion.static EnumAcceptReject
EnumAcceptReject. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnumAcceptReject[]
EnumAcceptReject. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mx.com.sw.services.acceptreject.requests with parameters of type EnumAcceptReject Constructor Description AcceptRejectItem(java.lang.String uuid, EnumAcceptReject action)
Constructor de clase.