public class LeadGenAppointmentTimeSlot extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
LeadGenAppointmentTimeSlot() |
| Modifier and Type | Method and Description |
|---|---|
LeadGenAppointmentTimeSlot |
copyFrom(LeadGenAppointmentTimeSlot instance) |
APIContext |
getContext() |
Long |
getFieldEndTime() |
Long |
getFieldStartTime() |
String |
getId() |
static APIRequest.ResponseParser<LeadGenAppointmentTimeSlot> |
getParser() |
static LeadGenAppointmentTimeSlot |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LeadGenAppointmentTimeSlot> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
LeadGenAppointmentTimeSlot |
setFieldEndTime(Long value) |
LeadGenAppointmentTimeSlot |
setFieldStartTime(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static LeadGenAppointmentTimeSlot loadJSON(String json, APIContext context, String header)
public static APINodeList<LeadGenAppointmentTimeSlot> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic Long getFieldEndTime()
public LeadGenAppointmentTimeSlot setFieldEndTime(Long value)
public Long getFieldStartTime()
public LeadGenAppointmentTimeSlot setFieldStartTime(Long value)
public LeadGenAppointmentTimeSlot copyFrom(LeadGenAppointmentTimeSlot instance)
public static APIRequest.ResponseParser<LeadGenAppointmentTimeSlot> getParser()
Copyright © 2024. All rights reserved.