what-the-bank/sources/com/scb/phone/data/network/service/NotificationsService.java

30 lines
967 B
Java

package com.scb.phone.data.network.service;
import com.scb.phone.data.entity.transfer.SingleDataEntity;
import o.AbstractC13163fSk;
import o.C3606bBK;
import o.rLP;
import o.ypB;
import retrofit2.http.Body;
import retrofit2.http.GET;
import retrofit2.http.PUT;
import retrofit2.http.Query;
/* loaded from: classes.dex */
public interface NotificationsService {
@GET("v2/notifications/preferences")
AbstractC13163fSk<SingleDataEntity<ypB>> getNotificationPreferences();
@GET("v1/notifications/unread-count")
AbstractC13163fSk<SingleDataEntity<rLP>> getNotificationUnreadCount();
@GET("v1/notifications")
AbstractC13163fSk<SingleDataEntity<C3606bBK>> getNotifications();
@GET("v1/notifications")
AbstractC13163fSk<SingleDataEntity<C3606bBK>> getNotifications(@Query("lastMessageId") String str);
@PUT("v1/notifications/preferences")
AbstractC13163fSk<SingleDataEntity<Void>> updateNotificationPreferences(@Body ypB ypb);
}