Class SubmissionResponse.Data.Attributes

  • All Implemented Interfaces:

    
    public final class SubmissionResponse.Data.Attributes
    
                        

    Information about the status of a submission.

    https://developer.apple.com/documentation/notaryapi/submissionresponse/data/attributes

    • 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 getCreatedDate() The date that you started the submission process, given in ISO 8601 format, like 2022-06-08T01:38:09.498Z.
      final String getName() The name that you specified in the submissionName field of the Submit Software call when you started the submission.
      final SubmissionResponse.Status getStatus() The status of the submission.
      • Methods inherited from class java.lang.Object

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

      • getCreatedDate

         final String getCreatedDate()

        The date that you started the submission process, given in ISO 8601 format, like 2022-06-08T01:38:09.498Z.

      • getName

         final String getName()

        The name that you specified in the submissionName field of the Submit Software call when you started the submission.