IntegrationRuntimeLicenseType Class

public final class IntegrationRuntimeLicenseType
extends ExpandableStringEnum<IntegrationRuntimeLicenseType>

License type for bringing your own license scenario.

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeLicenseType BASE_PRICE

Static value BasePrice for IntegrationRuntimeLicenseType.

static final IntegrationRuntimeLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for IntegrationRuntimeLicenseType.

Constructor Summary

Constructor Description
IntegrationRuntimeLicenseType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeLicenseType value.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeLicenseType fromString(String name)

Creates or finds a IntegrationRuntimeLicenseType from its string representation.

static Collection<IntegrationRuntimeLicenseType> values()

Gets known IntegrationRuntimeLicenseType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASE_PRICE

public static final IntegrationRuntimeLicenseType BASE_PRICE

Static value BasePrice for IntegrationRuntimeLicenseType.

LICENSE_INCLUDED

public static final IntegrationRuntimeLicenseType LICENSE_INCLUDED

Static value LicenseIncluded for IntegrationRuntimeLicenseType.

Constructor Details

IntegrationRuntimeLicenseType

@Deprecated
public IntegrationRuntimeLicenseType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeLicenseType value.

Method Details

fromString

public static IntegrationRuntimeLicenseType fromString(String name)

Creates or finds a IntegrationRuntimeLicenseType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeLicenseType.

values

public static Collection<IntegrationRuntimeLicenseType> values()

Gets known IntegrationRuntimeLicenseType values.

Returns:

known IntegrationRuntimeLicenseType values.

Applies to