Package com.jetbrains.notary.models
Class NewSubmissionResponse.Data
-
- All Implemented Interfaces:
public final class NewSubmissionResponse.DataInformation that the notary service provides for uploading your software for notarization and tracking the submission.
https://developer.apple.com/documentation/notaryapi/newsubmissionresponse/data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNewSubmissionResponse.Data.AttributesInformation that you use to upload your software for notarization.
https://developer.apple.com/documentation/notaryapi/newsubmissionresponse/data/attributes
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Stringtypeprivate final NewSubmissionResponse.Data.Attributesattributes
-
Constructor Summary
Constructors Constructor Description NewSubmissionResponse.Data(String id, String type, NewSubmissionResponse.Data.Attributes attributes)
-
Method Summary
Modifier and Type Method Description final StringgetId()A unique identifier for this submission. final StringgetType()final NewSubmissionResponse.Data.AttributesgetAttributes()Information that you use to upload your software to Amazon S3. -
-
Constructor Detail
-
NewSubmissionResponse.Data
NewSubmissionResponse.Data(String id, String type, NewSubmissionResponse.Data.Attributes attributes)
-
-
Method Detail
-
getId
final String getId()
A unique identifier for this submission. Use this value to track the status of your submission. For example, you use it as the submissionID parameter in the Get Submission Status call, or to match against the id field in the response from the Get Previous Submissions call.
-
getAttributes
final NewSubmissionResponse.Data.Attributes getAttributes()
Information that you use to upload your software to Amazon S3.
-
-
-
-