Kind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. botservice. models. Kind
- com.
- com.
public final class Kind
extends ExpandableStringEnum<Kind>
Indicates the type of bot service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Kind |
AZUREBOT
Static value azurebot for Kind. |
| static final Kind |
BOT
Static value bot for Kind. |
| static final Kind |
DESIGNER
Static value designer for Kind. |
| static final Kind |
FUNCTION
Static value function for Kind. |
| static final Kind |
SDK
Static value sdk for Kind. |
Constructor Summary
| Constructor | Description |
|---|---|
| Kind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Kind value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Kind |
fromString(String name)
Creates or finds a Kind from its string representation. |
| static Collection<Kind> |
values()
Gets known Kind values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AZUREBOT
public static final Kind AZUREBOT
Static value azurebot for Kind.
BOT
public static final Kind BOT
Static value bot for Kind.
DESIGNER
public static final Kind DESIGNER
Static value designer for Kind.
FUNCTION
public static final Kind FUNCTION
Static value function for Kind.
SDK
public static final Kind SDK
Static value sdk for Kind.
Constructor Details
Kind
@Deprecated
public Kind()
Deprecated
Creates a new instance of Kind value.
Method Details
fromString
public static Kind fromString(String name)
Creates or finds a Kind from its string representation.
Parameters:
Returns:
values
public static Collection<Kind> values()
Gets known Kind values.
Returns: