LogicAppsProxyMethod Class

public final class LogicAppsProxyMethod
extends ExpandableStringEnum<LogicAppsProxyMethod>

Defines values for LogicAppsProxyMethod.

Field Summary

Modifier and Type Field and Description
static final LogicAppsProxyMethod GET

Static value GET for LogicAppsProxyMethod.

static final LogicAppsProxyMethod POST

Static value POST for LogicAppsProxyMethod.

Constructor Summary

Constructor Description
LogicAppsProxyMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LogicAppsProxyMethod value.

Method Summary

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

Creates or finds a LogicAppsProxyMethod from its string representation.

static Collection<LogicAppsProxyMethod> values()

Gets known LogicAppsProxyMethod values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

GET

public static final LogicAppsProxyMethod GET

Static value GET for LogicAppsProxyMethod.

POST

public static final LogicAppsProxyMethod POST

Static value POST for LogicAppsProxyMethod.

Constructor Details

LogicAppsProxyMethod

@Deprecated
public LogicAppsProxyMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LogicAppsProxyMethod value.

Method Details

fromString

public static LogicAppsProxyMethod fromString(String name)

Creates or finds a LogicAppsProxyMethod from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LogicAppsProxyMethod.

values

public static Collection<LogicAppsProxyMethod> values()

Gets known LogicAppsProxyMethod values.

Returns:

known LogicAppsProxyMethod values.

Applies to