public class Day extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 |
getDay()
Returns The The day.
|
URI |
getRedirectTo()
Returns The The redirect_to.
|
String |
getResourceType()
Returns The The resource_type.
|
Integer |
getSize()
Returns The The size.
|
int |
hashCode() |
static DayReader |
reader(String pathResourceType)
Create a DayReader to execute read.
|
String |
toString() |
public static DayReader reader(String pathResourceType)
pathResourceType - The resource_typepublic static Day fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static Day fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final URI getRedirectTo()
public final String getDay()
public final Integer getSize()
public final String getResourceType()
Copyright © 2016 Twilio, Inc. All Rights Reserved.