| Package | Description |
|---|---|
| com.factern.api | |
| com.factern.model |
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationResponse |
FactsApi.createApplication(String login,
String representing,
CreateApplicationRequest body)
Create Application
|
com.squareup.okhttp.Call |
FactsApi.createApplicationAsync(String login,
String representing,
CreateApplicationRequest body,
ApiCallback<CreateApplicationResponse> callback)
Create Application (asynchronously)
|
com.squareup.okhttp.Call |
FactsApi.createApplicationCall(String login,
String representing,
CreateApplicationRequest body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createApplication
|
ApiResponse<CreateApplicationResponse> |
FactsApi.createApplicationWithHttpInfo(String login,
String representing,
CreateApplicationRequest body)
Create Application
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addRedirectUrisItem(String redirectUrisItem) |
CreateApplicationRequest |
CreateApplicationRequest.description(String description) |
CreateApplicationRequest |
CreateApplicationRequest.includeSummary(Boolean includeSummary) |
CreateApplicationRequest |
CreateApplicationRequest.name(String name) |
CreateApplicationRequest |
CreateApplicationRequest.parentId(String parentId) |
CreateApplicationRequest |
CreateApplicationRequest.redirectUris(List<String> redirectUris) |
Copyright © 2018. All rights reserved.