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 |
getId() |
static APIRequest.ResponseParser<LeadGenAppointmentBookingInfo> |
getParser() |
static LeadGenAppointmentBookingInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<LeadGenAppointmentBookingInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
LeadGenAppointmentBookingInfo |
setFieldAdvertiserTimezoneOffset(String value) |
LeadGenAppointmentBookingInfo |
setFieldAppointmentDurations(List<String> value) |
LeadGenAppointmentBookingInfo |
setFieldAppointmentSlotsByDay(List<Object> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static LeadGenAppointmentBookingInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<LeadGenAppointmentBookingInfo> 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 String getFieldAdvertiserTimezoneOffset()
public LeadGenAppointmentBookingInfo setFieldAdvertiserTimezoneOffset(String value)
public LeadGenAppointmentBookingInfo setFieldAppointmentDurations(List<String> value)
public LeadGenAppointmentBookingInfo setFieldAppointmentSlotsByDay(List<Object> value)
public LeadGenAppointmentBookingInfo copyFrom(LeadGenAppointmentBookingInfo instance)
public static APIRequest.ResponseParser<LeadGenAppointmentBookingInfo> getParser()
Copyright © 2020. All rights reserved.