Package com.jetbrains.notary.models
Class SubmissionListResponse.Data
-
- All Implemented Interfaces:
public final class SubmissionListResponse.DataData that describes one of your team’s previous submissions.
https://developer.apple.com/documentation/notaryapi/submissionlistresponse/data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubmissionListResponse.Data.AttributesInformation about the status of a submission.
https://developer.apple.com/documentation/notaryapi/submissionlistresponse/data/attributes
-
Field Summary
Fields Modifier and Type Field Description private final SubmissionListResponse.Data.Attributesattributesprivate final Stringidprivate final Stringtype
-
Constructor Summary
Constructors Constructor Description SubmissionListResponse.Data(SubmissionListResponse.Data.Attributes attributes, String id, String type)
-
Method Summary
Modifier and Type Method Description final SubmissionListResponse.Data.AttributesgetAttributes()Information about a particular submission. final StringgetId()The unique identifier for a submission. final StringgetType()The resource type. -
-
Constructor Detail
-
SubmissionListResponse.Data
SubmissionListResponse.Data(SubmissionListResponse.Data.Attributes attributes, String id, String type)
-
-
Method Detail
-
getAttributes
final SubmissionListResponse.Data.Attributes getAttributes()
Information about a particular submission.
-
getId
final String getId()
The unique identifier for a submission. This value matches the value that you received in the id field that appeared in the response to the Submit Software call that you used to start the submission.
-
-
-
-