| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
StreamAppDefinition.Builder.getApplicationType() |
ApplicationType |
AppRegistration.getType() |
static ApplicationType |
ApplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationType[] |
ApplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StreamAppDefinition.Builder |
StreamAppDefinition.Builder.setApplicationType(ApplicationType applicationType)
Set the
ApplicationType for this application. |
void |
AppRegistration.setType(ApplicationType type) |
| Constructor and Description |
|---|
AppRegistration(String name,
ApplicationType type,
String version,
URI uri,
URI metadataUri)
Construct an
AppRegistration object. |
AppRegistration(String name,
ApplicationType type,
URI uri)
Construct an
AppRegistration object with empty version and metadata uri |
AppRegistration(String name,
ApplicationType type,
URI uri,
URI metadataUri)
Construct an
AppRegistration object with empty version |
StreamAppDefinition(String registeredAppName,
String label,
ApplicationType applicationType,
String streamName,
Map<String,String> properties)
Construct a
StreamAppDefinition. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.