public class DayPart extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
DayPart() |
| Modifier and Type | Method and Description |
|---|---|
DayPart |
copyFrom(DayPart instance) |
APIContext |
getContext() |
List<Long> |
getFieldDays() |
Long |
getFieldEndMinute() |
Long |
getFieldStartMinute() |
String |
getFieldTimezoneType() |
String |
getId() |
static APIRequest.ResponseParser<DayPart> |
getParser() |
static DayPart |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<DayPart> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
DayPart |
setFieldDays(List<Long> value) |
DayPart |
setFieldEndMinute(Long value) |
DayPart |
setFieldStartMinute(Long value) |
DayPart |
setFieldTimezoneType(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static DayPart loadJSON(String json, APIContext context, String header)
public static APINodeList<DayPart> 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 getFieldEndMinute()
public Long getFieldStartMinute()
public String getFieldTimezoneType()
public static APIRequest.ResponseParser<DayPart> getParser()
Copyright © 2020. All rights reserved.