Uses of Class
dev.vality.damsel.fraudbusters_notificator.NotificationListResponse
-
Uses of NotificationListResponse in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator declared as NotificationListResponse Modifier and Type Field Description NotificationListResponseNotificationServiceSrv.getAll_result. successMethods in dev.vality.damsel.fraudbusters_notificator that return NotificationListResponse Modifier and Type Method Description NotificationListResponseNotificationListResponse. deepCopy()NotificationListResponseNotificationServiceSrv.Client. getAll(Page page, Filter filter)NotificationListResponseNotificationServiceSrv.Iface. getAll(Page page, Filter filter)NotificationListResponseNotificationServiceSrv.AsyncClient.getAll_call. getResult()NotificationListResponseNotificationServiceSrv.getAll_result. getSuccess()NotificationListResponseNotificationServiceSrv.Client. recvGetAll()NotificationListResponseNotificationListResponse. setContinuationId(long continuationId)NotificationListResponseNotificationListResponse. setNotifications(List<Notification> notifications)Methods in dev.vality.damsel.fraudbusters_notificator that return types with arguments of type NotificationListResponse Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<NotificationListResponse>NotificationServiceSrv.AsyncProcessor.getAll. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type NotificationListResponse Modifier and Type Method Description intNotificationListResponse. compareTo(NotificationListResponse other)booleanNotificationListResponse. equals(NotificationListResponse that)NotificationServiceSrv.getAll_resultNotificationServiceSrv.getAll_result. setSuccess(NotificationListResponse success)Method parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type NotificationListResponse Modifier and Type Method Description voidNotificationServiceSrv.AsyncClient. getAll(Page page, Filter filter, org.apache.thrift.async.AsyncMethodCallback<NotificationListResponse> resultHandler)voidNotificationServiceSrv.AsyncIface. getAll(Page page, Filter filter, org.apache.thrift.async.AsyncMethodCallback<NotificationListResponse> resultHandler)voidNotificationServiceSrv.AsyncProcessor.getAll. start(I iface, NotificationServiceSrv.getAll_args args, org.apache.thrift.async.AsyncMethodCallback<NotificationListResponse> resultHandler)Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type NotificationListResponse Constructor Description getAll_result(NotificationListResponse success)NotificationListResponse(NotificationListResponse other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type NotificationListResponse Constructor Description getAll_call(Page page, Filter filter, org.apache.thrift.async.AsyncMethodCallback<NotificationListResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)