Skip navigation links
A C D E F G I L M N O S T U V W 

A

addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateDocumentOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.CreatePredictionOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateTransitionOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateWorkflowOptions
 
addOptions(List<NameValuePair>) - Method in class ai.lucidtech.las.sdk.ListResourcesOptions
 
addOptions(List<NameValuePair>) - Method in class ai.lucidtech.las.sdk.ListSortablesOptions
 
addOptions(List<NameValuePair>) - Method in class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
addOptions(List<NameValuePair>) - Method in class ai.lucidtech.las.sdk.ListWorkflowExecutionsOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.NameAndDescriptionOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateAssetOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateSecretOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateTransitionExecutionOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateTransitionOptions
 
addOptions(JSONObject) - Method in class ai.lucidtech.las.sdk.UserOptions
 
ai.lucidtech.las.sdk - package ai.lucidtech.las.sdk
 
APIException - Exception in ai.lucidtech.las.sdk
 
APIException() - Constructor for exception ai.lucidtech.las.sdk.APIException
 
APIException(String) - Constructor for exception ai.lucidtech.las.sdk.APIException
 
APIException(int, String) - Constructor for exception ai.lucidtech.las.sdk.APIException
 

C

Client - Class in ai.lucidtech.las.sdk
 
Client(Credentials) - Constructor for class ai.lucidtech.las.sdk.Client
A client to invoke api methods from Lucidtech AI Services.
ContentType - Enum in ai.lucidtech.las.sdk
 
