Share via


RemoteApplicationType Class

public final class RemoteApplicationType
extends ExpandableStringEnum<RemoteApplicationType>

Resource Type of Application.

Field Summary

Modifier and Type Field and Description
static final RemoteApplicationType IN_BUILT

Static value InBuilt for RemoteApplicationType.

static final RemoteApplicationType MSIX_APPLICATION

Static value MsixApplication for RemoteApplicationType.

Constructor Summary

Constructor Description
RemoteApplicationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RemoteApplicationType value.

Method Summary

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

Creates or finds a RemoteApplicationType from its string representation.

static Collection<RemoteApplicationType> values()

Gets known RemoteApplicationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

IN_BUILT

public static final RemoteApplicationType IN_BUILT

Static value InBuilt for RemoteApplicationType.

MSIX_APPLICATION

public static final RemoteApplicationType MSIX_APPLICATION

Static value MsixApplication for RemoteApplicationType.

Constructor Details

RemoteApplicationType

@Deprecated
public RemoteApplicationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RemoteApplicationType value.

Method Details

fromString

public static RemoteApplicationType fromString(String name)

Creates or finds a RemoteApplicationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RemoteApplicationType.

values

public static Collection<RemoteApplicationType> values()

Gets known RemoteApplicationType values.

Returns:

known RemoteApplicationType values.

Applies to