Skip navigation links
A B C D E F G H I J K L M N P Q R S T U V 

A

Account - Class in com.seq.api
A container for asset balances on a ledger.
Account() - Constructor for class com.seq.api.Account
 
Account.Builder - Class in com.seq.api
A builder for creating accounts in the ledger.
Account.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual accounts from a query.
Account.Page - Class in com.seq.api
A single page of accounts returned from a query.
Account.PageIterable - Class in com.seq.api
Iterable interface for consuming pages of accounts from a query.
Account.QueryBuilder - Class in com.seq.api
A builder class for querying accounts in the ledger.
Account.TagUpdateBuilder - Class in com.seq.api
A builder for updating an account's tags.
accountAlias - Variable in class com.seq.api.Contract
Deprecated.
see Contract.accountId instead
accountCount - Variable in class com.seq.api.Stats
The number of accounts in the ledger.
accountId - Variable in class com.seq.api.Contract
Deprecated.
The ID of the account controlling the contract.
accountId - Variable in class com.seq.api.Token
The ID of the account containing the tokens.
accountId - Variable in class com.seq.api.TokenSum
The ID of the account containing the tokens.
accountTags - Variable in class com.seq.api.Contract
Deprecated.
The tags of the account controlling the contract.
accountTags - Variable in class com.seq.api.Token
The tags of the account containing the tokens.
accountTags - Variable in class com.seq.api.TokenSum
The tags of the account containing the tokens.
Action - Class in com.seq.api
Action queries are designed to provide insights into those actions.
Action() - Constructor for class com.seq.api.Action
 
Action() - Constructor for class com.seq.api.Transaction.Action
 
Action() - Constructor for class com.seq.api.Transaction.Builder.Action
 
Action.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual actions from a query.
Action.ListBuilder - Class in com.seq.api
A builder class for querying actions in the ledger.
Action.Page - Class in com.seq.api
A single page of actions returned from a query.
Action.PageIterable - Class in com.seq.api
Deprecated.
Action.SumBuilder - Class in com.seq.api
A builder class for querying actionsums in the ledger.
actions - Variable in class com.seq.api.Transaction
List of actions taken by the transaction.
actions - Variable in class com.seq.api.Transaction.Builder
 
ActionSum - Class in com.seq.api
ActionSum objects are what's returned by SumBuilder method in Action class.
ActionSum() - Constructor for class com.seq.api.ActionSum
 
