Class NewSubmissionRequest.Notifications

  • All Implemented Interfaces:

    
    public final class NewSubmissionRequest.Notifications
    
                        

    A notification that the notary service sends you when notarization finishes.

    https://developer.apple.com/documentation/notaryapi/newsubmissionrequest/notifications

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getChannel() The channel that the service uses to notify you when notarization completes.
      final String getTarget() The URL that the notary service accesses when notarization completes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NewSubmissionRequest.Notifications

        NewSubmissionRequest.Notifications(String channel, String target)
    • 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.

      • getTarget

         final String getTarget()

        The URL that the notary service accesses when notarization completes.