| Package | Description |
|---|---|
| com.factern | |
| com.factern.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
FactsApi.addMemberAsync(String login,
String representing,
CreateMemberRequest body,
ApiCallback<CreateMemberResponse> callback)
Create Member (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.bidAsync(String login,
String representing,
CreateBidRequest body,
ApiCallback<StandardNodeResponse> callback)
Create Bid (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createAliasAsync(String login,
String representing,
CreateAliasRequest body,
ApiCallback<CreateAliasResponse> callback)
Create Alias (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createApplicationAsync(String login,
String representing,
CreateApplicationRequest body,
ApiCallback<CreateApplicationResponse> callback)
Create Application (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createDomainAsync(String login,
String representing,
CreateDomainRequest body,
ApiCallback<CreateDomainResponse> callback)
Create Domain (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createEntityAsync(String login,
String representing,
CreateInDomainRequest body,
ApiCallback<CreateEntityResponse> callback)
Create Entity (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createFieldAsync(String login,
String representing,
CreateFieldRequest body,
ApiCallback<CreateFieldResponse> callback)
Create Field (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createFilterAsync(String login,
String representing,
CreateFilterRequest body,
ApiCallback<CreateFilterResponse> callback)
Create Filter (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createGroupAsync(String login,
String representing,
CreateGroupRequest body,
ApiCallback<CreateGroupResponse> callback)
Create Group (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createInformationAsync(String login,
String representing,
CreateInformationRequest body,
ApiCallback<CreateInformationResponse> callback)
Create Information (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createInterfaceAsync(String login,
String representing,
CreateInterfaceRequest body,
ApiCallback<CreateInterfaceResponse> callback)
Create Interface (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createLabelListAsync(String login,
String representing,
CreateLabelListRequest body,
ApiCallback<CreateLabelListResponse> callback)
Create Label List (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createLoginAsync(String login,
String representing,
CreateLoginRequest body,
ApiCallback<CreateLoginResponse> callback)
Create Login (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createMirrorAsync(String login,
String representing,
CreateMirrorRequest body,
ApiCallback<CreateMirrorResponse> callback)
Create Mirror (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createPriceAsync(String login,
String representing,
CreatePriceRequest body,
ApiCallback<CreatePriceResponse> callback)
Create Price (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createScopeAsync(String login,
String representing,
CreateScopeRequest body,
ApiCallback<CreateScopeResponse> callback)
Create Scope (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createStatementAsync(String login,
String representing,
AddStatementRequest body,
ApiCallback<AddStatementResponse> callback)
Create Statement (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createTemplateAsync(String login,
String representing,
CreateTemplateRequest body,
ApiCallback<CreateTemplateResponse> callback)
Create Template (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.deleteAsync(String login,
String representing,
DeleteRequest body,
ApiCallback<ReadResponse> callback)
Deleting (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.deleteNodeAsync(String login,
String representing,
NodeIdRequest body,
ApiCallback<StandardNodeResponse> callback)
Delete Node (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.describeAsync(String login,
String representing,
DescribeRequest body,
ApiCallback<DescribeResponse> callback)
Describe (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.historyAsync(String login,
String representing,
NodeIdRequest body,
ApiCallback<InformationListResponse> callback)
History (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.labelAsync(String login,
String representing,
AddLabelRequest body,
ApiCallback<AddLabelResponse> callback)
Label a Node (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.obliterateAsync(String login,
String representing,
NodeIdRequest body,
ApiCallback<StandardNodeResponse> callback)
Obliterating Information Nodes (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.permissionAsync(String login,
String representing,
CreatePermissionRequest body,
ApiCallback<CreatePermissionResponse> callback)
Create Permission (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.readAsync(String login,
String representing,
ReadRequest body,
ApiCallback<ReadResponse> callback)
Reading (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.replaceInformationAsync(String login,
String representing,
ReplaceFieldRequest body,
ApiCallback<DescribeResponse> callback)
Replace (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.requestPermissionAsync(String login,
String representing,
NodeIdRequest body,
ApiCallback<StandardNodeResponse> callback)
Request Permission (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.resetLoginAsync(String login,
String representing,
ResetLoginCredentialsRequest body,
ApiCallback<ResetLoginResponse> callback)
Changing Login Password (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.searchAliasAsync(String login,
String representing,
SearchAliasRequest body,
ApiCallback<SearchAliasResponse> callback)
Search For Alias (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.searchEntityAsync(String login,
String representing,
SearchEntityRequest body,
ApiCallback<EntityListResponse> callback)
Search For Entity (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.settleAccountAsync(String login,
String representing,
SettleAccountRequest body,
ApiCallback<SettleAccountResponse> callback)
Settle Account (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.updateApplicationAsync(String login,
String representing,
UpdateApplicationRequest body,
ApiCallback<UpdateApplicationResponse> callback)
Resetting Application Secret (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.updateStatusAsync(String login,
String representing,
UpdateStatusRequest body,
ApiCallback<StandardNodeResponse> callback)
Enabling/Disabling Nodes (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.watchAsync(String login,
String representing,
CreateWatchRequest body,
ApiCallback<CreateWatchResponse> callback)
Create Watch Trigger (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.writeAsync(String login,
String representing,
WriteRequest body,
ApiCallback<WriteResponse> callback)
Writing by Template (asynchronously)
|
Copyright © 2018. All rights reserved.