ActionSum.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual actions from a query.
ActionSum.Page - Class in com.seq.api
A single page of actions returned from a query.
ActionSum.PageIterable - Class in com.seq.api
Iterable interface for consuming pages of actions from a query.
addAction(Transaction.Builder.Action) - Method in class com.seq.api.Transaction.Builder
Adds an action to a transaction builder.
addAlias(String) - Method in class com.seq.api.Key.QueryBuilder
Deprecated.
this method is not useful
addChangeReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Deprecated.
this now happens automatically when using token tags
addChangeReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Deprecated.
this now happens automatically when using token tags
addFilterParameter(Object) - Method in class com.seq.api.BaseQueryBuilder
Adds a filter parameter that will be interpolated into the filter expression.
addFilterParameter(Object) - Method in class com.seq.api.Transaction.Builder.Action.Retire
A list of parameter values for filter string (if needed).
addFilterParameter(Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
A list of parameter values for filter string (if needed).
addGroupByField(String) - Method in class com.seq.api.Action.SumBuilder
Adds a field along which action values will be summed.
addGroupByField(String) - Method in class com.seq.api.Token.SumBuilder
Adds a field on which token values will be summed.
addId(String) - Method in class com.seq.api.Key.QueryBuilder
Deprecated.
this method is not useful
addKey(Key) - Method in class com.seq.api.Account.Builder
Adds a key that can be used to sign transactions that spend from the account.
addKey(Key) - Method in class com.seq.api.Asset.Builder
Deprecated.
Adds a key that can be used to sign transactions that issue the asset.
addKey(Key) - Method in class com.seq.api.Flavor.Builder
Adds a key that can be used to sign transactions that issue the flavor.
addKeyByAlias(String) - Method in class com.seq.api.Account.Builder
Deprecated.
addKeyByAlias(String) - Method in class com.seq.api.Asset.Builder
Deprecated.
Adds a key that can be used to sign transactions that issue the asset.
addKeyById(String) - Method in class com.seq.api.Account.Builder
Adds a key that can be used to sign transactions that spend from the account.
addKeyById(String) - Method in class com.seq.api.Asset.Builder
Deprecated.
Adds a key that can be used to sign transactions that issue the asset.
addKeyById(String) - Method in class com.seq.api.Flavor.Builder
Adds a key that can be used to sign transactions that issue the flavor.
addKeyValueField(String, String, Object) - Method in class com.seq.api.Transaction.Builder.Action
 
addListItem(String, Object) - Method in class com.seq.api.Transaction.Builder.Action
 
addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Adds a key-value pair to the reference data for the action.
addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Adds a key-value pair to the reference data for the action.
addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Adds a key-value pair to the reference data for the action.
addReferenceDataField(String, Object) - Method in class com.seq.api.Transaction.Builder
Adds a key-value pair to the transaction's reference data.
addSumByField(String) - Method in class com.seq.api.Balance.QueryBuilder
Deprecated.
Adds a field along which contract values will be summed.
addTag(String, Object) - Method in class com.seq.api.Account.Builder
Adds a key-value pair to the account's tags.
addTag(String, Object) - Method in class com.seq.api.Asset.Builder
Deprecated.
Adds a key-value pair to the asset's tags.
addTag(String, Object) - Method in class com.seq.api.Flavor.Builder
Adds a key-value pair to the flavor's tags.
addTokenTagsField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Adds a key-value pair to the tokens output by the action.
addTokenTagsField(String, Object) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Adds a key-value pair to the tokens output by the action.
after - Variable in class com.seq.api.Query
Deprecated.
alias - Variable in class com.seq.api.Account
Deprecated.
use Account.id instead
alias - Variable in class com.seq.api.Asset
Deprecated.
Unique, user-specified identifier.
alias - Variable in class com.seq.api.Key
Deprecated.
use Key.id instead
alias - Variable in class com.seq.api.Key.Handle
 
aliases - Variable in class com.seq.api.Query
Deprecated.
amount - Variable in class com.seq.api.Action
The number of units of the action's flavor
amount - Variable in class com.seq.api.ActionSum
Summation of the amount fields of the matching actions
amount - Variable in class com.seq.api.Balance
Deprecated.
Summation of contract amounts.
amount - Variable in class com.seq.api.Contract
Deprecated.
The number of units of the asset held by the contract.
amount - Variable in class com.seq.api.Token
The amount of tokens in the group.
amount - Variable in class com.seq.api.TokenSum
The amount of tokens in the group.
amount - Variable in class com.seq.api.Transaction.Action
The number of flavor units issued, transferred, or retired.
APIException - Exception in com.seq.exception
APIException is thrown when the ledger API encounters an error handling a user request.
APIException(String, String) - Constructor for exception com.seq.exception.APIException
 
APIException(String, String, String, String, boolean) - Constructor for exception com.seq.exception.APIException
 
APIException(String, String, String, String, String) - Constructor for exception com.seq.exception.APIException
 
APIException(String, String, String, String, boolean, String, int) - Constructor for exception com.seq.exception.APIException
 
Asset - Class in com.seq.api
Deprecated.
Use Flavor instead.
Asset() - Constructor for class com.seq.api.Asset
Deprecated.
 
Asset.Builder - Class in com.seq.api
Deprecated.
Asset.ItemIterable - Class in com.seq.api
Deprecated.
Asset.Page - Class in com.seq.api
Deprecated.
Asset.PageIterable - Class in com.seq.api
Deprecated.
Asset.QueryBuilder - Class in com.seq.api
Deprecated.
Asset.TagUpdateBuilder - Class in com.seq.api
Deprecated.
assetAlias - Variable in class com.seq.api.Action
Deprecated.
use Action.flavorId instead
assetAlias - Variable in class com.seq.api.ActionSum
The alias of the asset held by the action.
assetAlias - Variable in class com.seq.api.Contract
Deprecated.
The alias of the asset held by the contract.
assetAlias - Variable in class com.seq.api.Transaction.Action
Deprecated.
assetCount - Variable in class com.seq.api.Stats
The number of assets in the ledger.
assetId - Variable in class com.seq.api.Action
Deprecated.
use Action.flavorId instead
assetId - Variable in class com.seq.api.ActionSum
The ID of the asset held by the action.
assetId - Variable in class com.seq.api.Contract
Deprecated.
The ID of the asset held by the contract.
assetId - Variable in class com.seq.api.Transaction.Action
Deprecated.
assetTags - Variable in class com.seq.api.Action
Deprecated.
use Action.snapshot instead
assetTags - Variable in class com.seq.api.ActionSum
The tags of the asset held by the action.
assetTags - Variable in class com.seq.api.Contract
Deprecated.
The tags of the asset held by the contract.
assetTags - Variable in class com.seq.api.Transaction.Action
Deprecated.

B

BadURLException - Exception in com.seq.exception
BadURLException is thrown when a malformed URL is provided.
BadURLException(String) - Constructor for exception com.seq.exception.BadURLException
 
Balance - Class in com.seq.api
Deprecated.
Use Token.SumBuilder instead.
Balance() - Constructor for class com.seq.api.Balance
Deprecated.
 
Balance.ItemIterable - Class in com.seq.api
Deprecated.
Balance.Page - Class in com.seq.api
Deprecated.
Balance.PageIterable - Class in com.seq.api
Deprecated.
Balance.QueryBuilder - Class in com.seq.api
Deprecated.
BaseItemIterable<T> - Class in com.seq.api
 
BaseItemIterable(Client, String, Query, Type) - Constructor for class com.seq.api.BaseItemIterable
 
BasePage<T> - Class in com.seq.api
Abstract base class representing api query results.
BasePage() - Constructor for class com.seq.api.BasePage
 
BasePageIterable<T extends BasePage> - Class in com.seq.api
 
BasePageIterable(Client, String, Query, Type) - Constructor for class com.seq.api.BasePageIterable
 
BaseQueryBuilder<T extends BaseQueryBuilder<T>> - Class in com.seq.api
Abstract base class providing an interface for building queries.
BaseQueryBuilder() - Constructor for class com.seq.api.BaseQueryBuilder
 
build() - Method in class com.seq.http.Client.Builder
Builds a client with all of the provided parameters.
Builder() - Constructor for class com.seq.api.Account.Builder
 
Builder() - Constructor for class com.seq.api.Asset.Builder
Deprecated.
 
Builder() - Constructor for class com.seq.api.Flavor.Builder
 
Builder() - Constructor for class com.seq.api.Key.Builder
 
Builder() - Constructor for class com.seq.api.Transaction.Builder
 
Builder() - Constructor for class com.seq.http.Client.Builder
 

C

ChainException - Exception in com.seq.exception
Base exception class for the Sequence SDK.
ChainException() - Constructor for exception com.seq.exception.ChainException
 
ChainException(String) - Constructor for exception com.seq.exception.ChainException
 
ChainException(String, Throwable) - Constructor for exception com.seq.exception.ChainException
 
chainMessage - Variable in exception com.seq.exception.APIException
Message describing the general nature of the error.
client - Variable in class com.seq.api.BasePage
Client object that makes the query requests.
Client - Class in com.seq.http
The Client object encapsulates access to the ledger API server.
Client(Client.Builder) - Constructor for class com.seq.http.Client
 
Client.Builder - Class in com.seq.http
A builder class for creating client objects
Client.ResponseCreator<T> - Interface in com.seq.http
Defines an interface for deserializing HTTP responses into objects.
code - Variable in exception com.seq.exception.APIException
Deprecated.
com.seq.api - package com.seq.api
 
com.seq.common - package com.seq.common
 
com.seq.exception - package com.seq.exception
 
com.seq.http - package com.seq.http
 
com.seq.http.session - package com.seq.http.session
 
ConfigurationException - Exception in com.seq.exception
ConfigurationException wraps errors during client configuration.
ConfigurationException(String) - Constructor for exception com.seq.exception.ConfigurationException
Initializes exception with its message attribute.
ConfigurationException(String, Throwable) - Constructor for exception com.seq.exception.ConfigurationException
Initializes new exception while storing original cause.
ConnectivityException - Exception in com.seq.exception
ConnectivityException is thrown when an HTTP response is received, but it does not contain headers that are included in all Sequence API responses.
ConnectivityException(Response) - Constructor for exception com.seq.exception.ConnectivityException
 
Contract - Class in com.seq.api
Deprecated.
Use Token.ListBuilder instead.
Contract() - Constructor for class com.seq.api.Contract
Deprecated.
 
Contract.ItemIterable - Class in com.seq.api
Deprecated.
Contract.Page - Class in com.seq.api
Deprecated.
Contract.PageIterable - Class in com.seq.api
Deprecated.
Contract.QueryBuilder - Class in com.seq.api
Deprecated.
contracts - Variable in class com.seq.api.Transaction
List of contracts created by the transaction.
create(Client) - Method in class com.seq.api.Account.Builder
Creates a new account in the ledger.
create(Client) - Method in class com.seq.api.Asset.Builder
Deprecated.
Creates a new asset in the ledger.
create(Client) - Method in class com.seq.api.Flavor.Builder
Creates a new flavor in the ledger.
create(Client) - Method in class com.seq.api.Key.Builder
Creates a key.
create(Response, Gson) - Method in interface com.seq.http.Client.ResponseCreator
Deserializes an HTTP response into a Java object of type T.
create(Response, Gson) - Method in interface com.seq.http.HttpWrapper.ResponseCreator
Deserializes an HTTP response into a Java object of type T.
cursor - Variable in class com.seq.api.BasePage
Specifies the details of the next query.
cursor - Variable in class com.seq.api.Query
 

D

destinationAccountAlias - Variable in class com.seq.api.Action
Deprecated.
destinationAccountAlias - Variable in class com.seq.api.Transaction.Action
destinationAccountId - Variable in class com.seq.api.Action
The ID of the destination account affected by the action.
destinationAccountId - Variable in class com.seq.api.ActionSum
The ID of the destination account affected by the action.
destinationAccountId - Variable in class com.seq.api.Transaction.Action
The ID of the account receiving the flavor units.
destinationAccountTags - Variable in class com.seq.api.Action
Deprecated.
use Action.snapshot instead
destinationAccountTags - Variable in class com.seq.api.ActionSum
The tags of the destination account affected by the action.
destinationAccountTags - Variable in class com.seq.api.Transaction.Action
Deprecated.
detail - Variable in exception com.seq.exception.APIException
Additional information about the error (possibly null).
DevUtils - Class in com.seq.api
Namespace for development-only methods.
DevUtils() - Constructor for class com.seq.api.DevUtils
 
dischargeMacaroon() - Method in class com.seq.http.session.ProdRefresher
 
dischargeMacaroon() - Method in interface com.seq.http.session.Refresher
 
dischargeMacaroon() - Method in class com.seq.http.session.TestRefresher
 

E

endTime - Variable in class com.seq.api.Query
 
equals(Object) - Method in class com.seq.http.Client

F

filter - Variable in class com.seq.api.Query
 
filterParams - Variable in class com.seq.api.Query
 
Flavor - Class in com.seq.api
A type or class of value that can be tracked on a ledger.
Flavor() - Constructor for class com.seq.api.Flavor
 
Flavor.Builder - Class in com.seq.api
A builder for defining flavors in the ledger.
Flavor.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual flavors from a query.
Flavor.Page - Class in com.seq.api
A single page of flavors returned from a query.
Flavor.PageIterable - Class in com.seq.api
Iterable interface for consuming pages of flavors from a query.
Flavor.QueryBuilder - Class in com.seq.api
A builder class for querying flavors in the ledger.
Flavor.TagUpdateBuilder - Class in com.seq.api
A builder for updating a flavor's tags.
flavorId - Variable in class com.seq.api.Action
The ID of the flavor held by the action.
flavorId - Variable in class com.seq.api.Token
The flavor of the tokens in the group.
flavorId - Variable in class com.seq.api.TokenSum
The flavor of the tokens in the group.
flavorId - Variable in class com.seq.api.Transaction.Action
The id of the action's flavor.
flavorTags - Variable in class com.seq.api.Token
The tags of the flavor of the tokens in the group.
flavorTags - Variable in class com.seq.api.TokenSum
The tags of the flavor of the tokens in the group.
forAlias(String) - Method in class com.seq.api.Account.TagUpdateBuilder
forAlias(String) - Method in class com.seq.api.Asset.TagUpdateBuilder
Deprecated.
Specifies the asset to be updated.
forId(String) - Method in class com.seq.api.Account.TagUpdateBuilder
Specifies the account to be updated.
forId(String) - Method in class com.seq.api.Asset.TagUpdateBuilder
Deprecated.
Specifies the asset to be updated.
forId(String) - Method in class com.seq.api.Flavor.TagUpdateBuilder
Specifies the flavor to be updated.
fromKey(Key) - Static method in class com.seq.api.Key.Handle
Creates a new Handle from a Key.

G

get(Client) - Static method in class com.seq.api.Stats
Gets stats from the ledger.
getIterable(Client) - Method in class com.seq.api.Account.QueryBuilder
Executes the query, returning an iterable over accounts that match the query.
getIterable(Client) - Method in class com.seq.api.Action.ListBuilder
Executes the query, returning an iterable over actions that match the query.
getIterable(Client) - Method in class com.seq.api.Action.SumBuilder
Executes the query, returning an iterable over actionsums that match the query.
getIterable(Client) - Method in class com.seq.api.Asset.QueryBuilder
Deprecated.
Executes the query, returning an iterable over assets that match the query
getIterable(Client) - Method in class com.seq.api.Balance.QueryBuilder
Deprecated.
Executes the query, returning an iterable over balances that match the query.
getIterable(Client) - Method in class com.seq.api.BaseQueryBuilder
Executes the API query.
getIterable(Client) - Method in class com.seq.api.Contract.QueryBuilder
Deprecated.
Executes the query, returning an iterable over contracts that match the query.
getIterable(Client) - Method in class com.seq.api.Flavor.QueryBuilder
Executes the query, returning an iterable over flavors that match the query
getIterable(Client) - Method in class com.seq.api.Key.QueryBuilder
Executes the query, returning an iterable over keys that match the query.
getIterable(Client) - Method in class com.seq.api.Token.ListBuilder
Executes the query, returning an iterable over tokens that match the query.
getIterable(Client) - Method in class com.seq.api.Token.SumBuilder
Executes the query, returning an iterable over token sums that match the query.
getIterable(Client) - Method in class com.seq.api.Transaction.QueryBuilder
Executes the query, returning an iterable over transactions that match the query.
getMessage() - Method in exception com.seq.exception.APIException
 
getMessage() - Method in exception com.seq.exception.JSONException
 
getPage(Client) - Method in class com.seq.api.Account.QueryBuilder
Executes the query, returning a page of accounts that match the query.
getPage(Client, String) - Method in class com.seq.api.Account.QueryBuilder
Executes the query, returning a page of accounts that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Action.ListBuilder
Executes the query, returning a page of actions that match the query.
getPage(Client, String) - Method in class com.seq.api.Action.ListBuilder
Executes the query, returning a page of actions that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Action.SumBuilder
Executes the query, returning a page of actionsums that match the query.
getPage(Client, String) - Method in class com.seq.api.Action.SumBuilder
Executes the query, returning a page of actionsums that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Asset.QueryBuilder
Deprecated.
Executes the query, returning a page of assets that match the query.
getPage(Client) - Method in class com.seq.api.Balance.QueryBuilder
Deprecated.
Executes the query, returning a page of balances that match the query.
getPage(Client) - Method in class com.seq.api.BaseQueryBuilder
Execute the API query and return one page of items.
getPage(Client) - Method in class com.seq.api.Contract.QueryBuilder
Deprecated.
Executes the query, returning a page of contracts that match the query.
getPage(Client) - Method in class com.seq.api.Flavor.QueryBuilder
Executes the query, returning a page of flavors that match the query.
getPage(Client, String) - Method in class com.seq.api.Flavor.QueryBuilder
Executes the query, returning a page of flavors that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Key.QueryBuilder
Executes the query, returning a page of keys that match the query.
getPage(Client, String) - Method in class com.seq.api.Key.QueryBuilder
Executes the query, returning a page of keys that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Token.ListBuilder
Executes the query, returning a page of tokens that match the query.
getPage(Client, String) - Method in class com.seq.api.Token.ListBuilder
Executes the query, returning a page of tokens that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Token.SumBuilder
Executes the query, returning a page of token sums that match the query.
getPage(Client, String) - Method in class com.seq.api.Token.SumBuilder
Executes the query, returning a page of token sums that match the query beginning with provided cursor.
getPage(Client) - Method in class com.seq.api.Transaction.QueryBuilder
Executes the query, returning a page of transactions.
getPage(Client, String) - Method in class com.seq.api.Transaction.QueryBuilder
Executes the query, returning a page of transactions that match the query beginning with provided cursor.
getPageIterable(Client) - Method in class com.seq.api.Account.QueryBuilder
Executes the query, returning an iterable over pages of accounts that match the query.
getPageIterable(Client) - Method in class com.seq.api.Action.ListBuilder
getPageIterable(Client) - Method in class com.seq.api.Action.SumBuilder
getPageIterable(Client) - Method in class com.seq.api.Asset.QueryBuilder
Deprecated.
Executes the query, returning an iterable over pages of assets that match the query
getPageIterable(Client) - Method in class com.seq.api.Balance.QueryBuilder
Deprecated.
Executes the query, returning an iterable over pages of balances that match the query.
getPageIterable(Client) - Method in class com.seq.api.BaseQueryBuilder
Executes the API query.
getPageIterable(Client) - Method in class com.seq.api.Contract.QueryBuilder
Deprecated.
Executes the query, returning an iterable over pages of contracts that match the query.
getPageIterable(Client) - Method in class com.seq.api.Flavor.QueryBuilder
Executes the query, returning an iterable over pages of flavors that match the query
getPageIterable(Client) - Method in class com.seq.api.Key.QueryBuilder
Executes the query, returning an iterable over pages of keys that match the query.
getPageIterable(Client) - Method in class com.seq.api.Token.ListBuilder
Deprecated.
getPageIterable(Client) - Method in class com.seq.api.Token.SumBuilder
Deprecated.
getPageIterable(Client) - Method in class com.seq.api.Transaction.QueryBuilder
Executes a query on the ledger's transactions, returning an iterable over pages of transactoins that match the query.
groupBy - Variable in class com.seq.api.Query
 

H

Handle() - Constructor for class com.seq.api.Key.Handle
 
hashCode() - Method in class com.seq.http.Client
HttpWrapper - Class in com.seq.http
 
HttpWrapper() - Constructor for class com.seq.http.HttpWrapper
 
HttpWrapper.ResponseCreator<T> - Interface in com.seq.http
Defines an interface for deserializing HTTP responses into objects.

I

id - Variable in class com.seq.api.Account
Unique identifier of the account.
id - Variable in class com.seq.api.Action
A unique ID.
id - Variable in class com.seq.api.ActionSum
A unique ID.
id - Variable in class com.seq.api.Asset
Deprecated.
Unique identifier of the asset, derived from its keys.
id - Variable in class com.seq.api.Contract
Deprecated.
A unique ID.
id - Variable in class com.seq.api.Flavor
Unique, user-specified identifier.
id - Variable in class com.seq.api.Key.Handle
 
id - Variable in class com.seq.api.Key
Unique identifier of the key.
id - Variable in class com.seq.api.Transaction
A unique ID.
ids - Variable in class com.seq.api.Query
 
intercept(Interceptor.Chain) - Method in class com.seq.http.LoggingInterceptor
 
Issue() - Constructor for class com.seq.api.Transaction.Builder.Action.Issue
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Account.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Action.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.ActionSum.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Asset.ItemIterable
Deprecated.
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Balance.ItemIterable
Deprecated.
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Contract.ItemIterable
Deprecated.
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Flavor.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Key.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Token.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.TokenSum.ItemIterable
 
ItemIterable(Client, String, Query) - Constructor for class com.seq.api.Transaction.ItemIterable
 
items - Variable in class com.seq.api.BasePage
BasePage of api objects returned from the most recent query.
iterator() - Method in class com.seq.api.BaseItemIterable
 
iterator() - Method in class com.seq.api.BasePageIterable
 

J

JSONException - Exception in com.seq.exception
JSONException should be very rare, and will only arise if there is a bug in the Sequence API, or if the upstream server is spoofing common Sequence API response headers.
JSONException(String) - Constructor for exception com.seq.exception.JSONException
Default constructor.
JSONException(String, String) - Constructor for exception com.seq.exception.JSONException
Initializes exception with its message and requestId attributes.

K

Key - Class in com.seq.api
Keys are used to sign transactions.
Key() - Constructor for class com.seq.api.Key
 
Key.Builder - Class in com.seq.api
Configuration object for creating keys.
Key.Handle - Class in com.seq.api
A composite key identifier, containing an alias and/or and ID.
Key.ItemIterable - Class in com.seq.api
 
Key.Page - Class in com.seq.api
 
Key.PageIterable - Class in com.seq.api
 
Key.QueryBuilder - Class in com.seq.api
A builder class for querying keys in the ledger.
keys - Variable in class com.seq.api.Account
The set of keys used for signing transactions that spend from the account.
keys - Variable in class com.seq.api.Asset
Deprecated.
The set of keys used to sign transactions that issue the asset.
keys - Variable in class com.seq.api.Flavor
The set of keys used to sign transactions that issue the flavor.

L

lastPage - Variable in class com.seq.api.BasePage
Specifies if the current page of results is the last.
ListBuilder() - Constructor for class com.seq.api.Action.ListBuilder
 
ListBuilder() - Constructor for class com.seq.api.Token.ListBuilder
 
LoggingInterceptor - Class in com.seq.http
The LoggingInterceptor object logs http requests given an output stream.
LoggingInterceptor(OutputStream, LoggingInterceptor.Level) - Constructor for class com.seq.http.LoggingInterceptor
 
LoggingInterceptor.Level - Enum in com.seq.http
 
logRequestData(Request, Response) - Method in class com.seq.http.LoggingInterceptor
 

M

macaroon() - Method in class com.seq.http.Client
Returns the macaroon (possibly null).
message - Variable in class com.seq.http.SuccessMessage
 

N

needsRefresh() - Method in class com.seq.http.session.ProdRefresher
 
needsRefresh() - Method in interface com.seq.http.session.Refresher
 
needsRefresh() - Method in class com.seq.http.session.TestRefresher
 
next - Variable in class com.seq.api.BasePage
Deprecated.
use BasePage.cursor instead
next - Variable in class com.seq.api.BaseQueryBuilder
 

P

Page() - Constructor for class com.seq.api.Account.Page
 
Page() - Constructor for class com.seq.api.Action.Page
 
Page() - Constructor for class com.seq.api.ActionSum.Page
 
Page() - Constructor for class com.seq.api.Asset.Page
Deprecated.
 
Page() - Constructor for class com.seq.api.Balance.Page
Deprecated.
 
Page() - Constructor for class com.seq.api.Contract.Page
Deprecated.
 
Page() - Constructor for class com.seq.api.Flavor.Page
 
Page() - Constructor for class com.seq.api.Key.Page
 
Page() - Constructor for class com.seq.api.Token.Page
 
Page() - Constructor for class com.seq.api.TokenSum.Page
 
Page() - Constructor for class com.seq.api.Transaction.Page
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Account.PageIterable
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Action.PageIterable
Deprecated.
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.ActionSum.PageIterable
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Asset.PageIterable
Deprecated.
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Balance.PageIterable
Deprecated.
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Contract.PageIterable
Deprecated.
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Flavor.PageIterable
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Key.PageIterable
 
PageIterable(Client, String, Query) - Constructor for class com.seq.api.Transaction.PageIterable
 
pageSize - Variable in class com.seq.api.Query
 
pinCertificate(String, String) - Method in class com.seq.http.Client.Builder
Sets the certificate pinner for the client
pinCertificate(String, String) - Method in class com.seq.http.Client
Pins a public key to the HTTP client.
post(String, Object, Type) - Method in class com.seq.http.HttpWrapper
Builds and executes an HTTP Post request.
ProdRefresher - Class in com.seq.http.session
 
ProdRefresher() - Constructor for class com.seq.http.session.ProdRefresher
 

Q

Query - Class in com.seq.api
A generic configuration object for query requests.
Query() - Constructor for class com.seq.api.Query
 
QueryBuilder() - Constructor for class com.seq.api.Account.QueryBuilder
 
QueryBuilder() - Constructor for class com.seq.api.Asset.QueryBuilder
Deprecated.
 
QueryBuilder() - Constructor for class com.seq.api.Balance.QueryBuilder
Deprecated.
 
QueryBuilder() - Constructor for class com.seq.api.Contract.QueryBuilder
Deprecated.
 
QueryBuilder() - Constructor for class com.seq.api.Flavor.QueryBuilder
 
QueryBuilder() - Constructor for class com.seq.api.Key.QueryBuilder
 
QueryBuilder() - Constructor for class com.seq.api.Transaction.QueryBuilder
 
quorum - Variable in class com.seq.api.Account
The number of keys required to sign transactions that spend from the account.
quorum - Variable in class com.seq.api.Asset
Deprecated.
The number of keys required to sign transactions that issue the asset.
quorum - Variable in class com.seq.api.Flavor
The number of keys required to sign transactions that issue the flavor.

R

referenceData - Variable in class com.seq.api.Action
User-specified key-value data embedded in the action.
referenceData - Variable in class com.seq.api.ActionSum
User-specified key-value data embedded in the action.
referenceData - Variable in class com.seq.api.Contract
Deprecated.
User-specified key-value data embedded in the contract.
referenceData - Variable in class com.seq.api.Transaction.Action
User-specified, key-value data embedded into the action.
referenceData - Variable in class com.seq.api.Transaction.Builder
 
referenceData - Variable in class com.seq.api.Transaction
User-specified key-value data embedded into the transaction.
refresh(String) - Method in class com.seq.http.session.ProdRefresher
 
refresh(String) - Method in interface com.seq.http.session.Refresher
 
refresh(String) - Method in class com.seq.http.session.TestRefresher
 
refresher - Variable in class com.seq.http.Client
 
Refresher - Interface in com.seq.http.session
 
request(String, Object, Type) - Method in class com.seq.http.Client
Perform a single HTTP POST request against the API for a specific action.
requestId - Variable in exception com.seq.exception.APIException
Unique identifier of the request to the server.
requestId - Variable in exception com.seq.exception.JSONException
Unique indentifier of the request to the server.
reset(Client) - Static method in class com.seq.api.DevUtils
Resets all data in the ledger.
Retire() - Constructor for class com.seq.api.Transaction.Builder.Action.Retire
 
retriable - Variable in exception com.seq.exception.APIException
Specifies whether the error is considered to be transient and that the request should be retried.
rfc3339DateFormat - Static variable in class com.seq.common.Utils
 

S

seqCode - Variable in exception com.seq.exception.APIException
An error code of the format "SEQXXX".
sequenceNumber - Variable in class com.seq.api.Transaction
Sequence number of the transaction.
serializer - Static variable in class com.seq.common.Utils
 
setAfter(String) - Method in class com.seq.api.BaseQueryBuilder
Deprecated.
use getPage(Client client, String cursor) instead.
setAlias(String) - Method in class com.seq.api.Account.Builder
Deprecated.
setAlias(String) - Method in class com.seq.api.Asset.Builder
Deprecated.
Specifies the alias for the new asset.
setAlias(String) - Method in class com.seq.api.Key.Builder
Deprecated.
setAliases(List<String>) - Method in class com.seq.api.Key.QueryBuilder
Deprecated.
this method is not useful
setAmount(long) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Specifies the amount to be issued.
setAmount(long) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Specifies the amount to be retired.
setAmount(long) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies the amount to be transferred.
setAssetAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
setAssetAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
setAssetAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
setAssetId(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
setAssetId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
setAssetId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
setChangeReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Deprecated.
this now happens automatically when using token tags
setChangeReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Deprecated.
this now happens automatically when using token tags
setConnectionPool(int, long, TimeUnit) - Method in class com.seq.http.Client.Builder
Sets the connection pool for the client
setConnectTimeout(long, TimeUnit) - Method in class com.seq.http.Client.Builder
Sets the connect timeout for the client
setConnectTimeout(long, TimeUnit) - Method in class com.seq.http.Client
Sets the default connect timeout for new connections.
setCredential(String) - Method in class com.seq.http.Client.Builder
Sets the credential for the client
setDestinationAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
setDestinationAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
setDestinationAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Specifies the destination account, identified by its ID.
setDestinationAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies the destination account, identified by its ID.You must specify a destination account ID or alias.
setEndTime(long) - Method in class com.seq.api.Transaction.QueryBuilder
Specifies the timestamp of the most recent transaction to include in the query results.
setFilter(String) - Method in class com.seq.api.BaseQueryBuilder
Sets the filter expression for the query.
setFilter(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Token filter string.
setFilter(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Token filter string.
setFilterParameters(List<?>) - Method in class com.seq.api.BaseQueryBuilder
Specifies the parameters that will be interpolated into the filter expression.
setFlavorId(String) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Specifies the flavor, identified by its ID, to be issued.
setFlavorId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Specifies the flavor, identified by its ID, to be retired.
setFlavorId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies the flavor, identified by its ID, to be transferred.
setGroupBy(List<String>) - Method in class com.seq.api.Action.SumBuilder
Specifies the fields along which action values will be summed.
setGroupBy(List<String>) - Method in class com.seq.api.Token.SumBuilder
Specifies the fields on which token values will be summed.
setId(String) - Method in class com.seq.api.Account.Builder
Specifies the id for the new account.
setId(String) - Method in class com.seq.api.Flavor.Builder
Specifies the id for the new flavor.
setId(String) - Method in class com.seq.api.Key.Builder
Specifies the id for the new key.
setIds(List<String>) - Method in class com.seq.api.Key.QueryBuilder
Deprecated.
this method is not useful
setLedger(String) - Method in class com.seq.http.Client.Builder
Deprecated.
setLedgerName(String) - Method in class com.seq.http.Client.Builder
Sets the ledger name for the client.
setLogger(OutputStream) - Method in class com.seq.http.Client.Builder
Sets the request logger.
setLogLevel(LoggingInterceptor.Level) - Method in class com.seq.http.Client.Builder
Sets the level of the request logger.
setPageSize(int) - Method in class com.seq.api.BaseQueryBuilder
Sets the number of actions to include in each page.
setProxy(Proxy) - Method in class com.seq.http.Client.Builder
Sets the proxy for the client
setProxy(Proxy) - Method in class com.seq.http.Client
Sets the proxy information for the HTTP client.
setQuorum(int) - Method in class com.seq.api.Account.Builder
Specifies the number of keys required to sign transactions that spend from the account.
setQuorum(int) - Method in class com.seq.api.Asset.Builder
Deprecated.
Specifies the number of keys required to sign transactions that issue the asset.
setQuorum(int) - Method in class com.seq.api.Flavor.Builder
Specifies the number of keys required to sign transactions that issue the flavor.
setReadTimeout(long, TimeUnit) - Method in class com.seq.http.Client.Builder
Sets the read timeout for the client
setReadTimeout(long, TimeUnit) - Method in class com.seq.http.Client
Sets the default read timeout for new connections.
setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Specifies reference data for the action.
setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Specifies reference data for the action.
setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies reference data for the action.
setReferenceData(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder
Specifies key-value data to be recorded in the transaction.
setSourceAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
setSourceAccountAlias(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
setSourceAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Specifies an account, identified by its ID, as the source of the asset units to be retired.
setSourceAccountId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies an account, identified by its ID, as the source of the flavor units to be transferred.
setSourceContractId(String) - Method in class com.seq.api.Transaction.Builder.Action.Retire
Specifies a contract as the source of the flavor to be retired.
setSourceContractId(String) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies a contract as the source of the flavor to be transferred.
setStartTime(long) - Method in class com.seq.api.Transaction.QueryBuilder
Specifies the timestamp of the earliest transaction to include in the query results.
setSumBy(List<String>) - Method in class com.seq.api.Balance.QueryBuilder
Deprecated.
Specifies the fields along which contract values will be summed.
setTags(Map<String, Object>) - Method in class com.seq.api.Account.Builder
Specifies key-value data that describes the account.
setTags(Map<String, Object>) - Method in class com.seq.api.Account.TagUpdateBuilder
Specifies a new set of tags.
setTags(Map<String, Object>) - Method in class com.seq.api.Asset.Builder
Deprecated.
Specifies key-value data that describes the asset.
setTags(Map<String, Object>) - Method in class com.seq.api.Asset.TagUpdateBuilder
Deprecated.
Specifies a new set of tags.
setTags(Map<String, Object>) - Method in class com.seq.api.Flavor.Builder
Specifies key-value data that describes the flavor.
setTags(Map<String, Object>) - Method in class com.seq.api.Flavor.TagUpdateBuilder
Specifies a new set of tags.
setTimestamp(long) - Method in class com.seq.api.Contract.QueryBuilder
Deprecated.
Indicates that the query should be run over the state of the ledger at a given point in time.
setTokenTags(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Issue
Specifies tags for the tokens output by the action.
setTokenTags(Map<String, Object>) - Method in class com.seq.api.Transaction.Builder.Action.Transfer
Specifies tags for the tokens output by the action.
setTrustedCerts(InputStream) - Method in class com.seq.http.Client.Builder
Trusts the given CA certs, and no others.
setTrustedCerts(String) - Method in class com.seq.http.Client.Builder
Trusts the given CA certs, and no others.
setURL(String) - Method in class com.seq.http.Client.Builder
Deprecated.
setWriteTimeout(long, TimeUnit) - Method in class com.seq.http.Client.Builder
Sets the write timeout for the client
setWriteTimeout(long, TimeUnit) - Method in class com.seq.http.Client
Sets the default write timeout for new connections.
setX509KeyPair(InputStream, InputStream) - Method in class com.seq.http.Client.Builder
Sets the client's certificate and key for TLS client authentication.
setX509KeyPair(String, String) - Method in class com.seq.http.Client.Builder
Sets the client's certificate and key for TLS client authentication.
snapshot - Variable in class com.seq.api.Action
A copy of the associated tags (flavor, source account, destination account, action, and token) as they existed at the time of the transaction.
snapshot - Variable in class com.seq.api.Transaction.Action
A copy of the associated tags (flavor, source account, destination account, action, and token) as they existed at the time of the transaction.
sourceAccountAlias - Variable in class com.seq.api.Action
Deprecated.
sourceAccountAlias - Variable in class com.seq.api.Transaction.Action
Deprecated.
sourceAccountId - Variable in class com.seq.api.Action
The ID of the source account executing the action.
sourceAccountId - Variable in class com.seq.api.ActionSum
The ID of the source account executing the action.
sourceAccountId - Variable in class com.seq.api.Transaction.Action
The ID of the account serving as the source of flavor units.
sourceAccountTags - Variable in class com.seq.api.Action
Deprecated.
use Action.snapshot instead
sourceAccountTags - Variable in class com.seq.api.ActionSum
The tags of the source account executing the action.
sourceAccountTags - Variable in class com.seq.api.Transaction.Action
Deprecated.
startTime - Variable in class com.seq.api.Query
 
Stats - Class in com.seq.api
An object describing summary information about a ledger.
Stats() - Constructor for class com.seq.api.Stats
 
statusCode - Variable in exception com.seq.exception.APIException
HTTP status code returned by the server.
SuccessMessage - Class in com.seq.http
This class represents RPC success responses whose content is not meaningful.
SuccessMessage() - Constructor for class com.seq.http.SuccessMessage
 
SumBuilder() - Constructor for class com.seq.api.Action.SumBuilder
 
SumBuilder() - Constructor for class com.seq.api.Token.SumBuilder
 
sumBy - Variable in class com.seq.api.Balance
Deprecated.
List of parameters along which contract amounts were summed.
sumBy - Variable in class com.seq.api.Query
 

T

tags - Variable in class com.seq.api.Account
User-specified key-value data describing the account.
tags - Variable in class com.seq.api.Asset
Deprecated.
User-specified key-value data describing the asset.
tags - Variable in class com.seq.api.Flavor
User-specified key-value data describing the flavor.
tags - Variable in class com.seq.api.Token
The tags of the tokens in the group.
tags - Variable in class com.seq.api.TokenSum
The tags of the tokens in the group.
TagUpdateBuilder() - Constructor for class com.seq.api.Account.TagUpdateBuilder
 
TagUpdateBuilder() - Constructor for class com.seq.api.Asset.TagUpdateBuilder
Deprecated.
 
TagUpdateBuilder() - Constructor for class com.seq.api.Flavor.TagUpdateBuilder
 
teamName() - Method in class com.seq.http.session.ProdRefresher
 
teamName() - Method in interface com.seq.http.session.Refresher
 
teamName() - Method in class com.seq.http.session.TestRefresher
 
temporary - Variable in exception com.seq.exception.APIException
Deprecated.
TestRefresher - Class in com.seq.http.session
 
TestRefresher(String, String) - Constructor for class com.seq.http.session.TestRefresher
 
timeout - Variable in class com.seq.api.Query
 
timestamp - Variable in class com.seq.api.Action
Time of the action.
timestamp - Variable in class com.seq.api.ActionSum
Time of the action.
timestamp - Variable in class com.seq.api.Query
 
timestamp - Variable in class com.seq.api.Transaction
Time of transaction.
Token - Class in com.seq.api
Token queries are designed to provide insights into tokens contained in an account.
Token() - Constructor for class com.seq.api.Token
 
Token.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual tokens from a query.
Token.ListBuilder - Class in com.seq.api
A builder class for querying tokens in the ledger.
Token.Page - Class in com.seq.api
A single page of tokens returned from a query.
Token.SumBuilder - Class in com.seq.api
A builder class for querying token sums in the ledger.
TokenSum - Class in com.seq.api
TokenSum objects are what is returned by SumBuilder method in Token class.
TokenSum() - Constructor for class com.seq.api.TokenSum
 
TokenSum.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual actions from a query.
TokenSum.Page - Class in com.seq.api
A single page of actions returned from a query.
transact(Client) - Method in class com.seq.api.Transaction.Builder
Builds, signs, and submits a tranasaction.
Transaction - Class in com.seq.api
A transaction is an atomic update to the state of the ledger.
Transaction() - Constructor for class com.seq.api.Transaction
 
Transaction.Action - Class in com.seq.api
An action taken by a transaction.
Transaction.Builder - Class in com.seq.api
A configuration object for creating and submitting transactions.
Transaction.Builder.Action - Class in com.seq.api
Base class representing actions that can be taken within a transaction.
Transaction.Builder.Action.Issue - Class in com.seq.api
Issues new units of a flavor to a destination account.
Transaction.Builder.Action.Retire - Class in com.seq.api
Moves flavors from a source (an account or contract) to a destination account.
Transaction.Builder.Action.Transfer - Class in com.seq.api
Moves flavors from a source (an account or contract) to a destination account.
Transaction.ItemIterable - Class in com.seq.api
Iterable interface for consuming individual transactions from a query.
Transaction.Page - Class in com.seq.api
A single page of transactions returned from a query.
Transaction.PageIterable - Class in com.seq.api
Iterable interface for consuming pages of transactions from a query.
Transaction.QueryBuilder - Class in com.seq.api
A builder class for querying transactions in the ledger.
transactionId - Variable in class com.seq.api.Action
The ID of the transaction in which the action appears.
transactionId - Variable in class com.seq.api.ActionSum
The ID of the transaction in which the action appears.
transactionId - Variable in class com.seq.api.Contract
Deprecated.
The ID of the transaction in which the contract appears.
Transfer() - Constructor for class com.seq.api.Transaction.Builder.Action.Transfer
 
txCount - Variable in class com.seq.api.Stats
The number of transactions in the ledger.
type - Variable in class com.seq.api.Action
The type of the action.
type - Variable in class com.seq.api.ActionSum
The type of the action.
type - Variable in class com.seq.api.Contract
Deprecated.
The type of the contract.
type - Variable in class com.seq.api.Transaction.Action
The type of the action.

U

update(Client) - Method in class com.seq.api.Account.TagUpdateBuilder
Updates the account's tags.
update(Client) - Method in class com.seq.api.Asset.TagUpdateBuilder
Deprecated.
Updates the asset's tags.
update(Client) - Method in class com.seq.api.Flavor.TagUpdateBuilder
Updates the flavor's tags.
Utils - Class in com.seq.common
 
Utils() - Constructor for class com.seq.common.Utils
 

V

valueOf(String) - Static method in enum com.seq.http.LoggingInterceptor.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.seq.http.LoggingInterceptor.Level
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N P Q R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.