java.lang.Object | |
↳ | com.urbanairship.automation.ActionScheduleEdits |
Edits for an action schedule.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | ActionScheduleEdits.Builder | ActionScheduleEdits builder. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static ActionScheduleEdits |
fromJson(JsonValue value)
Parses a json value for an in-app message edits.
| ||||||||||
Map<String, JsonValue> |
getActions()
Gets the scheduled actions.
| ||||||||||
JsonValue |
getData()
Gets the schedule data.
| ||||||||||
Long |
getEditGracePeriod()
Gets the schedule edit grace period in ms.
| ||||||||||
Long |
getEnd()
Gets the schedule end time in ms.
| ||||||||||
Long |
getInterval()
Gets the schedule interval in ms.
| ||||||||||
Integer |
getLimit()
Gets the schedule fulfillment limit.
| ||||||||||
Integer |
getPriority()
Gets the schedule priority level.
| ||||||||||
Long |
getStart()
Gets the schedule start time in ms.
| ||||||||||
static ActionScheduleEdits.Builder |
newBuilder()
Creates a new builder.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Parses a json value for an in-app message edits.
value | The json value. |
---|
JsonException | If the json is invalid. |
---|
Gets the scheduled actions.
Gets the schedule edit grace period in ms.
Creates a new builder.