Package com.jetbrains.notary.models
Class NewSubmissionResponse
-
- All Implemented Interfaces:
public final class NewSubmissionResponseThe notary service’s response to a software submission.
https://developer.apple.com/documentation/notaryapi/submit_software
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNewSubmissionResponse.DataInformation that the notary service provides for uploading your software for notarization and tracking the submission.
https://developer.apple.com/documentation/notaryapi/newsubmissionresponse/data
public final classNewSubmissionResponse.MetaAn empty object.
https://developer.apple.com/documentation/notaryapi/newsubmissionresponse/meta
-
Field Summary
Fields Modifier and Type Field Description private final NewSubmissionResponse.Datadataprivate final NewSubmissionResponse.Metameta
-
Constructor Summary
Constructors Constructor Description NewSubmissionResponse(NewSubmissionResponse.Data data, NewSubmissionResponse.Meta meta)
-
Method Summary
Modifier and Type Method Description final NewSubmissionResponse.DatagetData()Data that describes the result of the submission request. final NewSubmissionResponse.MetagetMeta()An empty object that you can ignore. -
-
Constructor Detail
-
NewSubmissionResponse
NewSubmissionResponse(NewSubmissionResponse.Data data, NewSubmissionResponse.Meta meta)
-
-
Method Detail
-
getData
final NewSubmissionResponse.Data getData()
Data that describes the result of the submission request.
-
getMeta
final NewSubmissionResponse.Meta getMeta()
An empty object that you can ignore.
-
-
-
-