public class ModelBuild extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
ModelBuild.Status |
| Modifier and Type | Method and Description |
|---|---|
static ModelBuildCreator |
creator(String pathServiceSid)
Create a ModelBuildCreator to execute create.
|
static ModelBuildDeleter |
deleter(String pathServiceSid,
String pathSid)
Create a ModelBuildDeleter to execute delete.
|
boolean |
equals(Object o) |
static ModelBuildFetcher |
fetcher(String pathServiceSid,
String pathSid)
Create a ModelBuildFetcher to execute fetch.
|
static ModelBuild |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ModelBuild object using the provided
ObjectMapper.
|
static ModelBuild |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ModelBuild object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getServiceSid()
Returns The The service_sid.
|
String |
getSid()
Returns The The sid.
|
ModelBuild.Status |
getStatus()
Returns The The status.
|
String |
getUniqueName()
Returns The The unique_name.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static ModelBuildReader |
reader(String pathServiceSid)
Create a ModelBuildReader to execute read.
|
String |
toString() |
static ModelBuildUpdater |
updater(String pathServiceSid,
String pathSid)
Create a ModelBuildUpdater to execute update.
|
public static ModelBuildFetcher fetcher(String pathServiceSid, String pathSid)
pathServiceSid - The service_sidpathSid - The sidpublic static ModelBuildReader reader(String pathServiceSid)
pathServiceSid - The service_sidpublic static ModelBuildCreator creator(String pathServiceSid)
pathServiceSid - The service_sidpublic static ModelBuildUpdater updater(String pathServiceSid, String pathSid)
pathServiceSid - The service_sidpathSid - The sidpublic static ModelBuildDeleter deleter(String pathServiceSid, String pathSid)
pathServiceSid - The service_sidpathSid - The sidpublic static ModelBuild fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static ModelBuild fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getServiceSid()
public final String getSid()
public final ModelBuild.Status getStatus()
public final String getUniqueName()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.