Partilhar via


ServiceType Class

public final class ServiceType
extends ExpandableStringEnum<ServiceType>

ServiceType for the service.

Field Summary

Modifier and Type Field and Description
static final ServiceType DATA_TRANSFER

Static value DataTransfer for ServiceType.

static final ServiceType GRAPH_APICOMPUTE

Static value GraphAPICompute for ServiceType.

static final ServiceType MATERIALIZED_VIEWS_BUILDER

Static value MaterializedViewsBuilder for ServiceType.

static final ServiceType SQL_DEDICATED_GATEWAY

Static value SqlDedicatedGateway for ServiceType.

Constructor Summary

Constructor Description
ServiceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceType value.

Method Summary

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

Creates or finds a ServiceType from its string representation.

static Collection<ServiceType> values()

Gets known ServiceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DATA_TRANSFER

public static final ServiceType DATA_TRANSFER

Static value DataTransfer for ServiceType.

GRAPH_APICOMPUTE

public static final ServiceType GRAPH_APICOMPUTE

Static value GraphAPICompute for ServiceType.

MATERIALIZED_VIEWS_BUILDER

public static final ServiceType MATERIALIZED_VIEWS_BUILDER

Static value MaterializedViewsBuilder for ServiceType.

SQL_DEDICATED_GATEWAY

public static final ServiceType SQL_DEDICATED_GATEWAY

Static value SqlDedicatedGateway for ServiceType.

Constructor Details

ServiceType

@Deprecated
public ServiceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceType value.

Method Details

fromString

public static ServiceType fromString(String name)

Creates or finds a ServiceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServiceType.

values

public static Collection values()

Gets known ServiceType values.

Returns:

known ServiceType values.

Applies to