Package com.jetbrains.notary.models
Class SubmissionResponse.Data
-
- All Implemented Interfaces:
public final class SubmissionResponse.DataInformation that the service provides about the status of a notarization submission.
https://developer.apple.com/documentation/notaryapi/submissionresponse/data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubmissionResponse.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 Stringidprivate final Stringtypeprivate final SubmissionResponse.Data.Attributesattributes
-
Constructor Summary
Constructors Constructor Description SubmissionResponse.Data(String id, String type, SubmissionResponse.Data.Attributes attributes)
-
Method Summary
Modifier and Type Method Description final StringgetId()The unique identifier for this submission. final StringgetType()The resource type. final SubmissionResponse.Data.AttributesgetAttributes()Information about the status of a submission. -
-
Constructor Detail
-
SubmissionResponse.Data
SubmissionResponse.Data(String id, String type, SubmissionResponse.Data.Attributes attributes)
-
-
Method Detail
-
getId
final String getId()
The unique identifier for this submission. This value matches the value that you provided as a path parameter to the Get Submission Status call that elicited this response.
-
getAttributes
final SubmissionResponse.Data.Attributes getAttributes()
Information about the status of a submission.
-
-
-
-