Creates a new instance of the resource. If data is provided it will be parsed as if it had come from the remote api.
Boolean flag indicating if the content should become invalid after the end date. This does not cause the content to become unpublished but instead acts as a flag for your application to decide if the content should be displayed after the end date.
Textual comment to describe the edition
Id of the user responsible for originally creating the edition
Timestamp representing when the edition was originally created in ISO 8601 format
Date when the edition should end in ISO 8601 format
Projected event
Id of the event the edition is associated with.
Unique id generated on creation
Id of the user responsible for the last update to the edition
Timestamp representing when the edition was last updated in ISO 8601 format
Friendly name for the edition
Id of the publish manifest generated when the edition was scheduled. This will be undefined if the edition is in a state where a schedule is yet to occur.
Id of the job responsible for publishing the content in this edition. This will be undefined if the edition is in a state where a publish is yet to occur.
Current publishing status of the edition
Date when the edition should begin in ISO 8601 format
POST to an action endpoint with no resource response returned.
Returns a copy of this resource's attributes excluding links and client references
Returns a copy of this resource's attributes excluding links and client references
Resources and actions related to an Edition
Archive Edition
Delete Edition
Retrieves the Event associated with this Edition
Schedule Edition
Unschedule Edition
Creates new edition slots from a list of content IDs
Retrieves a list of slots associated with this Edition
Generated using TypeDoc
Class representing the Edition resource. An Edition is the main way of scheduling content to be published on a specific date. It holds the association between slots and content items. Once all slots are valid and there are no conflicts, it is ready to be scheduled.