Class AcsInteractiveReplyKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AcsInteractiveReplyKind>
com.azure.messaging.eventgrid.systemevents.AcsInteractiveReplyKind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class AcsInteractiveReplyKind
extends com.azure.core.util.ExpandableStringEnum<AcsInteractiveReplyKind>
Interactive reply kind.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AcsInteractiveReplyKindMessaged interactive reply type is ButtonReply.static final AcsInteractiveReplyKindMessaged interactive reply type is ListReply.static final AcsInteractiveReplyKindMessaged interactive reply type is Unknown. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AcsInteractiveReplyKindfromString(String name) Creates or finds a AcsInteractiveReplyKind from its string representation.static Collection<AcsInteractiveReplyKind> values()Gets known AcsInteractiveReplyKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
BUTTON_REPLY
Messaged interactive reply type is ButtonReply. -
LIST_REPLY
Messaged interactive reply type is ListReply. -
UNKNOWN
Messaged interactive reply type is Unknown.
-
-
Constructor Details
-
AcsInteractiveReplyKind
Deprecated.Use thefromString(String)factory method.Creates a new instance of AcsInteractiveReplyKind value.
-
-
Method Details
-
fromString
Creates or finds a AcsInteractiveReplyKind from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AcsInteractiveReplyKind.
-
values
Gets known AcsInteractiveReplyKind values.- Returns:
- known AcsInteractiveReplyKind values.
-
fromString(String)factory method.