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 boolean
equals(Object o)
static DayFetcher
fetcher(String pathResourceType, String pathDay)
static Day
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Day object using the provided ObjectMapper.static Day
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Day object using the provided ObjectMapper.String
getCreateDate()
String
getDay()
String
getFriendlyName()
URI
getRedirectTo()
String
getResourceType()
Integer
getSize()
int
hashCode()
static DayReader
reader(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()
-
-