VariantSchedule | R Documentation |
VariantSchedule
VariantSchedule
An R6 class that represents a Schedule
connectapi::Content
-> connectapi::Variant
-> VariantSchedule
schedule_data
The schedule data.
connectapi::Content$bundle_delete()
connectapi::Content$bundle_download()
connectapi::Content$danger_delete()
connectapi::Content$deploy()
connectapi::Content$environment()
connectapi::Content$environment_all()
connectapi::Content$environment_set()
connectapi::Content$get_bundles()
connectapi::Content$get_connect()
connectapi::Content$get_content()
connectapi::Content$get_content_remote()
connectapi::Content$internal_content()
connectapi::Content$permissions()
connectapi::Content$permissions_add()
connectapi::Content$permissions_delete()
connectapi::Content$permissions_update()
connectapi::Content$register_job_kill_order()
connectapi::Content$repo_enable()
connectapi::Content$repo_set()
connectapi::Content$tag_delete()
connectapi::Content$tag_set()
connectapi::Content$tags()
connectapi::Content$update()
connectapi::Content$variants()
connectapi::Variant$add_subscribers()
connectapi::Variant$get_dashboard_url()
connectapi::Variant$get_subscribers()
connectapi::Variant$get_url()
connectapi::Variant$get_url_rev()
connectapi::Variant$get_variant()
connectapi::Variant$get_variant_remote()
connectapi::Variant$job()
connectapi::Variant$jobs()
connectapi::Variant$remove_subscriber()
connectapi::Variant$render()
connectapi::Variant$renderings()
connectapi::Variant$send_mail()
connectapi::Variant$update_variant()
new()
Initialize this schedule.
VariantSchedule$new(connect, content, key, schedule)
connect
The Connect
instance.
content
The Content
instance.
key
The variant key.
schedule
The schedule data.
GET()
Perform an HTTP GET request of the named API path. Returns an object parsed from the HTTP response.
VariantSchedule$GET(path)
path
API path.
POST()
Perform an HTTP POST request of the named API path. Returns an object parsed from the HTTP response.
VariantSchedule$POST(path, body)
path
API path.
body
The HTTP payload.
DELETE()
Perform an HTTP DELETE request of the named API path. Returns the HTTP response object.
VariantSchedule$DELETE(path)
path
API path.
set_schedule()
Set the schedule for this variant
VariantSchedule$set_schedule(...)
...
Schedule fields.
is_empty()
Return if this variant has a schedule.
VariantSchedule$is_empty()
print()
Print this object.
VariantSchedule$print(...)
...
Unused.
get_schedule()
Get the schedule data.
VariantSchedule$get_schedule()
get_schedule_remote()
Get and store the (remote) schedule data.
VariantSchedule$get_schedule_remote()
describe_schedule()
Description of the associated schedule.
VariantSchedule$describe_schedule()
clone()
The objects of this class are cloneable with this method.
VariantSchedule$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other R6 classes:
Bundle
,
Content
,
ContentTask
,
Environment
,
PositConnect
,
Task
,
Vanity
,
Variant
,
VariantTask
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.