RescheduleBookingRequest

public final class RescheduleBookingRequest

Constructors

Link copied to clipboard
public RescheduleBookingRequest RescheduleBookingRequest(@Json(name = "start_time") Integer startTime, @Json(name = "end_time") Integer endTime)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer endTime

The event's end time, in Unix epoch format.

Link copied to clipboard
private final Integer startTime

The event's start time, in Unix epoch format.

Functions

Link copied to clipboard
public final Integer getEndTime()

The event's end time, in Unix epoch format.

Link copied to clipboard
public final Integer getStartTime()

The event's start time, in Unix epoch format.