Class Day
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.bulkexports.v1.export.Day
-
- All Implemented Interfaces:
Serializable
public class Day extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static DayFetcherfetcher(String pathResourceType, String pathDay)static DayfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Day object using the provided ObjectMapper.static DayfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Day object using the provided ObjectMapper.StringgetCreateDate()StringgetDay()StringgetFriendlyName()URIgetRedirectTo()StringgetResourceType()IntegergetSize()inthashCode()static DayReaderreader(String pathResourceType)
-
-
-
Method Detail
-
fetcher
public static DayFetcher fetcher(String pathResourceType, String pathDay)
-
fromJson
public static Day fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Day object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- Day object represented by the provided JSON
-
fromJson
public static Day fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Day object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- Day object represented by the provided JSON
-
getRedirectTo
public final URI getRedirectTo()
-
getDay
public final String getDay()
-
getSize
public final Integer getSize()
-
getCreateDate
public final String getCreateDate()
-
getFriendlyName
public final String getFriendlyName()
-
getResourceType
public final String getResourceType()
-
-