| Modifier and Type | Method and Description |
|---|---|
<T> AirtableRecord<T> |
AirtableClient.create(String schema,
T entity,
Class<T> clazz) |
AirtableDeleteResponse |
AirtableClient.delete(String schema,
String id) |
<T> AirtableListResponse<T> |
AirtableClient.list(AirtableQuery query,
Class<T> clazz) |
<T> List<AirtableRecord<T>> |
AirtableClient.listAllWithPaging(AirtableQuery query,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
com.auth0.json.mgmt.users.User |
Auth0Client.create(com.auth0.json.mgmt.users.User user) |
com.auth0.json.mgmt.users.User |
Auth0Client.getUser(String id) |
com.auth0.json.mgmt.users.UsersPage |
Auth0Client.list(com.auth0.client.mgmt.filter.UserFilter filter) |
com.auth0.json.mgmt.users.User |
Auth0Client.update(com.auth0.json.mgmt.users.User user) |
| Modifier and Type | Method and Description |
|---|---|
<U,V> V |
RestClient.send(org.springframework.http.HttpMethod method,
org.springframework.http.HttpEntity<U> requestEntity,
String url,
org.springframework.core.ParameterizedTypeReference<V> responseType) |
| Modifier and Type | Method and Description |
|---|---|
List<com.google.maps.model.AutocompletePrediction> |
LocationService.searchForGooglePlace(String searchString)
Directly searches the Google Places API with the given search string.
|
| Modifier and Type | Method and Description |
|---|---|
OnfleetDestination |
OnfleetClient.createDestination(OnfleetDestination destination)
Creates a Destination (the location details for a Task)
|
OnfleetRecipient |
OnfleetClient.createRecipient(OnfleetRecipient recipient)
Creates a Recipient (an organization’s customer and a target for a task, that is, whom the task is being delivered to.)
|
OnfleetTask |
OnfleetClient.createTask(OnfleetTask task) |
OnfleetDestination |
OnfleetClient.getDestination(String id)
Gets a Destination by ID
|
OnfleetOrganization |
OnfleetClient.getMyOrganization()
Loads the organization of the caller from OnFleet.
|
OnfleetRecipient |
OnfleetClient.getRecipient(String id)
Gets a Destination by ID
|
OnfleetAuthTestResponse |
OnfleetClient.testAuth() |
List<OnfleetTask> |
OnfleetClient.uploadTasksBatch(List<OnfleetTask> tasks) |
| Modifier and Type | Method and Description |
|---|---|
SmsLog |
SmsService.sendSms(String to,
String body) |
| Modifier and Type | Method and Description |
|---|---|
TextlineAccessToken |
TextlineClient.fetchAccessToken()
Fetches an access token to be used with the next request
https://textline.docs.apiary.io/#reference/conversations/access-token
|
TextlineMessageResponse |
TextlineClient.sendMessageToPhoneNumber(TextlineMessage message)
Sends a TextlineMessage to the phone number specified in the message
|
| Modifier and Type | Method and Description |
|---|---|
TwilioMessageLog |
TwilioClient.send(TwilioMessage message)
Sends a Twilio message, persists the returned Message/Status and returns that log to the caller.
|
| Modifier and Type | Method and Description |
|---|---|
com.auth0.json.mgmt.users.User |
UserService.create(String firstName,
String lastName,
String phone) |
com.auth0.json.mgmt.users.User |
UserService.currentUser() |
com.auth0.json.mgmt.users.User |
UserService.findByPhone(String phoneNumber) |
com.auth0.json.mgmt.users.User |
UserService.load(String id) |
com.auth0.json.mgmt.users.User |
UserService.put(String firstName,
String lastName,
String phoneNumber) |
com.auth0.json.mgmt.users.User |
UserService.update(com.auth0.json.mgmt.users.User user) |
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
ApiExceptionHandler.failedDependencyException(FailedDependencyException ex) |
Copyright © 2019. All rights reserved.