-
public final class AppAuthorizationRequestNotificationAssociates an app authorization request with a notification ID.
-
-
Field Summary
Fields Modifier and Type Field Description private AppAuthorizationRequestrequestprivate IntegernotificationId
-
Constructor Summary
Constructors Constructor Description AppAuthorizationRequestNotification(AppAuthorizationRequest request, Integer notificationId)
-
Method Summary
Modifier and Type Method Description final AppAuthorizationRequestgetRequest()final UnitsetRequest(AppAuthorizationRequest request)final IntegergetNotificationId()final UnitsetNotificationId(Integer notificationId)-
-
Constructor Detail
-
AppAuthorizationRequestNotification
AppAuthorizationRequestNotification(AppAuthorizationRequest request, Integer notificationId)
-
-
Method Detail
-
getRequest
final AppAuthorizationRequest getRequest()
-
setRequest
final Unit setRequest(AppAuthorizationRequest request)
-
getNotificationId
final Integer getNotificationId()
-
setNotificationId
final Unit setNotificationId(Integer notificationId)
-
-
-
-