public class App extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
appType
The type of the App
|
Map<String,String> |
documentationLinks
Collection of named links to documentation
|
String |
extendedDescription
Long description for the in-App landing page
|
String |
extendedDescriptionForMarketingSite
Long form description of the App
|
String |
externalHomepageUrl
Link to external homepage
|
Boolean |
featured
Is featured on the App listing?
|
String |
folderBehaviorType
Associated Folder Behavior type, if any
|
String |
iconUrl
App icon
|
String |
logoThumbnailUrl
Logo thumbnail for the App
|
String |
logoUrl
Full size logo for the App
|
String |
marketingIntro
Marketing introdution of the App
|
String |
marketingYoutubeUrl
Marketing video page
|
String |
name
Name of the App
|
String |
packageManagerInstallCommand
Package manager install command
|
String |
remoteServerType
Associated Remote Server type, if any
|
String[] |
screenshotListUrls
Screenshots of the App
|
String |
sdkInstallationInstructionsLink
Link to SDK installation instructions
|
String |
shortDescription
Short description of the App
|
String |
siemType
Associated SIEM type, if any
|
String |
ssoStrategyType
Associated SSO Strategy type, if any
|
String |
tutorialYoutubeUrl
Tutorial video page
|
| Constructor and Description |
|---|
App() |
App(HashMap<String,Object> parameters) |
App(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<App> |
all() |
static ListIterator<App> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<App> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<App> |
list(HashMap<String,Object> parameters) |
static ListIterator<App> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String appType
public Map<String,String> documentationLinks
public String extendedDescription
public String extendedDescriptionForMarketingSite
public String externalHomepageUrl
public Boolean featured
public String folderBehaviorType
public String iconUrl
public String logoThumbnailUrl
public String logoUrl
public String marketingIntro
public String marketingYoutubeUrl
public String name
public String packageManagerInstallCommand
public String remoteServerType
public String[] screenshotListUrls
public String sdkInstallationInstructionsLink
public String shortDescription
public String ssoStrategyType
public String siemType
public String tutorialYoutubeUrl
public static ListIterator<App> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<App> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<App> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<App> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<App> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.