createAsset(byte[], CreateAssetOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates an asset, calls the POST /assets endpoint.
createAsset(InputStream, CreateAssetOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates an asset, calls the POST /assets endpoint.
createAsset(byte[]) - Method in class ai.lucidtech.las.sdk.Client
Creates an asset, calls the POST /assets endpoint.
createAsset(InputStream) - Method in class ai.lucidtech.las.sdk.Client
Creates an asset, calls the POST /assets endpoint.
CreateAssetOptions - Class in ai.lucidtech.las.sdk
 
CreateAssetOptions() - Constructor for class ai.lucidtech.las.sdk.CreateAssetOptions
 
createBatch(CreateBatchOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a batch, calls the POST /batches endpoint.
createBatch() - Method in class ai.lucidtech.las.sdk.Client
Creates a batch, calls the POST /batches endpoint.
CreateBatchOptions - Class in ai.lucidtech.las.sdk
 
CreateBatchOptions() - Constructor for class ai.lucidtech.las.sdk.CreateBatchOptions
 
createDocument(byte[], ContentType, CreateDocumentOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a document, calls the POST /documents endpoint.
createDocument(InputStream, ContentType, CreateDocumentOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a document, calls the POST /documents endpoint.
createDocument(InputStream, ContentType) - Method in class ai.lucidtech.las.sdk.Client
Creates a document, calls the POST /documents endpoint.
createDocument(byte[], ContentType) - Method in class ai.lucidtech.las.sdk.Client
Creates a document, calls the POST /documents endpoint.
CreateDocumentOptions - Class in ai.lucidtech.las.sdk
 
CreateDocumentOptions() - Constructor for class ai.lucidtech.las.sdk.CreateDocumentOptions
 
createPrediction(String, String, CreatePredictionOptions) - Method in class ai.lucidtech.las.sdk.Client
Create a prediction on a document using specified model, calls the POST /predictions endpoint.
createPrediction(String, String) - Method in class ai.lucidtech.las.sdk.Client
Create a prediction on a document using specified model, calls the POST /predictions endpoint.
CreatePredictionOptions - Class in ai.lucidtech.las.sdk
 
CreatePredictionOptions() - Constructor for class ai.lucidtech.las.sdk.CreatePredictionOptions
 
CreatePredictionOptions(int, boolean) - Constructor for class ai.lucidtech.las.sdk.CreatePredictionOptions
 
createSecret(JSONObject, CreateSecretOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a secret, calls the POST /secrets endpoint.
createSecret(Map<String, String>, CreateSecretOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a secret, calls the POST /secrets endpoint.
createSecret(Map<String, String>) - Method in class ai.lucidtech.las.sdk.Client
Creates a secret, calls the POST /secrets endpoint.
createSecret(JSONObject) - Method in class ai.lucidtech.las.sdk.Client
Creates a secret, calls the POST /secrets endpoint.
CreateSecretOptions - Class in ai.lucidtech.las.sdk
 
CreateSecretOptions() - Constructor for class ai.lucidtech.las.sdk.CreateSecretOptions
 
createTransition(TransitionType, CreateTransitionOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a transition, calls the POST /transitions endpoint.
createTransition(TransitionType) - Method in class ai.lucidtech.las.sdk.Client
Creates a transition, calls the POST /transitions endpoint.
CreateTransitionOptions - Class in ai.lucidtech.las.sdk
 
CreateTransitionOptions() - Constructor for class ai.lucidtech.las.sdk.CreateTransitionOptions
 
CreateTransitionOptions(JSONObject) - Constructor for class ai.lucidtech.las.sdk.CreateTransitionOptions
 
createUser(String, CreateUserOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a new user, calls the POST /users endpoint.
createUser(String) - Method in class ai.lucidtech.las.sdk.Client
Creates a new user, calls the POST /users endpoint.
CreateUserOptions - Class in ai.lucidtech.las.sdk
 
CreateUserOptions() - Constructor for class ai.lucidtech.las.sdk.CreateUserOptions
 
createWorkflow(JSONObject, CreateWorkflowOptions) - Method in class ai.lucidtech.las.sdk.Client
Creates a new workflow, calls the POST /workflows endpoint.
createWorkflow(JSONObject) - Method in class ai.lucidtech.las.sdk.Client
Creates a new workflow, calls the POST /workflows endpoint.
CreateWorkflowOptions - Class in ai.lucidtech.las.sdk
 
CreateWorkflowOptions() - Constructor for class ai.lucidtech.las.sdk.CreateWorkflowOptions
 
CreateWorkflowOptions(JSONObject) - Constructor for class ai.lucidtech.las.sdk.CreateWorkflowOptions
 
Credentials - Class in ai.lucidtech.las.sdk
 
Credentials(String, String, String, String, String) - Constructor for class ai.lucidtech.las.sdk.Credentials
Used to fetch and store credentials.

D

deleteDocuments() - Method in class ai.lucidtech.las.sdk.Client
Delete documents, calls the DELETE /documents endpoint.
deleteDocuments(String) - Method in class ai.lucidtech.las.sdk.Client
Delete documents with the provided consentId, calls the DELETE /documents endpoint.
deleteTransition(String) - Method in class ai.lucidtech.las.sdk.Client
Delete a transition, calls the PATCH /transitions/{transitionId} endpoint.
deleteUser(String) - Method in class ai.lucidtech.las.sdk.Client
Delete a user, calls the PATCH /users/{userId} endpoint.
deleteWorkflow(String) - Method in class ai.lucidtech.las.sdk.Client
Delete a workflow, calls the DELETE /workflows/{workflowId} endpoint.
deleteWorkflowExecution(String, String) - Method in class ai.lucidtech.las.sdk.Client
Deletes the execution with the provided executionId from workflowId, calls the DELETE /workflows/{workflowId}/executions/{executionId} endpoint.

E

executeTransition(String) - Method in class ai.lucidtech.las.sdk.Client
Start executing a manual transition, calls the POST /transitions/{transitionId}/executions endpoint.
executeWorkflow(String, JSONObject) - Method in class ai.lucidtech.las.sdk.Client
Start a workflow execution, calls the POST /workflows/{workflowId}/executions endpoint.

F

fromString(String) - Static method in enum ai.lucidtech.las.sdk.ContentType
 

G

getAccessToken(HttpClient) - Method in class ai.lucidtech.las.sdk.Credentials
 
getApiEndpoint() - Method in class ai.lucidtech.las.sdk.Credentials
 
getApiKey() - Method in class ai.lucidtech.las.sdk.Credentials
 
getAsset(String) - Method in class ai.lucidtech.las.sdk.Client
Get asset, calls the GET /assets/{assetId} endpoint.
getDocument(String) - Method in class ai.lucidtech.las.sdk.Client
Get document, calls the GET /documents/{documentId} endpoint.
getLog(String) - Method in class ai.lucidtech.las.sdk.Client
Get log, calls the GET /logs/{logId} endpoint.
getMimeType() - Method in enum ai.lucidtech.las.sdk.ContentType
 
getTransition(String) - Method in class ai.lucidtech.las.sdk.Client
Get transition, calls the GET /transitions/{transitionId} endpoint.
getTransitionExecution(String, String) - Method in class ai.lucidtech.las.sdk.Client
Get an execution of a transition, calls the GET /transitions/{transitionId}/executions/{executionId} endpoint
getUser(String) - Method in class ai.lucidtech.las.sdk.Client
Get information about a specific user, calls the GET /users/{user_id} endpoint.
getWorkflow(String) - Method in class ai.lucidtech.las.sdk.Client
Get workflow, calls the GET /workflows/{workflowId} endpoint.

I

ImageQuality - Enum in ai.lucidtech.las.sdk
 

L

listAssets(ListAssetsOptions) - Method in class ai.lucidtech.las.sdk.Client
List assets available, calls the GET /assets endpoint.
listAssets() - Method in class ai.lucidtech.las.sdk.Client
List assets available, calls the GET /assets endpoint.
ListAssetsOptions - Class in ai.lucidtech.las.sdk
 
ListAssetsOptions() - Constructor for class ai.lucidtech.las.sdk.ListAssetsOptions
 
listDocuments(ListDocumentsOptions) - Method in class ai.lucidtech.las.sdk.Client
List documents, calls the GET /documents endpoint.
listDocuments() - Method in class ai.lucidtech.las.sdk.Client
List documents, calls the GET /documents endpoint.
ListDocumentsOptions - Class in ai.lucidtech.las.sdk
 
ListDocumentsOptions() - Constructor for class ai.lucidtech.las.sdk.ListDocumentsOptions
 
listModels(ListModelsOptions) - Method in class ai.lucidtech.las.sdk.Client
List models available, calls the GET /models endpoint.
listModels() - Method in class ai.lucidtech.las.sdk.Client
List models available, calls the GET /models endpoint.
ListModelsOptions - Class in ai.lucidtech.las.sdk
 
ListModelsOptions() - Constructor for class ai.lucidtech.las.sdk.ListModelsOptions
 
listPredictions(ListPredictionsOptions) - Method in class ai.lucidtech.las.sdk.Client
List predictions available, calls the GET /predictions endpoint.
listPredictions() - Method in class ai.lucidtech.las.sdk.Client
List predictions available, calls the GET /predictions endpoint.
ListPredictionsOptions - Class in ai.lucidtech.las.sdk
 
ListPredictionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListPredictionsOptions
 
ListResourcesOptions<T> - Class in ai.lucidtech.las.sdk
 
ListResourcesOptions() - Constructor for class ai.lucidtech.las.sdk.ListResourcesOptions
 
ListResourcesOptions(int) - Constructor for class ai.lucidtech.las.sdk.ListResourcesOptions
 
ListResourcesOptions(String) - Constructor for class ai.lucidtech.las.sdk.ListResourcesOptions
 
ListResourcesOptions(int, String) - Constructor for class ai.lucidtech.las.sdk.ListResourcesOptions
 
listSecrets(ListSecretsOptions) - Method in class ai.lucidtech.las.sdk.Client
List secrets available, calls the GET /secrets endpoint.
listSecrets() - Method in class ai.lucidtech.las.sdk.Client
List secrets available, calls the GET /secrets endpoint.
ListSecretsOptions - Class in ai.lucidtech.las.sdk
 
ListSecretsOptions() - Constructor for class ai.lucidtech.las.sdk.ListSecretsOptions
 
ListSortablesOptions<T> - Class in ai.lucidtech.las.sdk
 
ListSortablesOptions() - Constructor for class ai.lucidtech.las.sdk.ListSortablesOptions
 
listTransitionExecutions(String, ListTransitionExecutionsOptions) - Method in class ai.lucidtech.las.sdk.Client
List executions in a transition, calls the GET /transitions/{transitionId}/executions endpoint.
listTransitionExecutions(String) - Method in class ai.lucidtech.las.sdk.Client
List executions in a transition, calls the GET /transitions/{transitionId}/executions endpoint.
ListTransitionExecutionsOptions - Class in ai.lucidtech.las.sdk
 
ListTransitionExecutionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
listTransitions(ListTransitionsOptions) - Method in class ai.lucidtech.las.sdk.Client
List transitions, calls the GET /transitions endpoint.
listTransitions() - Method in class ai.lucidtech.las.sdk.Client
List transitions, calls the GET /transitions endpoint.
ListTransitionsOptions - Class in ai.lucidtech.las.sdk
 
ListTransitionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListTransitionsOptions
 
listUsers(ListUsersOptions) - Method in class ai.lucidtech.las.sdk.Client
List users, calls the GET /users endpoint.
listUsers() - Method in class ai.lucidtech.las.sdk.Client
List users, calls the GET /users endpoint.
ListUsersOptions - Class in ai.lucidtech.las.sdk
 
ListUsersOptions() - Constructor for class ai.lucidtech.las.sdk.ListUsersOptions
 
listWorkflowExecutions(String, ListWorkflowExecutionsOptions) - Method in class ai.lucidtech.las.sdk.Client
List executions in a workflow, calls the GET /workflows/{workflowId}/executions endpoint.
listWorkflowExecutions(String) - Method in class ai.lucidtech.las.sdk.Client
List executions in a workflow, calls the GET /workflows/{workflowId}/executions endpoint.
ListWorkflowExecutionsOptions - Class in ai.lucidtech.las.sdk
 
ListWorkflowExecutionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListWorkflowExecutionsOptions
 
listWorkflows(ListWorkflowsOptions) - Method in class ai.lucidtech.las.sdk.Client
List workflows, calls the GET /workflows endpoint.
listWorkflows() - Method in class ai.lucidtech.las.sdk.Client
List workflows, calls the GET /workflows endpoint.
ListWorkflowsOptions - Class in ai.lucidtech.las.sdk
 
ListWorkflowsOptions() - Constructor for class ai.lucidtech.las.sdk.ListWorkflowsOptions
 

M

maxResults - Variable in class ai.lucidtech.las.sdk.ListResourcesOptions
 
MissingAccessTokenException - Exception in ai.lucidtech.las.sdk
 
MissingAccessTokenException() - Constructor for exception ai.lucidtech.las.sdk.MissingAccessTokenException
 
MissingCredentialsException - Exception in ai.lucidtech.las.sdk
 
MissingCredentialsException() - Constructor for exception ai.lucidtech.las.sdk.MissingCredentialsException
 

N

NameAndDescriptionOptions<T> - Class in ai.lucidtech.las.sdk
 
NameAndDescriptionOptions() - Constructor for class ai.lucidtech.las.sdk.NameAndDescriptionOptions
 
nextToken - Variable in class ai.lucidtech.las.sdk.ListResourcesOptions
 

O

order - Variable in class ai.lucidtech.las.sdk.ListSortablesOptions
 
Order - Enum in ai.lucidtech.las.sdk
 

S

sendHeartbeat(String, String) - Method in class ai.lucidtech.las.sdk.Client
Send heartbeat for a manual execution to signal that we are still working on it.
setAutoRotate(boolean) - Method in class ai.lucidtech.las.sdk.CreatePredictionOptions
 
setAvatar(String) - Method in class ai.lucidtech.las.sdk.UserOptions
 
setAvatar(byte[]) - Method in class ai.lucidtech.las.sdk.UserOptions
 
setBatchId(String) - Method in class ai.lucidtech.las.sdk.CreateDocumentOptions
 
setBatchId(String) - Method in class ai.lucidtech.las.sdk.ListDocumentsOptions
 
setConsentId(String) - Method in class ai.lucidtech.las.sdk.CreateDocumentOptions
 
setConsentId(String) - Method in class ai.lucidtech.las.sdk.ListDocumentsOptions
 
setContent(byte[]) - Method in class ai.lucidtech.las.sdk.UpdateAssetOptions
 
setContent(InputStream) - Method in class ai.lucidtech.las.sdk.UpdateAssetOptions
 
setData(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateSecretOptions
 
setData(Map<String, String>) - Method in class ai.lucidtech.las.sdk.UpdateSecretOptions
 
setDescription(String) - Method in class ai.lucidtech.las.sdk.NameAndDescriptionOptions
 
setError(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateTransitionExecutionOptions
 
setErrorConfig(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateWorkflowOptions
 
setExecutionId(List<String>) - Method in class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
setExecutionId(String) - Method in class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
setGroundTruth(JSONArray) - Method in class ai.lucidtech.las.sdk.CreateDocumentOptions
 
setImageQuality(ImageQuality) - Method in class ai.lucidtech.las.sdk.CreatePredictionOptions
 
setInputJsonSchema(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateTransitionOptions
 
setInputJsonSchema(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateTransitionOptions
 
setMaxPages(int) - Method in class ai.lucidtech.las.sdk.CreatePredictionOptions
 
setMaxResults(int) - Method in class ai.lucidtech.las.sdk.ListResourcesOptions
 
setName(String) - Method in class ai.lucidtech.las.sdk.NameAndDescriptionOptions
 
setName(String) - Method in class ai.lucidtech.las.sdk.UserOptions
 
setNextToken(String) - Method in class ai.lucidtech.las.sdk.ListResourcesOptions
 
setOrder(Order) - Method in class ai.lucidtech.las.sdk.ListSortablesOptions
 
setOutput(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateTransitionExecutionOptions
 
setOutputJsonSchema(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateTransitionOptions
 
setOutputJsonSchema(JSONObject) - Method in class ai.lucidtech.las.sdk.UpdateTransitionOptions
 
setParameters(JSONObject) - Method in class ai.lucidtech.las.sdk.CreateTransitionOptions
 
setSortBy(String) - Method in class ai.lucidtech.las.sdk.ListSortablesOptions
 
setStartTime(String) - Method in class ai.lucidtech.las.sdk.UpdateTransitionExecutionOptions
 
setStatus(List<TransitionExecutionStatus>) - Method in class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
setStatus(TransitionExecutionStatus) - Method in class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
setStatus(List<WorkflowExecutionStatus>) - Method in class ai.lucidtech.las.sdk.ListWorkflowExecutionsOptions
 
setStatus(WorkflowExecutionStatus) - Method in class ai.lucidtech.las.sdk.ListWorkflowExecutionsOptions
 
setTransitionType(TransitionType) - Method in class ai.lucidtech.las.sdk.ListTransitionsOptions
 
sortBy - Variable in class ai.lucidtech.las.sdk.ListSortablesOptions
 

T

toJson() - Method in class ai.lucidtech.las.sdk.CreateDocumentOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.CreatePredictionOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.CreateTransitionOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.CreateWorkflowOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.NameAndDescriptionOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.UpdateAssetOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.UpdateSecretOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.UpdateTransitionExecutionOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.UpdateTransitionOptions
 
toJson() - Method in class ai.lucidtech.las.sdk.UserOptions
 
toList() - Method in class ai.lucidtech.las.sdk.ListDocumentsOptions
 
toList() - Method in class ai.lucidtech.las.sdk.ListResourcesOptions
 
toList() - Method in class ai.lucidtech.las.sdk.ListSortablesOptions
 
toList() - Method in class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
 
toList() - Method in class ai.lucidtech.las.sdk.ListTransitionsOptions
 
toList() - Method in class ai.lucidtech.las.sdk.ListWorkflowExecutionsOptions
 
TransitionExecutionStatus - Enum in ai.lucidtech.las.sdk
 
TransitionType - Enum in ai.lucidtech.las.sdk
 

U

updateAsset(String, UpdateAssetOptions) - Method in class ai.lucidtech.las.sdk.Client
Updates an asset, calls the PATCH /assets/{assetId} endpoint.
UpdateAssetOptions - Class in ai.lucidtech.las.sdk
 
UpdateAssetOptions() - Constructor for class ai.lucidtech.las.sdk.UpdateAssetOptions
 
updateDocument(String, JSONArray) - Method in class ai.lucidtech.las.sdk.Client
Update ground truth for a document, calls the PATCH /documents/{documentId} endpoint.
updateSecret(String, UpdateSecretOptions) - Method in class ai.lucidtech.las.sdk.Client
Updates a secret, calls the PATCH /secrets/{secretId} endpoint.
UpdateSecretOptions - Class in ai.lucidtech.las.sdk
 
UpdateSecretOptions() - Constructor for class ai.lucidtech.las.sdk.UpdateSecretOptions
 
updateTransition(String, UpdateTransitionOptions) - Method in class ai.lucidtech.las.sdk.Client
Updates a transition, calls the PATCH /transitions/{transitionId} endpoint.
updateTransitionExecution(String, String, TransitionExecutionStatus, UpdateTransitionExecutionOptions) - Method in class ai.lucidtech.las.sdk.Client
Ends the processing of the transition execution, calls the PATCH /transitions/{transition_id}/executions/{execution_id} endpoint.
UpdateTransitionExecutionOptions - Class in ai.lucidtech.las.sdk
 
UpdateTransitionExecutionOptions() - Constructor for class ai.lucidtech.las.sdk.UpdateTransitionExecutionOptions
 
UpdateTransitionOptions - Class in ai.lucidtech.las.sdk
 
UpdateTransitionOptions() - Constructor for class ai.lucidtech.las.sdk.UpdateTransitionOptions
 
updateUser(String, UpdateUserOptions) - Method in class ai.lucidtech.las.sdk.Client
Updates a user, calls the PATCH /users/{userId} endpoint.
UpdateUserOptions - Class in ai.lucidtech.las.sdk
 
UpdateUserOptions() - Constructor for class ai.lucidtech.las.sdk.UpdateUserOptions
 
updateWorkflow(String, UpdateWorkflowOptions) - Method in class ai.lucidtech.las.sdk.Client
Updates a workflow, calls the PATCH /workflows/{workflowId} endpoint.
UpdateWorkflowOptions - Class in ai.lucidtech.las.sdk
 
UpdateWorkflowOptions() - Constructor for class ai.lucidtech.las.sdk.UpdateWorkflowOptions
 
UserOptions<T> - Class in ai.lucidtech.las.sdk
 
UserOptions() - Constructor for class ai.lucidtech.las.sdk.UserOptions
 

V

value - Variable in enum ai.lucidtech.las.sdk.ImageQuality
 
value - Variable in enum ai.lucidtech.las.sdk.Order
 
value - Variable in enum ai.lucidtech.las.sdk.TransitionExecutionStatus
 
value - Variable in enum ai.lucidtech.las.sdk.TransitionType
 
value - Variable in enum ai.lucidtech.las.sdk.WorkflowExecutionStatus
 
valueOf(String) - Static method in enum ai.lucidtech.las.sdk.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.lucidtech.las.sdk.ImageQuality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.lucidtech.las.sdk.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.lucidtech.las.sdk.TransitionExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.lucidtech.las.sdk.TransitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ai.lucidtech.las.sdk.WorkflowExecutionStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum ai.lucidtech.las.sdk.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.lucidtech.las.sdk.ImageQuality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.lucidtech.las.sdk.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.lucidtech.las.sdk.TransitionExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.lucidtech.las.sdk.TransitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ai.lucidtech.las.sdk.WorkflowExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

WorkflowExecutionStatus - Enum in ai.lucidtech.las.sdk
 
A C D E F G I L M N O S T U V W 
Skip navigation links