- GenericError - Class in io.alwaysonmobile.hullo.api.client
-
**Provides information about the error that occurred when calling an operation.
- GenericError() - Constructor for class io.alwaysonmobile.hullo.api.client.GenericError
-
- getAccount() - Method in class io.alwaysonmobile.hullo.api.client.AccountApi
-
Get details about the account
Allows the caller to get information about the account being used to access the API.
- getAccount(Map<String, String>) - Method in class io.alwaysonmobile.hullo.api.client.AccountApi
-
Get details about the account
Allows the caller to get information about the account being used to access the API.
- getApiClient() - Method in class io.alwaysonmobile.hullo.api.client.AccountApi
-
- getApiClient() - Method in class io.alwaysonmobile.hullo.api.client.AttributesApi
-
- getApiClient() - Method in class io.alwaysonmobile.hullo.api.client.MembersApi
-
- getApiClient() - Method in class io.alwaysonmobile.hullo.api.client.MessagesApi
-
- getApiKey() - Method in class io.alwaysonmobile.hullo.api.auth.ApiKeyAuth
-
- getApiKeyPrefix() - Method in class io.alwaysonmobile.hullo.api.auth.ApiKeyAuth
-
- getAttributes() - Method in class io.alwaysonmobile.hullo.api.client.AttributesApi
-
Gets the list of attributes
Retrieves the list of attributes configured against a hullo account.
- getAttributes(Map<String, String>) - Method in class io.alwaysonmobile.hullo.api.client.AttributesApi
-
Gets the list of attributes
Retrieves the list of attributes configured against a hullo account.
- getAttributes() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
The attributes that describe the member
- getAuthentication(String) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Get authentication for the given name.
- getAuthentications() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Get authentications (key: authentication name, value: authentication).
- getBasePath() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
- getBearerToken() - Method in class io.alwaysonmobile.hullo.api.auth.HttpBearerAuth
-
Gets the token, which together with the scheme, will be sent as the value of the Authorization header.
- getCode() - Method in exception io.alwaysonmobile.hullo.api.ApiException
-
Get the HTTP status code.
- getCode() - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
Get code
- getConnectTimeout() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Connect timeout (in milliseconds).
- getDateFormat() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Get the date format used to parse/format date parameters.
- getDefaultApiClient() - Static method in class io.alwaysonmobile.hullo.api.Configuration
-
Get the default API client, which would be used when creating API
instances without providing an API client.
- getDeliveryStatus() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
Get deliveryStatus
- getDisplayOrder() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
Get displayOrder
minimum: 0
- getEditType() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
Get editType
- getError() - Method in exception io.alwaysonmobile.hullo.api.ApiException
-
Get the error object
- getFullName() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
The full name of the member as \"<forename> <surname>\"
- getFullName() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
The full name of the member the message was sent to (read only)
- getGroups() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
The list of groups this member belongs to
- getHttpClient() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
- getId() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
The unique ID for the message once submitted
- getInbound() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
If the message was received from a members phone then this will be marked as true (read only)
- getIssueDate() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
The date the message was will be / was issued.
- getListItems() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
Get listItems
- getLocation() - Method in class io.alwaysonmobile.hullo.api.auth.ApiKeyAuth
-
- getMember(String) - Method in class io.alwaysonmobile.hullo.api.client.MembersApi
-
Gets the details for a member
Retrieves the details hullo stores about a specific member.
- getMember(String, Map<String, String>) - Method in class io.alwaysonmobile.hullo.api.client.MembersApi
-
Gets the details for a member
Retrieves the details hullo stores about a specific member.
- getMessages(String, Integer) - Method in class io.alwaysonmobile.hullo.api.client.MessagesApi
-
Gets the messages for a specific subscriber
Retrieves any messages sent / received for a specific subscriber.
- getMessages(String, Integer, Map<String, String>) - Method in class io.alwaysonmobile.hullo.api.client.MessagesApi
-
Gets the messages for a specific subscriber
Retrieves any messages sent / received for a specific subscriber.
- getMessageText() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
The message text to send / was sent to the member
- getName() - Method in class io.alwaysonmobile.hullo.api.client.Account
-
The name of the account
- getName() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
The name of the attribute
- getName() - Method in class io.alwaysonmobile.hullo.api.Pair
-
- getObjectMapper() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Returns the current object mapper used for JSON serialization/deserialization.
- getOffsetDateTimeFormatter() - Method in class io.alwaysonmobile.hullo.api.JavaTimeFormatter
-
Get the date format used to parse/format OffsetDateTime parameters.
- getParamName() - Method in class io.alwaysonmobile.hullo.api.auth.ApiKeyAuth
-
- getPassword() - Method in class io.alwaysonmobile.hullo.api.auth.HttpBasicAuth
-
- getPhoneNumber() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
The phone number of the member
- getPhoneNumber() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
The phone number the message was sent to / received from
- getRegistrationDate() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
The date the member was registered
- getResponseBody() - Method in exception io.alwaysonmobile.hullo.api.ApiException
-
Get the HTTP response body.
- getResponseHeaders() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Gets the response headers of the previous request
- getResponseHeaders() - Method in exception io.alwaysonmobile.hullo.api.ApiException
-
Get the HTTP response headers.
- getServerIndex() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
- getServers() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
- getServerVariables() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
- getStatusCode() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Gets the status code of the previous request
- getTempFolderPath() - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
The path of temporary folder used to store downloaded files from endpoints
with file response.
- getText() - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
Get text
- getType() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
Get type
- getUsername() - Method in class io.alwaysonmobile.hullo.api.auth.HttpBasicAuth
-
- getValue() - Method in enum io.alwaysonmobile.hullo.api.client.AttributeEditType
-
- getValue() - Method in enum io.alwaysonmobile.hullo.api.client.AttributeType
-
- getValue() - Method in enum io.alwaysonmobile.hullo.api.client.MessageStatus
-
- getValue() - Method in class io.alwaysonmobile.hullo.api.Pair
-
- groups(List<String>) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- selectHeaderAccept(String[]) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Select the Accept header's value from the given accepts array:
if JSON exists in the given array, use it;
otherwise use all of them (joining into a string)
- selectHeaderContentType(String[]) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Select the Content-Type header's value from the given array:
if JSON exists in the given array, use it;
otherwise use the first one of the array.
- serialize(Object, Map<String, Object>, ContentType) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Serialize the given Java object into string according the given
Content-Type (only JSON is supported for now).
- ServerConfiguration - Class in io.alwaysonmobile.hullo.api
-
Representing a Server configuration.
- ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class io.alwaysonmobile.hullo.api.ServerConfiguration
-
- serverIndex - Variable in class io.alwaysonmobile.hullo.api.ApiClient
-
- servers - Variable in class io.alwaysonmobile.hullo.api.ApiClient
-
- ServerVariable - Class in io.alwaysonmobile.hullo.api
-
Representing a Server Variable for server URL template substitution.
- ServerVariable(String, String, HashSet<String>) - Constructor for class io.alwaysonmobile.hullo.api.ServerVariable
-
- serverVariables - Variable in class io.alwaysonmobile.hullo.api.ApiClient
-
- setApiClient(ApiClient) - Method in class io.alwaysonmobile.hullo.api.client.AccountApi
-
- setApiClient(ApiClient) - Method in class io.alwaysonmobile.hullo.api.client.AttributesApi
-
- setApiClient(ApiClient) - Method in class io.alwaysonmobile.hullo.api.client.MembersApi
-
- setApiClient(ApiClient) - Method in class io.alwaysonmobile.hullo.api.client.MessagesApi
-
- setApiKey(String) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Helper method to set API key value for the first API key authentication.
- setApiKey(String) - Method in class io.alwaysonmobile.hullo.api.auth.ApiKeyAuth
-
- setApiKey(String) - Method in class io.alwaysonmobile.hullo.api.auth.HttpBearerAuth
-
- setApiKeyPrefix(String) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Helper method to set API key prefix for the first API key authentication.
- setApiKeyPrefix(String) - Method in class io.alwaysonmobile.hullo.api.auth.ApiKeyAuth
-
- setAttributes(Map<String, List<String>>) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- setBasePath(String) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Sets the base path.
- setBearerToken(String) - Method in class io.alwaysonmobile.hullo.api.auth.HttpBearerAuth
-
Sets the token, which together with the scheme, will be sent as the value of the Authorization header.
- setCode(String) - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
- setConnectTimeout(int) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Set the connect timeout (in milliseconds).
- setDateFormat(DateFormat) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Set the date format used to parse/format date parameters.
- setDebugging(boolean) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Enable/disable debugging for this API client.
- setDefaultApiClient(ApiClient) - Static method in class io.alwaysonmobile.hullo.api.Configuration
-
Set the default API client, which would be used when creating API
instances without providing an API client.
- setDeliveryStatus(MessageStatus) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setDisplayOrder(Integer) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
- setEditType(AttributeEditType) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
- setFullName(String) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- setFullName(String) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setGroups(List<String>) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- setHttpClient(CloseableHttpClient) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Sets the HTTP client.
- setId(String) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setInbound(Boolean) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setIssueDate(OffsetDateTime) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setListItems(List<String>) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
- setMessageText(String) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setName(String) - Method in class io.alwaysonmobile.hullo.api.client.Account
-
- setName(String) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
- setObjectMapper(ObjectMapper) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Sets the object mapper.
- setOffsetDateTimeFormatter(DateTimeFormatter) - Method in class io.alwaysonmobile.hullo.api.JavaTimeFormatter
-
Set the date format used to parse/format OffsetDateTime parameters.
- setPassword(String) - Method in class io.alwaysonmobile.hullo.api.auth.HttpBasicAuth
-
- setPhoneNumber(String) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- setPhoneNumber(String) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- setRegistrationDate(OffsetDateTime) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- setServerIndex(Integer) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Sets the server index.
- setServers(List<ServerConfiguration>) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Sets the server.
- setServerVariables(Map<String, String>) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Sets the server variables.
- setTempFolderPath(String) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Set temp folder path
- setText(String) - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
- setType(AttributeType) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
- setUserAgent(String) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Set the User-Agent header's value (by adding to the default header map).
- setUsername(String) - Method in class io.alwaysonmobile.hullo.api.auth.HttpBasicAuth
-
- StringUtil - Class in io.alwaysonmobile.hullo.api
-
- StringUtil() - Constructor for class io.alwaysonmobile.hullo.api.StringUtil
-
- tempFolderPath - Variable in class io.alwaysonmobile.hullo.api.ApiClient
-
- text(String) - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
- toString() - Method in exception io.alwaysonmobile.hullo.api.ApiException
-
- toString() - Method in class io.alwaysonmobile.hullo.api.client.Account
-
- toString() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
- toString() - Method in enum io.alwaysonmobile.hullo.api.client.AttributeEditType
-
- toString() - Method in enum io.alwaysonmobile.hullo.api.client.AttributeType
-
- toString() - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
- toString() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
- toString() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
- toString() - Method in enum io.alwaysonmobile.hullo.api.client.MessageStatus
-
- toUrlQueryString() - Method in class io.alwaysonmobile.hullo.api.client.Account
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class io.alwaysonmobile.hullo.api.client.Account
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in enum io.alwaysonmobile.hullo.api.client.AttributeEditType
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in enum io.alwaysonmobile.hullo.api.client.AttributeType
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class io.alwaysonmobile.hullo.api.client.GenericError
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class io.alwaysonmobile.hullo.api.client.Member
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class io.alwaysonmobile.hullo.api.client.Member
-
Convert the instance into URL query string.
- toUrlQueryString() - Method in class io.alwaysonmobile.hullo.api.client.Message
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in class io.alwaysonmobile.hullo.api.client.Message
-
Convert the instance into URL query string.
- toUrlQueryString(String) - Method in enum io.alwaysonmobile.hullo.api.client.MessageStatus
-
Convert the instance into URL query string.
- transformResponseHeaders(Header[]) - Method in class io.alwaysonmobile.hullo.api.ApiClient
-
Transforms response headers into map.
- type(AttributeType) - Method in class io.alwaysonmobile.hullo.api.client.Attribute
-