public class LeadGenAppointmentBookingInfo extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
LeadGenAppointmentBookingInfo() |
| Modifier and Type | Method and Description |
|---|---|
LeadGenAppointmentBookingInfo |
copyFrom(LeadGenAppointmentBookingInfo instance) |
APIContext |
getContext() |
String |
getFieldAdvertiserTimezoneOffset() |
List<String> |
getFieldAppointmentDurations() |
List<Object> |
getFieldAppointmentSlotsByDay() |
String |
getFieldId() |
String |
getId() |
static APIRequest.ResponseParser<LeadGenAppointmentBookingInfo> |
getParser() |
static LeadGenAppointmentBookingInfo |
loadJSON(String json,
APIContext context) |
static APINodeList<LeadGenAppointmentBookingInfo> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
LeadGenAppointmentBookingInfo |
setFieldAdvertiserTimezoneOffset(String value) |
LeadGenAppointmentBookingInfo |
setFieldAppointmentDurations(List<String> value) |
LeadGenAppointmentBookingInfo |
setFieldAppointmentSlotsByDay(List<Object> value) |
LeadGenAppointmentBookingInfo |
setFieldId(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static LeadGenAppointmentBookingInfo loadJSON(String json, APIContext context)
public static APINodeList<LeadGenAppointmentBookingInfo> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldAdvertiserTimezoneOffset()
public LeadGenAppointmentBookingInfo setFieldAdvertiserTimezoneOffset(String value)
public LeadGenAppointmentBookingInfo setFieldAppointmentDurations(List<String> value)
public LeadGenAppointmentBookingInfo setFieldAppointmentSlotsByDay(List<Object> value)
public String getFieldId()
public LeadGenAppointmentBookingInfo setFieldId(String value)
public LeadGenAppointmentBookingInfo copyFrom(LeadGenAppointmentBookingInfo instance)
public static APIRequest.ResponseParser<LeadGenAppointmentBookingInfo> getParser()
Copyright © 2018. All rights reserved.