Package com.jetbrains.notary.models
Class NewSubmissionRequest.Notifications
-
- All Implemented Interfaces:
public final class NewSubmissionRequest.NotificationsA notification that the notary service sends you when notarization finishes.
https://developer.apple.com/documentation/notaryapi/newsubmissionrequest/notifications
-
-
Constructor Summary
Constructors Constructor Description NewSubmissionRequest.Notifications(String channel, String target)
-
Method Summary
Modifier and Type Method Description final StringgetChannel()The channel that the service uses to notify you when notarization completes. final StringgetTarget()The URL that the notary service accesses when notarization completes. -
-
Method Detail
-
getChannel
final String getChannel()
The channel that the service uses to notify you when notarization completes. The only supported value for this key is webhook.
-
-
-
-