Package com.jetbrains.notary.models
Class SubmissionResponse.Data.Attributes
-
- All Implemented Interfaces:
public final class SubmissionResponse.Data.AttributesInformation about the status of a submission.
https://developer.apple.com/documentation/notaryapi/submissionresponse/data/attributes
-
-
Field Summary
Fields Modifier and Type Field Description private final StringcreatedDateprivate final Stringnameprivate final SubmissionResponse.Statusstatus
-
Constructor Summary
Constructors Constructor Description SubmissionResponse.Data.Attributes(String createdDate, String name, SubmissionResponse.Status status)
-
Method Summary
Modifier and Type Method Description final StringgetCreatedDate()The date that you started the submission process, given in ISO 8601 format, like 2022-06-08T01:38:09.498Z. final StringgetName()The name that you specified in the submissionName field of the Submit Software call when you started the submission. final SubmissionResponse.StatusgetStatus()The status of the submission. -
-
Constructor Detail
-
SubmissionResponse.Data.Attributes
SubmissionResponse.Data.Attributes(String createdDate, String name, SubmissionResponse.Status status)
-
-
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.
-
getStatus
final SubmissionResponse.Status getStatus()
The status of the submission.
-
-
-
-